/kernel/linux/linux-5.10/arch/x86/mm/ |
H A D | pkeys.c | 12 #include <asm/mmu_context.h> /* vma_pkey() */ 67 if (vma_pkey(vma) != vma->vm_mm->context.execute_only_pkey) in vma_is_pkey_exec_only() 110 return vma_pkey(vma); in __arch_override_mprotect_pkey()
|
H A D | fault.c | 27 #include <asm/mmu_context.h> /* vma_pkey() */ 916 * 6. T1 : reaches here, sees vma_pkey(vma)=5, when we really in bad_area_access_error() 919 u32 pkey = vma_pkey(vma); in bad_area_access_error()
|
/kernel/linux/linux-6.6/arch/x86/mm/ |
H A D | pkeys.c | 12 #include <asm/mmu_context.h> /* vma_pkey() */ 67 if (vma_pkey(vma) != vma->vm_mm->context.execute_only_pkey) in vma_is_pkey_exec_only() 110 return vma_pkey(vma); in __arch_override_mprotect_pkey()
|
H A D | fault.c | 29 #include <asm/mmu_context.h> /* vma_pkey() */ 918 * 6. T1 : reaches here, sees vma_pkey(vma)=5, when we really in bad_area_access_error() 921 u32 pkey = vma_pkey(vma); in bad_area_access_error()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | pkeys.h | 16 static inline int vma_pkey(struct vm_area_struct *vma) in vma_pkey() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | pkeys.h | 18 static inline int vma_pkey(struct vm_area_struct *vma) in vma_pkey() function
|
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/ |
H A D | pkeys.c | 363 return (vma_pkey(vma) == vma->vm_mm->context.execute_only_pkey); in vma_is_pkey_exec_only() 390 return vma_pkey(vma); in __arch_override_mprotect_pkey() 436 return pkey_access_permitted(vma_pkey(vma), write, execute); in arch_vma_access_permitted()
|
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/ |
H A D | pkeys.c | 384 return (vma_pkey(vma) == vma->vm_mm->context.execute_only_pkey); in vma_is_pkey_exec_only() 411 return vma_pkey(vma); in __arch_override_mprotect_pkey() 457 return pkey_access_permitted(vma_pkey(vma), write, execute); in arch_vma_access_permitted()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | pkeys.h | 129 static inline int vma_pkey(struct vm_area_struct *vma) in vma_pkey() function
|
H A D | mmu_context.h | 212 return __pkru_allows_pkey(vma_pkey(vma), write); in arch_vma_access_permitted()
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | pkeys.h | 118 static inline int vma_pkey(struct vm_area_struct *vma) in vma_pkey() function
|
H A D | mmu_context.h | 258 return __pkru_allows_pkey(vma_pkey(vma), write); in arch_vma_access_permitted()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | pkeys.h | 38 static inline int vma_pkey(struct vm_area_struct *vma) in vma_pkey() function
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | pkeys.h | 38 static inline int vma_pkey(struct vm_area_struct *vma) in vma_pkey() function
|
/kernel/linux/linux-5.10/arch/powerpc/mm/ |
H A D | fault.c | 110 * 6. T1 : reaches here, sees vma_pkey(vma)=5, when we really in bad_access_pkey() 113 pkey = vma_pkey(vma); in bad_access_pkey()
|
/kernel/linux/linux-6.6/arch/powerpc/mm/ |
H A D | fault.c | 107 * 6. T1 : reaches here, sees vma_pkey(vma)=5, when we really in bad_access_pkey() 110 pkey = vma_pkey(vma); in bad_access_pkey()
|
/kernel/linux/linux-5.10/fs/proc/ |
H A D | task_mmu.c | 875 seq_printf(m, "ProtectionKey: %8u\n", vma_pkey(vma)); in show_smap()
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | task_mmu.c | 885 seq_printf(m, "ProtectionKey: %8u\n", vma_pkey(vma)); in show_smap()
|