Searched refs:uc (Results 51 - 75 of 355) sorted by relevance

1234567891011>>

/linux-master/scripts/dtc/include-prefixes/arm/nxp/ls/
H A DMakefile4 ls1021a-moxa-uc-8410a.dtb \
/linux-master/tools/testing/selftests/arm64/signal/testcases/
H A Dsme_trap_no_sm.c24 int sme_trap_no_sm_run(struct tdescr *td, siginfo_t *si, ucontext_t *uc) argument
H A Dsme_trap_za.c23 int sme_trap_za_run(struct tdescr *td, siginfo_t *si, ucontext_t *uc) argument
H A Dza_no_regs.c17 ucontext_t uc; member in union:__anon1460
52 static int do_one_sme_vl(struct tdescr *td, siginfo_t *si, ucontext_t *uc, argument
70 if (!get_current_context(td, &context.uc, sizeof(context)))
98 static int sme_regs(struct tdescr *td, siginfo_t *si, ucontext_t *uc) argument
103 if (do_one_sme_vl(td, si, uc, vls[i]))
H A Dsve_regs.c17 ucontext_t uc; member in union:__anon1459
58 static int do_one_sve_vl(struct tdescr *td, siginfo_t *si, ucontext_t *uc, argument
77 if (!get_current_context(td, &context.uc, sizeof(context)))
100 static int sve_regs(struct tdescr *td, siginfo_t *si, ucontext_t *uc) argument
105 if (do_one_sve_vl(td, si, uc, vls[i]))
H A Dssve_regs.c17 ucontext_t uc; member in union:__anon5134
62 static int do_one_sme_vl(struct tdescr *td, siginfo_t *si, ucontext_t *uc, argument
83 if (!get_current_context(td, &context.uc, sizeof(context)))
111 static int sme_regs(struct tdescr *td, siginfo_t *si, ucontext_t *uc) argument
116 if (do_one_sme_vl(td, si, uc, vls[i]))
H A Dza_regs.c17 ucontext_t uc; member in union:__anon5137
64 static int do_one_sme_vl(struct tdescr *td, siginfo_t *si, ucontext_t *uc, argument
83 if (!get_current_context(td, &context.uc, sizeof(context)))
117 static int sme_regs(struct tdescr *td, siginfo_t *si, ucontext_t *uc) argument
122 if (do_one_sme_vl(td, si, uc, vls[i]))
H A Dsme_trap_non_streaming.c30 int sme_trap_non_streaming_run(struct tdescr *td, siginfo_t *si, ucontext_t *uc) argument
H A Dfake_sigreturn_sve_change_vl.c52 siginfo_t *si, ucontext_t *uc)
59 if (!get_current_context(td, &sf.uc, sizeof(sf.uc)))
51 fake_sigreturn_sve_change_vl(struct tdescr *td, siginfo_t *si, ucontext_t *uc) argument
/linux-master/include/net/
H A Dfirewire.h17 } __packed uc; member in union:fwnet_hwaddr
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dvmx_invalid_nested_guest_state.c59 struct ucall uc; local
95 switch (get_ucall(vcpu, &uc)) {
99 REPORT_GUEST_ASSERT(uc);
101 TEST_FAIL("Unexpected ucall: %lu", uc.cmd);
H A Dsmaller_maxphyaddr_emulation_test.c52 struct ucall uc; local
98 switch (get_ucall(vcpu, &uc)) {
100 REPORT_GUEST_ASSERT(uc);
105 TEST_FAIL("Unrecognized ucall: %lu", uc.cmd);
H A Dmonitor_mwait_test.c75 struct ucall uc; local
90 switch (get_ucall(vcpu, &uc)) {
92 testcase = uc.args[1];
95 REPORT_GUEST_ASSERT(uc);
100 TEST_FAIL("Unknown ucall %lu", uc.cmd);
H A Dvmx_apic_access_test.c95 struct ucall uc; local
108 switch (get_ucall(vcpu, &uc)) {
110 REPORT_GUEST_ASSERT(uc);
113 apic_access_addr = uc.args[1];
119 TEST_ASSERT(false, "Unknown ucall %lu", uc.cmd);
H A Dkvm_clock_test.c52 static void handle_sync(struct ucall *uc, struct kvm_clock_data *start, argument
57 obs = uc->args[2];
72 static void handle_abort(struct ucall *uc) argument
74 REPORT_GUEST_ASSERT(*uc);
109 struct ucall uc; local
122 switch (get_ucall(vcpu, &uc)) {
124 handle_sync(&uc, &start, &end);
127 handle_abort(&uc);
130 TEST_ASSERT(0, "unhandled ucall: %ld", uc.cmd);
H A Dkvm_pv_test.c98 static void pr_msr(struct ucall *uc) argument
100 struct msr_data *msr = (struct msr_data *)uc->args[0];
105 static void pr_hcall(struct ucall *uc) argument
107 struct hcall_data *hc = (struct hcall_data *)uc->args[0];
114 struct ucall uc; local
120 switch (get_ucall(vcpu, &uc)) {
122 pr_msr(&uc);
125 pr_hcall(&uc);
128 REPORT_GUEST_ASSERT(uc);
H A Dfix_hypercall_test.c92 struct ucall uc; local
95 switch (get_ucall(vcpu, &uc)) {
97 pr_info("%s: %016lx\n", (const char *)uc.args[2], uc.args[3]);
102 REPORT_GUEST_ASSERT(uc);
105 uc.cmd, run->exit_reason, exit_reason_str(run->exit_reason));
H A Dvmx_nested_tsc_scaling_test.c165 struct ucall uc; local
170 switch (get_ucall(vcpu, &uc)) {
172 REPORT_GUEST_ASSERT(uc);
174 switch (uc.args[0]) {
176 sleep(uc.args[1]);
179 l1_tsc_freq = uc.args[1];
187 l2_tsc_freq = uc.args[1];
199 TEST_FAIL("Unknown ucall %lu", uc.cmd);
H A Dsvm_int_ctl_test.c90 struct ucall uc; local
108 switch (get_ucall(vcpu, &uc)) {
110 REPORT_GUEST_ASSERT(uc);
116 TEST_FAIL("Unknown ucall 0x%lx.", uc.cmd);
H A Dhyperv_extended_hypercalls.c44 struct ucall uc; local
86 switch (get_ucall(vcpu, &uc)) {
88 REPORT_GUEST_ASSERT(uc);
93 TEST_FAIL("Unhandled ucall: %ld", uc.cmd);
H A Dxcr0_cpuid_test.c105 struct ucall uc; local
123 switch (get_ucall(vcpu, &uc)) {
125 REPORT_GUEST_ASSERT(uc);
130 TEST_FAIL("Unknown ucall %lu", uc.cmd);
/linux-master/include/linux/
H A Duprobes.h113 extern int uprobe_register(struct inode *inode, loff_t offset, struct uprobe_consumer *uc);
114 extern int uprobe_register_refctr(struct inode *inode, loff_t offset, loff_t ref_ctr_offset, struct uprobe_consumer *uc);
115 extern int uprobe_apply(struct inode *inode, loff_t offset, struct uprobe_consumer *uc, bool);
116 extern void uprobe_unregister(struct inode *inode, loff_t offset, struct uprobe_consumer *uc);
152 uprobe_register(struct inode *inode, loff_t offset, struct uprobe_consumer *uc) argument
156 static inline int uprobe_register_refctr(struct inode *inode, loff_t offset, loff_t ref_ctr_offset, struct uprobe_consumer *uc) argument
161 uprobe_apply(struct inode *inode, loff_t offset, struct uprobe_consumer *uc, bool add) argument
166 uprobe_unregister(struct inode *inode, loff_t offset, struct uprobe_consumer *uc) argument
/linux-master/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-msr-resv.c33 void signal_usr1(int signum, siginfo_t *info, void *uc) argument
35 ucontext_t *ucp = uc;
/linux-master/arch/nios2/kernel/
H A Dsignal.c34 struct ucontext uc; member in struct:rt_sigframe
39 struct ucontext __user *uc, int *pr2)
42 unsigned long __user *gregs = uc->uc_mcontext.gregs;
48 err = __get_user(temp, &uc->uc_mcontext.version);
90 err |= restore_altstack(&uc->uc_stack);
113 if (__copy_from_user(&set, &frame->uc.uc_sigmask, sizeof(set)))
118 if (rt_restore_ucontext(regs, sw, &frame->uc, &rval))
128 static inline int rt_setup_ucontext(struct ucontext __user *uc, struct pt_regs *regs) argument
131 unsigned long __user *gregs = uc->uc_mcontext.gregs;
134 err |= __put_user(MCONTEXT_VERSION, &uc
37 rt_restore_ucontext(struct pt_regs *regs, struct switch_stack *sw, struct ucontext __user *uc, int *pr2) argument
[all...]
/linux-master/tools/testing/selftests/arm64/signal/
H A Dtest_signals_utils.c91 siginfo_t *si, void *uc)
97 ((ucontext_t *)uc)->uc_mcontext.pc += 4;
113 siginfo_t *si, void *uc)
117 td->run(td, si, uc);
123 siginfo_t *si, void *uc)
132 ((ucontext_t *)uc)->uc_mcontext.sp,
171 ucontext_t *uc = uc_in; local
177 ASSERT_GOOD_CONTEXT(uc);
180 uc->uc_mcontext.pc += 4;
185 head = (struct _aarch64_ctx *)uc
90 handle_signal_unsupported(struct tdescr *td, siginfo_t *si, void *uc) argument
112 handle_signal_trigger(struct tdescr *td, siginfo_t *si, void *uc) argument
122 handle_signal_ok(struct tdescr *td, siginfo_t *si, void *uc) argument
233 default_handler(int signum, siginfo_t *si, void *uc) argument
[all...]

Completed in 198 milliseconds

1234567891011>>