Home
last modified time | relevance | path

Searched refs:userspace (Results 1 - 25 of 56) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/s390/crypto/
H A Dzcrypt_api.h58 /* struct to hold tracking information for a userspace request/response */
79 long (*send_cprb)(bool userspace, struct zcrypt_queue *, struct ica_xcRB *,
81 long (*send_ep11_cprb)(bool userspace, struct zcrypt_queue *, struct ep11_urb *,
165 static inline unsigned long z_copy_from_user(bool userspace, in z_copy_from_user() argument
170 if (likely(userspace)) in z_copy_from_user()
176 static inline unsigned long z_copy_to_user(bool userspace, in z_copy_to_user() argument
181 if (likely(userspace)) in z_copy_to_user()
H A Dzcrypt_msgtype6.c391 static int XCRB_msg_to_type6CPRB_msgX(bool userspace, struct ap_message *ap_msg, in XCRB_msg_to_type6CPRB_msgX() argument
468 if (z_copy_from_user(userspace, &(msg->cprbx), xcRB->request_control_blk_addr, in XCRB_msg_to_type6CPRB_msgX()
492 z_copy_from_user(userspace, req_data, xcRB->request_data_address, in XCRB_msg_to_type6CPRB_msgX()
499 static int xcrb_msg_to_type6_ep11cprb_msgx(bool userspace, struct ap_message *ap_msg, in xcrb_msg_to_type6_ep11cprb_msgx() argument
551 if (z_copy_from_user(userspace, &(msg->cprbx.cprb_len), in xcrb_msg_to_type6_ep11cprb_msgx()
719 static int convert_type86_xcrb(bool userspace, struct zcrypt_queue *zq, in convert_type86_xcrb() argument
727 if (z_copy_to_user(userspace, xcRB->reply_control_blk_addr, in convert_type86_xcrb()
734 if (z_copy_to_user(userspace, xcRB->reply_data_addr, in convert_type86_xcrb()
750 static int convert_type86_ep11_xcrb(bool userspace, struct zcrypt_queue *zq, in convert_type86_ep11_xcrb() argument
761 if (z_copy_to_user(userspace, (cha in convert_type86_ep11_xcrb()
827 convert_response_xcrb(bool userspace, struct zcrypt_queue *zq, struct ap_message *reply, struct ica_xcRB *xcRB) convert_response_xcrb() argument
861 convert_response_ep11_xcrb(bool userspace, struct zcrypt_queue *zq, struct ap_message *reply, struct ep11_urb *xcRB) convert_response_ep11_xcrb() argument
1114 get_cprb_fc(bool userspace, struct ica_xcRB *xcRB, struct ap_message *ap_msg, unsigned int *func_code, unsigned short **dom) get_cprb_fc() argument
1141 zcrypt_msgtype6_send_cprb(bool userspace, struct zcrypt_queue *zq, struct ica_xcRB *xcRB, struct ap_message *ap_msg) zcrypt_msgtype6_send_cprb() argument
1171 get_ep11cprb_fc(bool userspace, struct ep11_urb *xcrb, struct ap_message *ap_msg, unsigned int *func_code) get_ep11cprb_fc() argument
1198 zcrypt_msgtype6_send_ep11_cprb(bool userspace, struct zcrypt_queue *zq, struct ep11_urb *xcrb, struct ap_message *ap_msg) zcrypt_msgtype6_send_ep11_cprb() argument
[all...]
H A Dzcrypt_msgtype6.h99 unsigned int get_cprb_fc(bool userspace, struct ica_xcRB *, struct ap_message *,
101 unsigned int get_ep11cprb_fc(bool userspace, struct ep11_urb *, struct ap_message *,
/kernel/linux/linux-6.6/drivers/s390/crypto/
H A Dzcrypt_api.h58 /* struct to hold tracking information for a userspace request/response */
76 long (*send_cprb)(bool userspace, struct zcrypt_queue *, struct ica_xcRB *,
78 long (*send_ep11_cprb)(bool userspace, struct zcrypt_queue *, struct ep11_urb *,
163 static inline unsigned long z_copy_from_user(bool userspace, in z_copy_from_user() argument
168 if (likely(userspace)) in z_copy_from_user()
174 static inline unsigned long z_copy_to_user(bool userspace, in z_copy_to_user() argument
179 if (likely(userspace)) in z_copy_to_user()
H A Dzcrypt_msgtype6.c334 static int xcrb_msg_to_type6cprb_msgx(bool userspace, struct ap_message *ap_msg, in xcrb_msg_to_type6cprb_msgx() argument
409 if (z_copy_from_user(userspace, msg->userdata, in xcrb_msg_to_type6cprb_msgx()
447 z_copy_from_user(userspace, req_data, xcrb->request_data_address, in xcrb_msg_to_type6cprb_msgx()
454 static int xcrb_msg_to_type6_ep11cprb_msgx(bool userspace, struct ap_message *ap_msg, in xcrb_msg_to_type6_ep11cprb_msgx() argument
507 if (z_copy_from_user(userspace, msg->userdata, in xcrb_msg_to_type6_ep11cprb_msgx()
623 static int convert_type86_xcrb(bool userspace, struct zcrypt_queue *zq, in convert_type86_xcrb() argument
637 if (z_copy_to_user(userspace, xcrb->reply_control_blk_addr, in convert_type86_xcrb()
650 if (z_copy_to_user(userspace, xcrb->reply_data_addr, in convert_type86_xcrb()
668 static int convert_type86_ep11_xcrb(bool userspace, struct zcrypt_queue *zq, in convert_type86_ep11_xcrb() argument
683 if (z_copy_to_user(userspace, (cha in convert_type86_ep11_xcrb()
751 convert_response_xcrb(bool userspace, struct zcrypt_queue *zq, struct ap_message *reply, struct ica_xcRB *xcrb) convert_response_xcrb() argument
786 convert_response_ep11_xcrb(bool userspace, struct zcrypt_queue *zq, struct ap_message *reply, struct ep11_urb *xcrb) convert_response_ep11_xcrb() argument
1072 prep_cca_ap_msg(bool userspace, struct ica_xcRB *xcrb, struct ap_message *ap_msg, unsigned int *func_code, unsigned short **dom) prep_cca_ap_msg() argument
1100 zcrypt_msgtype6_send_cprb(bool userspace, struct zcrypt_queue *zq, struct ica_xcRB *xcrb, struct ap_message *ap_msg) zcrypt_msgtype6_send_cprb() argument
1169 prep_ep11_ap_msg(bool userspace, struct ep11_urb *xcrb, struct ap_message *ap_msg, unsigned int *func_code, unsigned int *domain) prep_ep11_ap_msg() argument
1198 zcrypt_msgtype6_send_ep11_cprb(bool userspace, struct zcrypt_queue *zq, struct ep11_urb *xcrb, struct ap_message *ap_msg) zcrypt_msgtype6_send_ep11_cprb() argument
[all...]
H A Dzcrypt_msgtype6.h97 int prep_cca_ap_msg(bool userspace, struct ica_xcRB *xcrb,
100 int prep_ep11_ap_msg(bool userspace, struct ep11_urb *xcrb,
/kernel/linux/linux-5.10/arch/um/kernel/
H A Dtlb.c39 int userspace; member
46 #define INIT_HVC(mm, force, userspace) \
51 .userspace = userspace, \
72 if (hvc->userspace) in do_ops()
83 if (hvc->userspace) in do_ops()
95 if (hvc->userspace) in do_ops()
131 if (hvc->userspace) in add_mmap()
335 int ret = 0, userspace = 1; in fix_range_common() local
337 hvc = INIT_HVC(mm, force, userspace); in fix_range_common()
372 int updated = 0, err = 0, force = 0, userspace = 0; flush_tlb_kernel_range_common() local
[all...]
H A Dprocess.c134 userspace(&current->thread.regs.regs, current_thread_info()->aux_fp_regs); in new_thread_handler()
153 userspace(&current->thread.regs.regs, current_thread_info()->aux_fp_regs); in fork_handler()
/kernel/linux/linux-6.6/arch/um/kernel/
H A Dtlb.c39 int userspace; member
46 #define INIT_HVC(mm, force, userspace) \
51 .userspace = userspace, \
72 if (hvc->userspace) in do_ops()
83 if (hvc->userspace) in do_ops()
95 if (hvc->userspace) in do_ops()
128 if (hvc->userspace) in add_mmap()
323 int ret = 0, userspace = 1; in fix_range_common() local
325 hvc = INIT_HVC(mm, force, userspace); in fix_range_common()
360 int updated = 0, err = 0, force = 0, userspace = 0; flush_tlb_kernel_range_common() local
[all...]
H A Dprocess.c136 userspace(&current->thread.regs.regs, current_thread_info()->aux_fp_regs); in new_thread_handler()
155 userspace(&current->thread.regs.regs, current_thread_info()->aux_fp_regs); in fork_handler()
/kernel/linux/linux-5.10/arch/mips/oprofile/
H A Dbacktrace.c65 * TODO for userspace stack unwinding:
170 const int userspace = user_mode(regs); in op_mips_backtrace() local
173 if (userspace) in op_mips_backtrace()
/kernel/linux/linux-5.10/tools/virtio/linux/
H A Ddma-mapping.h6 # error Virtio userspace code does not support CONFIG_HAS_DMA
/kernel/linux/linux-5.10/arch/arm/mm/
H A Dabort-macro.S17 uaccess_disable ip @ disable userspace access
/kernel/linux/linux-6.6/arch/arm/mm/
H A Dabort-macro.S17 uaccess_disable ip @ disable userspace access
/kernel/linux/linux-5.10/Documentation/
H A DMakefile67 # $3 name of the build subfolder / e.g. "userspace-api/media", used as:
70 # $4 dest subfolder e.g. "man" for man pages at userspace-api/media/man
72 # e.g. "userspace-api/media" for the linux-tv book-set at ./Documentation/userspace-api/media
75 cmd_sphinx = $(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/userspace-api/media $2 && \
136 $(Q)$(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/userspace-api/media clean
/kernel/linux/linux-6.6/Documentation/
H A DMakefile75 # $3 name of the build subfolder / e.g. "userspace-api/media", used as:
78 # $4 dest subfolder e.g. "man" for man pages at userspace-api/media/man
80 # e.g. "userspace-api/media" for the linux-tv book-set at ./Documentation/userspace-api/media
83 cmd_sphinx = $(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/userspace-api/media $2 && \
166 $(Q)$(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/userspace-api/media clean
/kernel/linux/linux-5.10/tools/testing/selftests/cpufreq/
H A Dspecial-tests.sh69 echo userspace | sudo tee $CPUFREQROOT/policy*/scaling_governor &
/kernel/linux/linux-6.6/tools/testing/selftests/cpufreq/
H A Dspecial-tests.sh69 echo userspace | sudo tee $CPUFREQROOT/policy*/scaling_governor &
/kernel/linux/linux-6.6/tools/virtio/linux/
H A Ddma-mapping.h6 # error Virtio userspace code does not support CONFIG_HAS_DMA
/kernel/linux/linux-5.10/arch/arc/include/asm/
H A Ddisasm.h106 int userspace, struct pt_regs *regs, struct callee_regs *cregs);
/kernel/linux/linux-6.6/Documentation/userspace-api/media/
H A DMakefile5 SRC_DIR=$(srctree)/Documentation/userspace-api/media
/kernel/linux/linux-6.6/arch/arc/include/asm/
H A Ddisasm.h106 int userspace, struct pt_regs *regs, struct callee_regs *cregs);
/kernel/linux/linux-5.10/samples/hidraw/
H A Dhid-example.c20 * yet populate new version of hidraw.h to userspace.
23 #warning Please have your distro update the userspace kernel headers
/kernel/linux/linux-6.6/samples/hidraw/
H A Dhid-example.c20 * yet populate new version of hidraw.h to userspace.
23 #warning Please have your distro update the userspace kernel headers
/kernel/linux/linux-5.10/Documentation/userspace-api/media/
H A DMakefile5 SRC_DIR=$(srctree)/Documentation/userspace-api/media

Completed in 12 milliseconds

123