Searched refs:get_xop (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | probes.h | 42 switch (get_xop(inst)) { in can_single_step() 59 switch (get_xop(inst)) { in can_single_step()
|
H A D | disassemble.h | 19 static inline unsigned int get_xop(u32 inst) in get_xop() function
|
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | emulate.c | 208 pr_debug("Emulating opcode %d / %d\n", get_op(inst), get_xop(inst)); in kvmppc_emulate_instruction() 227 switch (get_xop(inst)) { in kvmppc_emulate_instruction() 295 "(op %d xop %d)\n", inst, get_op(inst), get_xop(inst)); in kvmppc_emulate_instruction()
|
H A D | booke_emulate.c | 51 switch (get_xop(inst)) { in kvmppc_booke_emulate_op() 77 switch (get_xop(inst)) { in kvmppc_booke_emulate_op()
|
H A D | e500_emulate.c | 139 switch (get_xop(inst)) { in kvmppc_core_emulate_op_e500()
|
H A D | book3s_emulate.c | 266 switch (get_xop(inst)) { in kvmppc_core_emulate_op_pr() 297 switch (get_xop(inst)) { in kvmppc_core_emulate_op_pr()
|
H A D | book3s_hv.c | 1242 switch (get_xop(inst)) { in kvmppc_emulate_doorbell_instr()
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | emulate.c | 210 pr_debug("Emulating opcode %d / %d\n", get_op(inst), get_xop(inst)); in kvmppc_emulate_instruction() 229 switch (get_xop(inst)) { in kvmppc_emulate_instruction() 297 "(op %d xop %d)\n", inst, get_op(inst), get_xop(inst)); in kvmppc_emulate_instruction()
|
H A D | booke_emulate.c | 51 switch (get_xop(inst)) { in kvmppc_booke_emulate_op() 77 switch (get_xop(inst)) { in kvmppc_booke_emulate_op()
|
H A D | e500_emulate.c | 139 switch (get_xop(inst)) { in kvmppc_core_emulate_op_e500()
|
H A D | book3s_emulate.c | 262 switch (get_xop(inst)) { in kvmppc_core_emulate_op_pr() 293 switch (get_xop(inst)) { in kvmppc_core_emulate_op_pr()
|
H A D | book3s_hv.c | 1492 switch (get_xop(inst)) { in kvmppc_emulate_doorbell_instr()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | disassemble.h | 19 static inline unsigned int get_xop(u32 inst) in get_xop() function
|
/kernel/linux/linux-5.10/arch/powerpc/sysdev/ |
H A D | fsl_pci.c | 952 switch (get_xop(inst)) { in mcheck_handle_load()
|
/kernel/linux/linux-6.6/arch/powerpc/sysdev/ |
H A D | fsl_pci.c | 958 switch (get_xop(inst)) { in mcheck_handle_load()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | traps.c | 1584 get_xop(ppc_inst_val(insn)) == OP_31_XOP_HASHCHK) { in do_program_check()
|
Completed in 26 milliseconds