Home
last modified time | relevance | path

Searched defs:userspace (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/cpufreq/
H A Dcpufreq_userspace.c34 struct userspace_policy *userspace = policy->governor_data; in cpufreq_set() local
52 struct userspace_policy *userspace = policy->governor_data; in show_speed() local
59 struct userspace_policy *userspace; in cpufreq_userspace_policy_init() local
83 struct userspace_policy *userspace = policy->governor_data; in cpufreq_userspace_policy_start() local
97 struct userspace_policy *userspace = policy->governor_data; in cpufreq_userspace_policy_stop() local
109 struct userspace_policy *userspace = policy->governor_data; in cpufreq_userspace_policy_limits() local
/linux/drivers/s390/crypto/
H A Dzcrypt_msgtype6.c328 static int xcrb_msg_to_type6cprb_msgx(bool userspace, struct ap_message *ap_msg, in xcrb_msg_to_type6cprb_msgx()
448 static int xcrb_msg_to_type6_ep11cprb_msgx(bool userspace, struct ap_message *ap_msg, in xcrb_msg_to_type6_ep11cprb_msgx()
617 static int convert_type86_xcrb(bool userspace, struct zcrypt_queue *zq, in convert_type86_xcrb()
660 static int convert_type86_ep11_xcrb(bool userspace, struct zcrypt_queue *zq, in convert_type86_ep11_xcrb()
742 static int convert_response_xcrb(bool userspace, struct zcrypt_queue *zq, in convert_response_xcrb()
777 static int convert_response_ep11_xcrb(bool userspace, struct zcrypt_queue *zq, in convert_response_ep11_xcrb()
1054 int prep_cca_ap_msg(bool userspace, struct ica_xcRB *xcrb, in prep_cca_ap_msg()
1075 static long zcrypt_msgtype6_send_cprb(bool userspace, struct zcrypt_queue *zq, in zcrypt_msgtype6_send_cprb()
1148 int prep_ep11_ap_msg(bool userspace, struct ep11_urb *xcrb, in prep_ep11_ap_msg()
1169 static long zcrypt_msgtype6_send_ep11_cprb(bool userspace, struct zcrypt_queue *zq, in zcrypt_msgtype6_send_ep11_cprb()
H A Dzcrypt_api.c856 bool userspace = xflags & ZCRYPT_XFLAG_USERSPACE; in _zcrypt_send_cprb() local
1037 bool userspace = xflags & ZCRYPT_XFLAG_USERSPACE; in _zcrypt_send_ep11_cprb() local
/linux/arch/arc/kernel/
H A Ddisasm.c22 int userspace, struct pt_regs *regs, struct callee_regs *cregs) in disasm_instr()
/linux/arch/um/os-Linux/skas/
H A Dprocess.c546 void userspace(struct uml_pt_regs *regs) in userspace() function
/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py574 class userspace(nla): class in ovsactions