Searched refs:native_pte_clear (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | pgtable_64.h | 70 static inline void native_pte_clear(struct mm_struct *mm, unsigned long addr, in native_pte_clear() function 99 native_pte_clear(NULL, 0, xp); in native_ptep_get_and_clear()
|
H A D | pgtable-2level.h | 43 static inline void native_pte_clear(struct mm_struct *mm, in native_pte_clear() function
|
H A D | pgtable-3level.h | 116 static inline void native_pte_clear(struct mm_struct *mm, unsigned long addr, in native_pte_clear() function
|
H A D | pgtable.h | 93 #define pte_clear(mm, addr, ptep) native_pte_clear(mm, addr, ptep) 1015 native_pte_clear(NULL, 0, ptep); in native_local_ptep_get_and_clear()
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | pgtable_64.h | 70 static inline void native_pte_clear(struct mm_struct *mm, unsigned long addr, in native_pte_clear() function 99 native_pte_clear(NULL, 0, xp); in native_ptep_get_and_clear()
|
H A D | pgtable-2level.h | 43 static inline void native_pte_clear(struct mm_struct *mm, in native_pte_clear() function
|
H A D | pgtable-3level.h | 66 static inline void native_pte_clear(struct mm_struct *mm, unsigned long addr, in native_pte_clear() function
|
H A D | pgtable.h | 97 #define pte_clear(mm, addr, ptep) native_pte_clear(mm, addr, ptep) 1224 native_pte_clear(NULL, 0, ptep); in native_local_ptep_get_and_clear()
|
Completed in 8 milliseconds