Searched refs:native_set_pgd (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | pgtable_64.h | 161 static inline void native_set_pgd(pgd_t *pgdp, pgd_t pgd) in native_set_pgd() function 168 native_set_pgd(pgd, native_make_pgd(0)); in native_pgd_clear()
|
H A D | pgtable.h | 73 #define set_pgd(pgdp, pgd) native_set_pgd(pgdp, pgd)
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | pgtable_64.h | 161 static inline void native_set_pgd(pgd_t *pgdp, pgd_t pgd) in native_set_pgd() function 168 native_set_pgd(pgd, native_make_pgd(0)); in native_pgd_clear()
|
H A D | pgtable.h | 77 #define set_pgd(pgdp, pgd) native_set_pgd(pgdp, pgd)
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | paravirt.c | 381 .mmu.set_pgd = native_set_pgd,
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | paravirt.c | 280 .mmu.set_pgd = native_set_pgd,
|
Completed in 8 milliseconds