ptdesc_t
ptdesc_t user_prot_val = pgprot_val(user_prot);
typedef ptdesc_t pteval_t;
typedef ptdesc_t pmdval_t;
typedef ptdesc_t pudval_t;
typedef ptdesc_t p4dval_t;
typedef ptdesc_t pgdval_t;
typedef struct { ptdesc_t pgprot; } pgprot_t;
ptdesc_t mask;
ptdesc_t val;
ptdesc_t mask;
ptdesc_t current_prot;
static inline bool __pte_flags_need_flush(ptdesc_t oldval, ptdesc_t newval)
ptdesc_t diff = oldval ^ newval;
static __init ptdesc_t create_mapping_protection(efi_memory_desc_t *md)
ptdesc_t prot_val = create_mapping_protection(md);
ptdesc_t mask = PTE_SHARED;
ptdesc_t protval = pgprot_val(prot) & ~PTE_TYPE_MASK;
asmlinkage phys_addr_t __init create_init_idmap(pgd_t *pg_dir, ptdesc_t clrmask)
asmlinkage phys_addr_t create_init_idmap(pgd_t *pgd, ptdesc_t clrmask);
static ptdesc_t gcs_page_prot __ro_after_init = _PAGE_GCS_RO;
ptdesc_t prot;
static ptdesc_t set_pageattr_masks(ptdesc_t val, struct mm_walk *walk)
ptdesc_t prot = 0;