Home
last modified time | relevance | path

Searched defs:update_mmu_cache_pmd (Results 1 – 5 of 5) sorted by relevance

/arch/arm64/include/asm/
Dtlbflush.h120 #define update_mmu_cache_pmd(vma, address, pmd) do { } while (0) macro
/arch/mips/include/asm/
Dpgtable.h408 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in update_mmu_cache_pmd() function
/arch/x86/include/asm/
Dpgtable.h814 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in update_mmu_cache_pmd() function
/arch/sparc/mm/
Dinit_64.c2666 void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache_pmd() function
/arch/s390/include/asm/
Dpgtable.h45 #define update_mmu_cache_pmd(vma, address, ptep) do { } while (0) macro