Searched refs:native_pte_clear (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/arch/x86/include/asm/ |
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()
|
D | pgtable-2level.h | 43 static inline void native_pte_clear(struct mm_struct *mm, in native_pte_clear() function
|
D | pgtable-3level.h | 116 static inline void native_pte_clear(struct mm_struct *mm, unsigned long addr, in native_pte_clear() function
|
D | pgtable.h | 96 #define pte_clear(mm, addr, ptep) native_pte_clear(mm, addr, ptep) 984 native_pte_clear(NULL, 0, ptep); in native_local_ptep_get_and_clear()
|