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