Searched refs:native_set_pud (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | pgtable_64.h | 117 static inline void native_set_pud(pud_t *pudp, pud_t pud) in native_set_pud() function 124 native_set_pud(pud, native_make_pud(0)); in native_pud_clear()
|
H A D | pgtable-2level.h | 25 static inline void native_set_pud(pud_t *pudp, pud_t pud) in native_set_pud() function
|
H A D | pgtable-3level.h | 103 static inline void native_set_pud(pud_t *pudp, pud_t pud) in native_set_pud() function
|
H A D | pgtable.h | 86 # define set_pud(pudp, pud) native_set_pud(pudp, pud) 1050 native_set_pud(pudp, pud); in set_pud_at()
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | pgtable_64.h | 117 static inline void native_set_pud(pud_t *pudp, pud_t pud) in native_set_pud() function 124 native_set_pud(pud, native_make_pud(0)); in native_pud_clear()
|
H A D | pgtable-2level.h | 25 static inline void native_set_pud(pud_t *pudp, pud_t pud) in native_set_pud() function
|
H A D | pgtable-3level.h | 53 static inline void native_set_pud(pud_t *pudp, pud_t pud) in native_set_pud() function
|
H A D | pgtable.h | 90 # define set_pud(pudp, pud) native_set_pud(pudp, pud) 1255 native_set_pud(pudp, pud); in set_pud_at()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | paravirt.c | 367 .mmu.set_pud = native_set_pud,
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | paravirt.c | 266 .mmu.set_pud = native_set_pud,
|
Completed in 9 milliseconds