Home
last modified time | relevance | path

Searched refs:LOAD_VMX (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dsstep.h27 LOAD_VMX, enumerator
/openbmc/linux/arch/powerpc/kernel/
H A Dhw_breakpoint_constraints.c155 } else if (*type == LOAD_VMX || *type == STORE_VMX) { in wp_get_instr_detail()
/openbmc/linux/arch/powerpc/kvm/
H A Demulate_loadstore.c139 case LOAD_VMX: in kvmppc_emulate_loadstore()
/openbmc/linux/arch/powerpc/lib/
H A Dsstep.c2346 op->type = MKOP(LOAD_VMX, 0, 1); in analyse_instr()
2351 op->type = MKOP(LOAD_VMX, 0, 2); in analyse_instr()
2356 op->type = MKOP(LOAD_VMX, 0, 4); in analyse_instr()
2362 op->type = MKOP(LOAD_VMX, 0, 16); in analyse_instr()
3442 case LOAD_VMX: in emulate_loadstore()