Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dsstep.h28 LOAD_VMX, enumerator
/arch/powerpc/kernel/
Dhw_breakpoint_constraints.c159 } else if (*type == LOAD_VMX || *type == STORE_VMX) { in wp_get_instr_detail()
/arch/powerpc/kvm/
Demulate_loadstore.c138 case LOAD_VMX: in kvmppc_emulate_loadstore()
/arch/powerpc/lib/
Dsstep.c2202 op->type = MKOP(LOAD_VMX, 0, 1); in analyse_instr()
2207 op->type = MKOP(LOAD_VMX, 0, 2); in analyse_instr()
2212 op->type = MKOP(LOAD_VMX, 0, 4); in analyse_instr()
2218 op->type = MKOP(LOAD_VMX, 0, 16); in analyse_instr()
3262 case LOAD_VMX: in emulate_loadstore()