Symbol: get_op
arch/powerpc/include/asm/disassemble.h
84
#define IS_XFORM(inst) (get_op(inst) == 31)
arch/powerpc/include/asm/disassemble.h
85
#define IS_DSFORM(inst) (get_op(inst) >= 56)
arch/powerpc/include/asm/inst.h
147
if (IS_ENABLED(CONFIG_PPC64) && get_op(val) == OP_PREFIX) {
arch/powerpc/include/asm/probes.h
37
switch (get_op(inst)) {
arch/powerpc/kernel/traps.c
552
if (*nip == PPC_RAW_SYNC() || get_op(*nip) == OP_TRAP) {
arch/powerpc/kvm/book3s_emulate.c
1051
switch (get_op(inst)) {
arch/powerpc/kvm/book3s_emulate.c
244
switch (get_op(inst)) {
arch/powerpc/kvm/book3s_hv.c
1546
if (get_op(inst) != 31)
arch/powerpc/kvm/book3s_paired_singles.c
349
switch (get_op(inst)) {
arch/powerpc/kvm/book3s_paired_singles.c
677
switch (get_op(inst)) {
arch/powerpc/kvm/booke_emulate.c
49
switch (get_op(inst)) {
arch/powerpc/kvm/e500_emulate.c
137
switch (get_op(inst)) {
arch/powerpc/kvm/emulate.c
210
pr_debug("Emulating opcode %d / %d\n", get_op(inst), get_xop(inst));
arch/powerpc/kvm/emulate.c
216
switch (get_op(inst)) {
arch/powerpc/kvm/emulate.c
297
"(op %d xop %d)\n", inst, get_op(inst), get_xop(inst));
arch/powerpc/lib/sstep.c
1496
suffixopcode = get_op(suffix);
arch/powerpc/lib/sstep.c
2987
suffixopcode = get_op(suffix);
arch/powerpc/sysdev/fsl_pci.c
956
switch (get_op(inst)) {
scripts/gcc-plugins/latent_entropy_plugin.c
347
op = get_op(&rhs);
scripts/gcc-plugins/latent_entropy_plugin.c
372
op = get_op(NULL);
scripts/gcc-plugins/latent_entropy_plugin.c
471
op = get_op(NULL);
tools/perf/arch/x86/tests/insn-x86.c
119
op = get_op(dat->expected_op_str);
tools/testing/selftests/sgx/main.c
284
struct encl_op_get_from_buf get_op;
tools/testing/selftests/sgx/main.c
300
get_op.header.type = ENCL_OP_GET_FROM_BUFFER;
tools/testing/selftests/sgx/main.c
301
get_op.value = 0;
tools/testing/selftests/sgx/main.c
303
EXPECT_EQ(ENCL_CALL(&get_op, &self->run, false), 0);
tools/testing/selftests/sgx/main.c
305
EXPECT_EQ(get_op.value, MAGIC);
tools/testing/selftests/sgx/main.c
354
struct encl_op_get_from_buf get_op;
tools/testing/selftests/sgx/main.c
373
get_op.header.type = ENCL_OP_GET_FROM_BUFFER;
tools/testing/selftests/sgx/main.c
374
get_op.value = 0;
tools/testing/selftests/sgx/main.c
376
EXPECT_EQ(ENCL_CALL(&get_op, &self->run, false), 0);
tools/testing/selftests/sgx/main.c
378
EXPECT_EQ(get_op.value, MAGIC);
tools/testing/selftests/sgx/main.c
387
struct encl_op_get_from_buf get_op;
tools/testing/selftests/sgx/main.c
441
get_op.header.type = ENCL_OP_GET_FROM_BUFFER;
tools/testing/selftests/sgx/main.c
442
get_op.value = 0;
tools/testing/selftests/sgx/main.c
444
EXPECT_EQ(ENCL_CALL(&get_op, &self->run, false), 0);
tools/testing/selftests/sgx/main.c
446
EXPECT_EQ(get_op.value, MAGIC);
tools/testing/selftests/sgx/main.c
506
struct encl_op_get_from_buf get_op;
tools/testing/selftests/sgx/main.c
522
get_op.header.type = ENCL_OP_GET_FROM_BUFFER;
tools/testing/selftests/sgx/main.c
523
get_op.value = 0;
tools/testing/selftests/sgx/main.c
525
EXPECT_EQ(ENCL_CALL(&get_op, &self->run, true), 0);
tools/testing/selftests/sgx/main.c
527
EXPECT_EQ(get_op.value, MAGIC);
tools/testing/selftests/sgx/main.c
542
struct encl_op_get_from_buf get_op;
tools/testing/selftests/sgx/main.c
561
get_op.header.type = ENCL_OP_GET_FROM_BUFFER;
tools/testing/selftests/sgx/main.c
562
get_op.value = 0;
tools/testing/selftests/sgx/main.c
564
EXPECT_EQ(ENCL_CALL(&get_op, &self->run, true), 0);
tools/testing/selftests/sgx/main.c
566
EXPECT_EQ(get_op.value, MAGIC);