Home
last modified time | relevance | path

Searched refs:native_get_shadow_pgd (Results 1 – 4 of 4) sorted by relevance

/arch/x86/mm/
Dkaiser.c120 pgd_t *pgd = native_get_shadow_pgd(pgd_offset_k(address)); in kaiser_pagetable_walk()
248 pgd = native_get_shadow_pgd(pgd_offset_k((unsigned long )0)); in kaiser_init_all_pgds()
411 pgd = native_get_shadow_pgd(pgd_offset_k(start)); in kaiser_remove_mapping()
440 native_get_shadow_pgd(pgdp)->pgd = pgd.pgd; in kaiser_set_shadow_pgd()
458 native_get_shadow_pgd(pgdp)->pgd = pgd.pgd; in kaiser_set_shadow_pgd()
/arch/x86/include/asm/
Dpgtable_64.h112 static inline pgd_t *native_get_shadow_pgd(pgd_t *pgdp) in native_get_shadow_pgd() function
125 static inline pgd_t *native_get_shadow_pgd(pgd_t *pgdp) in native_get_shadow_pgd() function
Dpgtable.h925 memcpy(native_get_shadow_pgd(dst), in clone_pgd_range()
926 native_get_shadow_pgd(src), in clone_pgd_range()
/arch/x86/kernel/
Despfix_64.c136 set_pgd(native_get_shadow_pgd(pgd_p), in init_espfix_bsp()