PUD_TYPE_SECT
return __pgprot((pgprot_val(prot) & ~PUD_TYPE_MASK) | PUD_TYPE_SECT);
pudval_t val = PUD_TYPE_SECT & ~PTE_VALID;