Searched refs:set_pmd_at (Results 1 - 17 of 17) sorted by relevance

/arch/mips/mm/
H A Dpgtable-64.c73 set_pmd_at(vma->vm_mm, address, pmdp, pmd);
88 void set_pmd_at(struct mm_struct *mm, unsigned long addr, function
/arch/arm64/mm/
H A Dflush.c116 set_pmd_at(vma->vm_mm, address, pmdp, pmd);
/arch/sparc/mm/
H A Dtlb.c156 void set_pmd_at(struct mm_struct *mm, unsigned long addr, function
203 set_pmd_at(vma->vm_mm, address, pmdp, entry);
/arch/arm/include/asm/
H A Dpgtable-3level.h271 static inline void set_pmd_at(struct mm_struct *mm, unsigned long addr, function
/arch/arm/mm/
H A Dflush.c411 set_pmd_at(vma->vm_mm, address, pmdp, pmd);
/arch/x86/kernel/
H A Dparavirt.c437 .set_pmd_at = native_set_pmd_at,
/arch/sparc/include/asm/
H A Dpgtable_64.h786 void set_pmd_at(struct mm_struct *mm, unsigned long addr,
789 static inline void set_pmd_at(struct mm_struct *mm, unsigned long addr, function
881 set_pmd_at(mm, addr, pmdp, __pmd(0UL));
/arch/x86/include/asm/
H A Dparavirt.h527 static inline void set_pmd_at(struct mm_struct *mm, unsigned long addr, function
532 pv_mmu_ops.set_pmd_at(mm, addr, pmdp, pmd);
534 PVOP_VCALL4(pv_mmu_ops.set_pmd_at, mm, addr, pmdp,
H A Dparavirt_types.h275 void (*set_pmd_at)(struct mm_struct *mm, unsigned long addr, member in struct:pv_mmu_ops
H A Dpgtable.h40 #define set_pmd_at(mm, addr, pmdp, pmd) native_set_pmd_at(mm, addr, pmdp, pmd) macro
/arch/mips/include/asm/
H A Dpgtable.h465 extern void set_pmd_at(struct mm_struct *mm, unsigned long addr,
/arch/powerpc/include/asm/
H A Dpgtable-ppc64.h421 extern void set_pmd_at(struct mm_struct *mm, unsigned long addr,
/arch/tile/include/asm/
H A Dpgtable.h441 #define set_pmd_at(mm, addr, pmdp, pmdval) __set_pmd(pmdp, pmdval) macro
/arch/arm64/include/asm/
H A Dpgtable.h309 #define set_pmd_at(mm, addr, pmdp, pmd) set_pte_at(mm, addr, (pte_t *)pmdp, pmd_pte(pmd)) macro
/arch/powerpc/mm/
H A Dpgtable_64.c709 void set_pmd_at(struct mm_struct *mm, unsigned long addr, function
/arch/s390/include/asm/
H A Dpgtable.h1600 static inline void set_pmd_at(struct mm_struct *mm, unsigned long addr, function
1659 set_pmd_at(mm, address, pmdp, pmd_wrprotect(pmd));
/arch/s390/mm/
H A Dpgtable.c1399 set_pmd_at(vma->vm_mm, address, pmdp, entry);

Completed in 172 milliseconds