native_pgd_val 439 arch/x86/kernel/paravirt.c .pgd_val = native_pgd_val, native_pgd_val 116 include/asm-x86/page.h return native_pgd_val(pud.pgd); native_pgd_val 136 include/asm-x86/page.h return native_pgd_val(pmd.pud.pgd); native_pgd_val 162 include/asm-x86/page.h #define pgd_val(x) native_pgd_val(x) native_pgd_val 1256 include/asm-x86/paravirt.h pgdval_t val = native_pgd_val(pgd);