Home
last modified time | relevance | path

Searched refs:KVMPPC_INST_SW_BREAKPOINT (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/arch/powerpc/kvm/
Demulate.c272 if (inst == KVMPPC_INST_SW_BREAKPOINT) { in kvmppc_emulate_instruction()
Dbooke.c1131 (last_inst == KVMPPC_INST_SW_BREAKPOINT)) { in kvmppc_handle_exit()
1705 *val = get_reg_val(id, KVMPPC_INST_SW_BREAKPOINT); in kvmppc_get_one_reg()
Dbook3s_pr.c1540 *val = get_reg_val(id, KVMPPC_INST_SW_BREAKPOINT); in kvmppc_get_one_reg_pr()
Dbook3s_hv.c1426 if (last_inst == KVMPPC_INST_SW_BREAKPOINT) { in kvmppc_emulate_debug_inst()
2183 *val = get_reg_val(id, KVMPPC_INST_SW_BREAKPOINT); in kvmppc_get_one_reg_hv()
/linux-6.1.9/arch/powerpc/include/asm/
Dkvm_ppc.h36 #define KVMPPC_INST_SW_BREAKPOINT 0x00dddd00 macro