Searched refs:ptep_modify_prot_start (Results 1 – 8 of 8) sorted by relevance
/linux-3.3/include/asm-generic/ |
D | pgtable.h | 326 static inline pte_t ptep_modify_prot_start(struct mm_struct *mm, in ptep_modify_prot_start() function
|
/linux-3.3/mm/ |
D | mprotect.c | 52 ptent = ptep_modify_prot_start(mm, addr, pte); in change_pte_range()
|
/linux-3.3/arch/x86/kernel/ |
D | paravirt.c | 443 .ptep_modify_prot_start = __ptep_modify_prot_start,
|
/linux-3.3/arch/x86/include/asm/ |
D | paravirt.h | 524 static inline pte_t ptep_modify_prot_start(struct mm_struct *mm, unsigned long addr, in ptep_modify_prot_start() function 529 ret = PVOP_CALL3(pteval_t, pv_mmu_ops.ptep_modify_prot_start, in ptep_modify_prot_start()
|
D | paravirt_types.h | 286 pte_t (*ptep_modify_prot_start)(struct mm_struct *mm, unsigned long addr, member
|
/linux-3.3/arch/s390/include/asm/ |
D | pgtable.h | 975 static inline pte_t ptep_modify_prot_start(struct mm_struct *mm, in ptep_modify_prot_start() function
|
/linux-3.3/arch/x86/xen/ |
D | enlighten.c | 1183 pv_mmu_ops.ptep_modify_prot_start = xen_ptep_modify_prot_start; in xen_start_kernel()
|
D | mmu.c | 2019 .ptep_modify_prot_start = __ptep_modify_prot_start,
|