Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dpgtable.h1742 #define arch_check_zapped_pud arch_check_zapped_pud macro
1743 void arch_check_zapped_pud(struct vm_area_struct *vma, pud_t pud);
/linux-6.15/include/linux/
H A Dpgtable.h473 #ifndef arch_check_zapped_pud
474 static inline void arch_check_zapped_pud(struct vm_area_struct *vma, pud_t pud) in arch_check_zapped_pud() function
/linux-6.15/arch/x86/mm/
H A Dpgtable.c901 void arch_check_zapped_pud(struct vm_area_struct *vma, pud_t pud) in arch_check_zapped_pud() function
/linux-6.15/mm/
H A Dhuge_memory.c2730 arch_check_zapped_pud(vma, orig_pud); in zap_huge_pud()