pgdval_t 25 arch/arm/include/asm/pgtable-3level-hwdef.h #define PMD_APTABLE (_AT(pgdval_t, 3) << PGD_APTABLE_SHIFT) pgdval_t 26 arch/arm/include/asm/pgtable-3level-hwdef.h #define PMD_PXNTABLE (_AT(pgdval_t, 1) << 59) pgdval_t 26 arch/arm/include/asm/pgtable-3level-types.h typedef struct { pgdval_t pgd; } pgd_t; pgdval_t 43 arch/arm/include/asm/pgtable-3level-types.h typedef pgdval_t pgd_t; pgdval_t 105 arch/arm/include/asm/pgtable-3level.h #define L_PGD_SWAPPER (_AT(pgdval_t, 1) << 55) /* swapper_pg_dir entry */ pgdval_t 76 arch/arm64/include/asm/pgalloc.h static inline void __pgd_populate(pgd_t *pgdp, phys_addr_t pudp, pgdval_t prot) pgdval_t 86 arch/arm64/include/asm/pgalloc.h static inline void __pgd_populate(pgd_t *pgdp, phys_addr_t pudp, pgdval_t prot) pgdval_t 38 arch/arm64/include/asm/pgtable-types.h typedef struct { pgdval_t pgd; } pgd_t; pgdval_t 387 arch/x86/include/asm/paravirt.h static inline pgd_t __pgd(pgdval_t val) pgdval_t 389 arch/x86/include/asm/paravirt.h pgdval_t ret; pgdval_t 391 arch/x86/include/asm/paravirt.h if (sizeof(pgdval_t) > sizeof(long)) pgdval_t 392 arch/x86/include/asm/paravirt.h ret = PVOP_CALLEE2(pgdval_t, mmu.make_pgd, val, (u64)val >> 32); pgdval_t 394 arch/x86/include/asm/paravirt.h ret = PVOP_CALLEE1(pgdval_t, mmu.make_pgd, val); pgdval_t 399 arch/x86/include/asm/paravirt.h static inline pgdval_t pgd_val(pgd_t pgd) pgdval_t 401 arch/x86/include/asm/paravirt.h pgdval_t ret; pgdval_t 403 arch/x86/include/asm/paravirt.h if (sizeof(pgdval_t) > sizeof(long)) pgdval_t 404 arch/x86/include/asm/paravirt.h ret = PVOP_CALLEE2(pgdval_t, mmu.pgd_val, pgdval_t 407 arch/x86/include/asm/paravirt.h ret = PVOP_CALLEE1(pgdval_t, mmu.pgd_val, pgd.pgd); pgdval_t 267 arch/x86/include/asm/pgtable_types.h typedef struct { pgdval_t pgd; } pgd_t; pgdval_t 292 arch/x86/include/asm/pgtable_types.h static inline pgd_t native_make_pgd(pgdval_t val) pgdval_t 297 arch/x86/include/asm/pgtable_types.h static inline pgdval_t native_pgd_val(pgd_t pgd) pgdval_t 302 arch/x86/include/asm/pgtable_types.h static inline pgdval_t pgd_flags(pgd_t pgd) pgdval_t 324 arch/x86/include/asm/pgtable_types.h return (p4d_t) { .pgd = native_make_pgd((pgdval_t)val) }; pgdval_t 119 arch/x86/kernel/head64.c pgdval_t *pgd; pgdval_t 191 arch/x86/kernel/head64.c pgd[i + 0] = (pgdval_t)p4d + pgtable_flags; pgdval_t 192 arch/x86/kernel/head64.c pgd[i + 1] = (pgdval_t)p4d + pgtable_flags; pgdval_t 195 arch/x86/kernel/head64.c p4d[(i + 0) % PTRS_PER_P4D] = (pgdval_t)pud + pgtable_flags; pgdval_t 196 arch/x86/kernel/head64.c p4d[(i + 1) % PTRS_PER_P4D] = (pgdval_t)pud + pgtable_flags; pgdval_t 199 arch/x86/kernel/head64.c pgd[i + 0] = (pgdval_t)pud + pgtable_flags; pgdval_t 200 arch/x86/kernel/head64.c pgd[i + 1] = (pgdval_t)pud + pgtable_flags; pgdval_t 303 arch/x86/kernel/head64.c pgdval_t pgd, *pgd_p; pgdval_t 333 arch/x86/kernel/head64.c *pgd_p = (pgdval_t)p4d_p - __START_KERNEL_map + phys_base + _KERNPG_TABLE; pgdval_t 383 arch/x86/xen/mmu_pv.c __visible pgdval_t xen_pgd_val(pgd_t pgd) pgdval_t 397 arch/x86/xen/mmu_pv.c __visible pgd_t xen_make_pgd(pgdval_t pgd)