| /kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/ |
| D | kup-radix.h | 75 static inline void kuap_restore_amr(struct pt_regs *regs, unsigned long amr) in kuap_restore_amr() 91 unsigned long amr = mfspr(SPRN_AMR); in kuap_get_and_check_amr() local 148 static inline void kuap_restore_amr(struct pt_regs *regs, unsigned long amr) { } in kuap_restore_amr()
|
| /kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/ |
| D | kup.h | 236 unsigned long amr, iamr; in kuap_user_restore() local 272 static __always_inline void __kuap_kernel_restore(struct pt_regs *regs, unsigned long amr) in __kuap_kernel_restore() 290 unsigned long amr = mfspr(SPRN_AMR); in __kuap_get_and_assert_locked() local
|
| /kernel/linux/linux-5.10/tools/testing/selftests/powerpc/include/ |
| D | pkeys.h | 47 inline void pkeyreg_set(unsigned long amr) in pkeyreg_set() 54 unsigned long amr, shift; in pkey_set_rights() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/powerpc/include/ |
| D | pkeys.h | 47 inline void pkeyreg_set(unsigned long amr) in pkeyreg_set() 54 unsigned long amr, shift; in pkey_set_rights() local
|
| /kernel/linux/linux-6.6/drivers/misc/cxl/ |
| D | native.c | 658 static int process_element_entry_psl9(struct cxl_context *ctx, u64 wed, u64 amr) in process_element_entry_psl9() 713 int cxl_attach_afu_directed_psl9(struct cxl_context *ctx, u64 wed, u64 amr) in cxl_attach_afu_directed_psl9() 732 int cxl_attach_afu_directed_psl8(struct cxl_context *ctx, u64 wed, u64 amr) in cxl_attach_afu_directed_psl8() 900 int cxl_attach_dedicated_process_psl9(struct cxl_context *ctx, u64 wed, u64 amr) in cxl_attach_dedicated_process_psl9() 928 int cxl_attach_dedicated_process_psl8(struct cxl_context *ctx, u64 wed, u64 amr) in cxl_attach_dedicated_process_psl8() 1005 u64 wed, u64 amr) in native_attach_process()
|
| /kernel/linux/linux-5.10/drivers/misc/cxl/ |
| D | native.c | 662 static int process_element_entry_psl9(struct cxl_context *ctx, u64 wed, u64 amr) in process_element_entry_psl9() 717 int cxl_attach_afu_directed_psl9(struct cxl_context *ctx, u64 wed, u64 amr) in cxl_attach_afu_directed_psl9() 736 int cxl_attach_afu_directed_psl8(struct cxl_context *ctx, u64 wed, u64 amr) in cxl_attach_afu_directed_psl8() 904 int cxl_attach_dedicated_process_psl9(struct cxl_context *ctx, u64 wed, u64 amr) in cxl_attach_dedicated_process_psl9() 932 int cxl_attach_dedicated_process_psl8(struct cxl_context *ctx, u64 wed, u64 amr) in cxl_attach_dedicated_process_psl8() 1009 u64 wed, u64 amr) in native_attach_process()
|
| D | guest.c | 515 static int attach_afu_directed(struct cxl_context *ctx, u64 wed, u64 amr) in attach_afu_directed() 620 static int guest_attach_process(struct cxl_context *ctx, bool kernel, u64 wed, u64 amr) in guest_attach_process()
|
| /kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
| D | kup.h | 67 static __always_inline void __kuap_kernel_restore(struct pt_regs *regs, unsigned long amr) { } in __kuap_kernel_restore() 112 static __always_inline void kuap_kernel_restore(struct pt_regs *regs, unsigned long amr) in kuap_kernel_restore()
|
| /kernel/linux/linux-6.6/arch/powerpc/kernel/ |
| D | syscall.c | 39 unsigned long amr, iamr; in system_call_exception() local
|
| /kernel/linux/linux-5.10/arch/powerpc/kernel/ |
| D | syscall_64.c | 344 unsigned long amr; in interrupt_exit_kernel_prepare() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
| D | pkey-powerpc.h | 50 u64 amr = pkey_reg; in __write_pkey_reg() local
|
| /kernel/linux/linux-5.10/tools/testing/selftests/vm/ |
| D | pkey-powerpc.h | 53 u64 amr = pkey_reg; in __write_pkey_reg() local
|
| /kernel/linux/linux-6.6/drivers/misc/ocxl/ |
| D | context.c | 69 int ocxl_context_attach(struct ocxl_context *ctx, u64 amr, struct mm_struct *mm) in ocxl_context_attach()
|
| /kernel/linux/linux-5.10/drivers/misc/ocxl/ |
| D | context.c | 69 int ocxl_context_attach(struct ocxl_context *ctx, u64 amr, struct mm_struct *mm) in ocxl_context_attach()
|
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/misc/ |
| D | ocxl.h | 39 __u64 amr; member
|
| /kernel/linux/linux-5.10/include/uapi/misc/ |
| D | ocxl.h | 29 __u64 amr; member
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/misc/ |
| D | ocxl.h | 39 __u64 amr; member
|
| /kernel/linux/linux-6.6/include/uapi/misc/ |
| D | ocxl.h | 29 __u64 amr; member
|
| /kernel/linux/linux-6.6/arch/powerpc/kvm/ |
| D | book3s_hv.h | 8 unsigned long amr; member
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/misc/ |
| D | ocxl.h | 26 __u64 amr; member
|
| /kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/ |
| D | pkeys.c | 417 u64 amr; in pkey_access_permitted() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ptrace/ |
| D | core-pkey.c | 52 unsigned long amr; member
|
| /kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/ |
| D | pkeys.c | 396 u64 amr; in pkey_access_permitted() local
|
| /kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ptrace/ |
| D | core-pkey.c | 52 unsigned long amr; member
|
| /kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
| D | idle.c | 306 u64 amr; member 599 u64 amr; member
|