Home
last modified time | relevance | path

Searched refs:native_pte_clear (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dpgtable_64.h70 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 Dpgtable-2level.h43 static inline void native_pte_clear(struct mm_struct *mm, in native_pte_clear() function
H A Dpgtable-3level.h66 static inline void native_pte_clear(struct mm_struct *mm, unsigned long addr, in native_pte_clear() function
H A Dpgtable.h97 #define pte_clear(mm, addr, ptep) native_pte_clear(mm, addr, ptep)
1208 native_pte_clear(NULL, 0, ptep); in native_local_ptep_get_and_clear()