Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/include/asm/
Dsstep.h33 STORE_VMX, enumerator
/Linux-v5.10/arch/powerpc/kernel/
Dhw_breakpoint_constraints.c159 } else if (*type == LOAD_VMX || *type == STORE_VMX) { in wp_get_instr_detail()
/Linux-v5.10/arch/powerpc/kvm/
Demulate_loadstore.c260 case STORE_VMX: in kvmppc_emulate_loadstore()
/Linux-v5.10/arch/powerpc/lib/
Dsstep.c2195 op->type = MKOP(STORE_VMX, 0, 1); in analyse_instr()
2200 op->type = MKOP(STORE_VMX, 0, 2); in analyse_instr()
2205 op->type = MKOP(STORE_VMX, 0, 4); in analyse_instr()
2211 op->type = MKOP(STORE_VMX, 0, 16); in analyse_instr()
3242 case STORE_VMX: in emulate_loadstore()