pgdval_t          451 arch/x86/xen/mmu.c pgdval_t xen_pgd_val(pgd_t pgd)
pgdval_t          462 arch/x86/xen/mmu.c pgd_t xen_make_pgd(pgdval_t pgd)
pgdval_t           23 arch/x86/xen/mmu.h pgdval_t xen_pgd_val(pgd_t);
pgdval_t           27 arch/x86/xen/mmu.h pgd_t xen_make_pgd(pgdval_t);
pgdval_t           56 include/asm-x86/page.h typedef struct { pgdval_t pgd; } pgd_t;
pgdval_t           88 include/asm-x86/page.h static inline pgd_t native_make_pgd(pgdval_t val)
pgdval_t           93 include/asm-x86/page.h static inline pgdval_t native_pgd_val(pgd_t pgd)
pgdval_t          285 include/asm-x86/paravirt.h 	pgdval_t (*pgd_val)(pgd_t);
pgdval_t          286 include/asm-x86/paravirt.h 	pgd_t (*make_pgd)(pgdval_t pgd);
pgdval_t         1104 include/asm-x86/paravirt.h static inline pgd_t __pgd(pgdval_t val)
pgdval_t         1106 include/asm-x86/paravirt.h 	pgdval_t ret;
pgdval_t         1108 include/asm-x86/paravirt.h 	if (sizeof(pgdval_t) > sizeof(long))
pgdval_t         1109 include/asm-x86/paravirt.h 		ret = PVOP_CALL2(pgdval_t, pv_mmu_ops.make_pgd,
pgdval_t         1112 include/asm-x86/paravirt.h 		ret = PVOP_CALL1(pgdval_t, pv_mmu_ops.make_pgd,
pgdval_t         1118 include/asm-x86/paravirt.h static inline pgdval_t pgd_val(pgd_t pgd)
pgdval_t         1120 include/asm-x86/paravirt.h 	pgdval_t ret;
pgdval_t         1122 include/asm-x86/paravirt.h 	if (sizeof(pgdval_t) > sizeof(long))
pgdval_t         1123 include/asm-x86/paravirt.h 		ret =  PVOP_CALL2(pgdval_t, pv_mmu_ops.pgd_val,
pgdval_t         1126 include/asm-x86/paravirt.h 		ret =  PVOP_CALL1(pgdval_t, pv_mmu_ops.pgd_val,
pgdval_t         1256 include/asm-x86/paravirt.h 	pgdval_t val = native_pgd_val(pgd);
pgdval_t         1258 include/asm-x86/paravirt.h 	if (sizeof(pgdval_t) > sizeof(long))