Home
last modified time | relevance | path

Searched refs:get_op (Results 1 – 19 of 19) sorted by relevance

/linux-5.19.10/tools/testing/selftests/sgx/
Dmain.c245 struct encl_op_get_from_buf get_op; in TEST_F() local
261 get_op.header.type = ENCL_OP_GET_FROM_BUFFER; in TEST_F()
262 get_op.value = 0; in TEST_F()
264 EXPECT_EQ(ENCL_CALL(&get_op, &self->run, false), 0); in TEST_F()
266 EXPECT_EQ(get_op.value, MAGIC); in TEST_F()
315 struct encl_op_get_from_buf get_op; in TEST_F() local
334 get_op.header.type = ENCL_OP_GET_FROM_BUFFER; in TEST_F()
335 get_op.value = 0; in TEST_F()
337 EXPECT_EQ(ENCL_CALL(&get_op, &self->run, false), 0); in TEST_F()
339 EXPECT_EQ(get_op.value, MAGIC); in TEST_F()
[all …]
/linux-5.19.10/arch/powerpc/include/asm/
Ddisassemble.h14 static inline unsigned int get_op(u32 inst) in get_op() function
84 #define IS_XFORM(inst) (get_op(inst) == 31)
85 #define IS_DSFORM(inst) (get_op(inst) >= 56)
Dprobes.h37 switch (get_op(inst)) { in can_single_step()
Dinst.h170 if (IS_ENABLED(CONFIG_PPC64) && get_op(val) == OP_PREFIX) { in __copy_inst_from_kernel_nofault()
/linux-5.19.10/arch/powerpc/kvm/
Demulate.c208 pr_debug("Emulating opcode %d / %d\n", get_op(inst), get_xop(inst)); in kvmppc_emulate_instruction()
214 switch (get_op(inst)) { in kvmppc_emulate_instruction()
295 "(op %d xop %d)\n", inst, get_op(inst), get_xop(inst)); in kvmppc_emulate_instruction()
De500_emulate.c137 switch (get_op(inst)) { in kvmppc_core_emulate_op_e500()
Dbooke_emulate.c49 switch (get_op(inst)) { in kvmppc_booke_emulate_op()
Dbook3s_emulate.c244 switch (get_op(inst)) { in kvmppc_core_emulate_op_pr()
1051 switch (get_op(inst)) { in kvmppc_alignment_dar()
Dbook3s_paired_singles.c349 switch (get_op(inst)) { in kvmppc_inst_is_paired_single()
675 switch (get_op(inst)) { in kvmppc_emulate_paired_single()
Dbook3s_hv.c1424 if (get_op(inst) != 31) in kvmppc_emulate_doorbell_instr()
/linux-5.19.10/tools/perf/arch/x86/tests/
Dinsn-x86.c35 static int get_op(const char *op_str) in get_op() function
115 op = get_op(dat->expected_op_str); in test_data_item()
/linux-5.19.10/arch/m68k/fpsp040/
Dx_unimp.S34 |xref get_op
66 bsrl get_op |go get operand(s)
DMakefile6 obj-y := bindec.o binstr.o decbin.o do_func.o gen_except.o get_op.o \
Dget_op.S2 | get_op.sa 3.6 5/19/92
4 | get_op.sa 3.5 4/26/91
Ddecbin.S494 | it will be inex2, but will be reported as inex1 by get_op.
/linux-5.19.10/scripts/gcc-plugins/
Dlatent_entropy_plugin.c301 static enum tree_code get_op(tree *rhs) in get_op() function
347 op = get_op(&rhs); in perturb_local_entropy()
372 op = get_op(NULL); in __perturb_latent_entropy()
471 op = get_op(NULL); in init_local_entropy()
/linux-5.19.10/arch/powerpc/sysdev/
Dfsl_pci.c951 switch (get_op(inst)) { in mcheck_handle_load()
/linux-5.19.10/arch/powerpc/kernel/
Dtraps.c552 if (*nip == PPC_RAW_SYNC() || get_op(*nip) == OP_TRAP) { in check_io_access()
/linux-5.19.10/arch/powerpc/lib/
Dsstep.c1490 suffixopcode = get_op(suffix); in analyse_instr()
2980 suffixopcode = get_op(suffix); in analyse_instr()