Searched refs:LOAD_VMX (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | hw_breakpoint_constraints.c | 159 } else if (*type == LOAD_VMX || *type == STORE_VMX) { in wp_get_instr_detail()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | sstep.h | 28 LOAD_VMX, enumerator
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | sstep.h | 27 LOAD_VMX, enumerator
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | hw_breakpoint_constraints.c | 155 } else if (*type == LOAD_VMX || *type == STORE_VMX) { in wp_get_instr_detail()
|
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | emulate_loadstore.c | 138 case LOAD_VMX: in kvmppc_emulate_loadstore()
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | emulate_loadstore.c | 139 case LOAD_VMX: in kvmppc_emulate_loadstore()
|
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
H A D | sstep.c | 2202 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()
|
/kernel/linux/linux-6.6/arch/powerpc/lib/ |
H A D | sstep.c | 2350 op->type = MKOP(LOAD_VMX, 0, 1); in analyse_instr() 2355 op->type = MKOP(LOAD_VMX, 0, 2); in analyse_instr() 2360 op->type = MKOP(LOAD_VMX, 0, 4); in analyse_instr() 2366 op->type = MKOP(LOAD_VMX, 0, 16); in analyse_instr() 3446 case LOAD_VMX: in emulate_loadstore()
|
Completed in 10 milliseconds