Home
last modified time | relevance | path

Searched refs:ptep_modify_prot_start (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/arch/x86/kernel/
Dparavirt.c451 .ptep_modify_prot_start = __ptep_modify_prot_start,
/linux-4.4.14/arch/x86/include/asm/
Dparavirt.h461 static inline pte_t ptep_modify_prot_start(struct mm_struct *mm, unsigned long addr, in ptep_modify_prot_start() function
466 ret = PVOP_CALL3(pteval_t, pv_mmu_ops.ptep_modify_prot_start, in ptep_modify_prot_start()
Dparavirt_types.h289 pte_t (*ptep_modify_prot_start)(struct mm_struct *mm, unsigned long addr, member
/linux-4.4.14/mm/
Dmprotect.c98 ptent = ptep_modify_prot_start(mm, addr, pte); in change_pte_range()
/linux-4.4.14/include/asm-generic/
Dpgtable.h431 static inline pte_t ptep_modify_prot_start(struct mm_struct *mm, in ptep_modify_prot_start() function
/linux-4.4.14/arch/x86/xen/
Denlighten.c1595 pv_mmu_ops.ptep_modify_prot_start = xen_ptep_modify_prot_start; in xen_start_kernel()
Dmmu.c2453 .ptep_modify_prot_start = __ptep_modify_prot_start,
/linux-4.4.14/arch/s390/include/asm/
Dpgtable.h1144 static inline pte_t ptep_modify_prot_start(struct mm_struct *mm, in ptep_modify_prot_start() function
/linux-4.4.14/fs/proc/
Dtask_mmu.c795 ptent = ptep_modify_prot_start(vma->vm_mm, addr, pte); in clear_soft_dirty()