Home
last modified time | relevance | path

Searched refs:native_make_pgd (Results 1 – 5 of 5) sorted by relevance

/arch/x86/include/asm/
Dpgtable_64.h116 native_set_pgd(pgd, native_make_pgd(0)); in native_pgd_clear()
Dpgtable_types.h245 static inline pgd_t native_make_pgd(pgdval_t val) in native_make_pgd() function
Dpgtable.h69 #define __pgd(x) native_make_pgd(x)
/arch/x86/mm/
Dpgtable.c245 pgdp[i] = native_make_pgd(0); in pgd_mop_up_pmds()
/arch/x86/xen/
Dmmu.c480 return native_make_pgd(pgd); in xen_make_pgd()