Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/include/asm/
Dsstep.h27 LOAD_VMX, enumerator
/linux-6.1.9/arch/powerpc/kernel/
Dhw_breakpoint_constraints.c150 } else if (*type == LOAD_VMX || *type == STORE_VMX) { in wp_get_instr_detail()
/linux-6.1.9/arch/powerpc/kvm/
Demulate_loadstore.c139 case LOAD_VMX: in kvmppc_emulate_loadstore()
/linux-6.1.9/arch/powerpc/lib/
Dsstep.c2339 op->type = MKOP(LOAD_VMX, 0, 1); in analyse_instr()
2344 op->type = MKOP(LOAD_VMX, 0, 2); in analyse_instr()
2349 op->type = MKOP(LOAD_VMX, 0, 4); in analyse_instr()
2355 op->type = MKOP(LOAD_VMX, 0, 16); in analyse_instr()
3435 case LOAD_VMX: in emulate_loadstore()