Home
last modified time | relevance | path

Searched refs:uxpte_clear_present (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dmm_purgeable.h17 void uxpte_clear_present(struct vm_area_struct *vma, unsigned long addr);
67 static inline void uxpte_clear_present(struct vm_area_struct *vma, in uxpte_clear_present() function
/kernel/linux/linux-5.10/mm/
Dpurgeable.c209 void uxpte_clear_present(struct vm_area_struct *vma, unsigned long addr) in uxpte_clear_present() function
Dmemory.c1258 uxpte_clear_present(vma, addr); in zap_pte_range()