Searched refs:get_op (Results 1 – 19 of 19) sorted by relevance
/Linux-v6.6/arch/powerpc/include/asm/ |
D | disassemble.h | 14 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)
|
D | probes.h | 37 switch (get_op(inst)) { in can_single_step()
|
D | inst.h | 151 if (IS_ENABLED(CONFIG_PPC64) && get_op(val) == OP_PREFIX) { in __copy_inst_from_kernel_nofault()
|
/Linux-v6.6/tools/testing/selftests/sgx/ |
D | main.c | 284 struct encl_op_get_from_buf get_op; in TEST_F() local 300 get_op.header.type = ENCL_OP_GET_FROM_BUFFER; in TEST_F() 301 get_op.value = 0; in TEST_F() 303 EXPECT_EQ(ENCL_CALL(&get_op, &self->run, false), 0); in TEST_F() 305 EXPECT_EQ(get_op.value, MAGIC); in TEST_F() 354 struct encl_op_get_from_buf get_op; in TEST_F() local 373 get_op.header.type = ENCL_OP_GET_FROM_BUFFER; in TEST_F() 374 get_op.value = 0; in TEST_F() 376 EXPECT_EQ(ENCL_CALL(&get_op, &self->run, false), 0); in TEST_F() 378 EXPECT_EQ(get_op.value, MAGIC); in TEST_F() [all …]
|
/Linux-v6.6/arch/powerpc/kvm/ |
D | emulate.c | 210 pr_debug("Emulating opcode %d / %d\n", get_op(inst), get_xop(inst)); in kvmppc_emulate_instruction() 216 switch (get_op(inst)) { in kvmppc_emulate_instruction() 297 "(op %d xop %d)\n", inst, get_op(inst), get_xop(inst)); in kvmppc_emulate_instruction()
|
D | e500_emulate.c | 137 switch (get_op(inst)) { in kvmppc_core_emulate_op_e500()
|
D | booke_emulate.c | 49 switch (get_op(inst)) { in kvmppc_booke_emulate_op()
|
D | book3s_emulate.c | 244 switch (get_op(inst)) { in kvmppc_core_emulate_op_pr() 1051 switch (get_op(inst)) { in kvmppc_alignment_dar()
|
D | book3s_paired_singles.c | 349 switch (get_op(inst)) { in kvmppc_inst_is_paired_single() 677 switch (get_op(inst)) { in kvmppc_emulate_paired_single()
|
D | book3s_hv.c | 1488 if (get_op(inst) != 31) in kvmppc_emulate_doorbell_instr()
|
/Linux-v6.6/tools/perf/arch/x86/tests/ |
D | insn-x86.c | 37 static int get_op(const char *op_str) in get_op() function 119 op = get_op(dat->expected_op_str); in test_data_item()
|
/Linux-v6.6/arch/m68k/fpsp040/ |
D | x_unimp.S | 34 |xref get_op 66 bsrl get_op |go get operand(s)
|
D | Makefile | 6 obj-y := bindec.o binstr.o decbin.o do_func.o gen_except.o get_op.o \
|
D | get_op.S | 2 | get_op.sa 3.6 5/19/92 4 | get_op.sa 3.5 4/26/91
|
D | decbin.S | 494 | it will be inex2, but will be reported as inex1 by get_op.
|
/Linux-v6.6/scripts/gcc-plugins/ |
D | latent_entropy_plugin.c | 301 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-v6.6/arch/powerpc/sysdev/ |
D | fsl_pci.c | 956 switch (get_op(inst)) { in mcheck_handle_load()
|
/Linux-v6.6/arch/powerpc/kernel/ |
D | traps.c | 553 if (*nip == PPC_RAW_SYNC() || get_op(*nip) == OP_TRAP) { in check_io_access()
|
/Linux-v6.6/arch/powerpc/lib/ |
D | sstep.c | 1490 suffixopcode = get_op(suffix); in analyse_instr() 2981 suffixopcode = get_op(suffix); in analyse_instr()
|