Searched refs:__arch_override_mprotect_pkey (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/x86/include/asm/ |
D | pkeys.h | 30 extern int __arch_override_mprotect_pkey(struct vm_area_struct *vma, 38 return __arch_override_mprotect_pkey(vma, prot, pkey); in arch_override_mprotect_pkey()
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | pkeys.h | 159 extern int __arch_override_mprotect_pkey(struct vm_area_struct *vma, 174 return __arch_override_mprotect_pkey(vma, prot, pkey); in arch_override_mprotect_pkey()
|
/Linux-v4.19/arch/x86/mm/ |
D | pkeys.c | 89 int __arch_override_mprotect_pkey(struct vm_area_struct *vma, int prot, int pkey) in __arch_override_mprotect_pkey() function
|
/Linux-v4.19/arch/powerpc/mm/ |
D | pkeys.c | 335 int __arch_override_mprotect_pkey(struct vm_area_struct *vma, int prot, in __arch_override_mprotect_pkey() function
|