Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/include/asm/
Dpgtable.h1688 #define arch_check_zapped_pte arch_check_zapped_pte macro
1689 void arch_check_zapped_pte(struct vm_area_struct *vma, pte_t pte);
/linux-6.6.21/include/linux/
Dpgtable.h382 #ifndef arch_check_zapped_pte
383 static inline void arch_check_zapped_pte(struct vm_area_struct *vma, in arch_check_zapped_pte() function
/linux-6.6.21/arch/x86/mm/
Dpgtable.c905 void arch_check_zapped_pte(struct vm_area_struct *vma, pte_t pte) in arch_check_zapped_pte() function
/linux-6.6.21/mm/
Dmemory.c1433 arch_check_zapped_pte(vma, ptent); in zap_pte_range()