pgdval_t          456 arch/x86/include/asm/paravirt.h static inline pgd_t __pgd(pgdval_t val)
pgdval_t          458 arch/x86/include/asm/paravirt.h 	pgdval_t ret;
pgdval_t          460 arch/x86/include/asm/paravirt.h 	if (sizeof(pgdval_t) > sizeof(long))
pgdval_t          461 arch/x86/include/asm/paravirt.h 		ret = PVOP_CALLEE2(pgdval_t, pv_mmu_ops.make_pgd,
pgdval_t          464 arch/x86/include/asm/paravirt.h 		ret = PVOP_CALLEE1(pgdval_t, pv_mmu_ops.make_pgd,
pgdval_t          470 arch/x86/include/asm/paravirt.h static inline pgdval_t pgd_val(pgd_t pgd)
pgdval_t          472 arch/x86/include/asm/paravirt.h 	pgdval_t ret;
pgdval_t          474 arch/x86/include/asm/paravirt.h 	if (sizeof(pgdval_t) > sizeof(long))
pgdval_t          475 arch/x86/include/asm/paravirt.h 		ret =  PVOP_CALLEE2(pgdval_t, pv_mmu_ops.pgd_val,
pgdval_t          478 arch/x86/include/asm/paravirt.h 		ret =  PVOP_CALLEE1(pgdval_t, pv_mmu_ops.pgd_val,
pgdval_t          619 arch/x86/include/asm/paravirt.h 	pgdval_t val = native_pgd_val(pgd);
pgdval_t          621 arch/x86/include/asm/paravirt.h 	if (sizeof(pgdval_t) > sizeof(long))
pgdval_t          243 arch/x86/include/asm/pgtable_types.h typedef struct { pgdval_t pgd; } pgd_t;
pgdval_t          245 arch/x86/include/asm/pgtable_types.h static inline pgd_t native_make_pgd(pgdval_t val)
pgdval_t          250 arch/x86/include/asm/pgtable_types.h static inline pgdval_t native_pgd_val(pgd_t pgd)
pgdval_t          255 arch/x86/include/asm/pgtable_types.h static inline pgdval_t pgd_flags(pgd_t pgd)
pgdval_t          250 include/trace/events/xen.h 		    __field(pgdval_t, pgdval)
pgdval_t          257 include/trace/events/xen.h 		      (int)sizeof(pgdval_t) * 2, (unsigned long long)pgd_val(native_make_pgd(__entry->pgdval)),
pgdval_t          258 include/trace/events/xen.h 		      (int)sizeof(pgdval_t) * 2, (unsigned long long)__entry->pgdval)