Home
last modified time | relevance | path

Searched refs:get_xop (Results 1 – 8 of 8) sorted by relevance

/arch/powerpc/kvm/
Demulate.c226 pr_debug("Emulating opcode %d / %d\n", get_op(inst), get_xop(inst)); in kvmppc_emulate_instruction()
245 switch (get_xop(inst)) { in kvmppc_emulate_instruction()
312 "(op %d xop %d)\n", inst, get_op(inst), get_xop(inst)); in kvmppc_emulate_instruction()
Dbooke_emulate.c62 switch (get_xop(inst)) { in kvmppc_booke_emulate_op()
88 switch (get_xop(inst)) { in kvmppc_booke_emulate_op()
Dbook3s_emulate.c118 switch (get_xop(inst)) { in kvmppc_core_emulate_op_pr()
132 switch (get_xop(inst)) { in kvmppc_core_emulate_op_pr()
De500_emulate.c142 switch (get_xop(inst)) { in kvmppc_core_emulate_op_e500()
Demulate_loadstore.c104 switch (get_xop(inst)) { in kvmppc_emulate_loadstore()
Dbook3s_hv.c1003 switch (get_xop(inst)) { in kvmppc_emulate_doorbell_instr()
/arch/powerpc/include/asm/
Ddisassemble.h30 static inline unsigned int get_xop(u32 inst) in get_xop() function
/arch/powerpc/sysdev/
Dfsl_pci.c947 switch (get_xop(inst)) { in mcheck_handle_load()