Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/kvm/
Demulate.c272 if (inst == KVMPPC_INST_SW_BREAKPOINT) { in kvmppc_emulate_instruction()
Dbooke.c1092 (last_inst == KVMPPC_INST_SW_BREAKPOINT)) { in kvmppc_handle_exit()
1666 *val = get_reg_val(id, KVMPPC_INST_SW_BREAKPOINT); in kvmppc_get_one_reg()
Dbook3s_pr.c1554 *val = get_reg_val(id, KVMPPC_INST_SW_BREAKPOINT); in kvmppc_get_one_reg_pr()
Dbook3s_hv.c1181 if (last_inst == KVMPPC_INST_SW_BREAKPOINT) { in kvmppc_emulate_debug_inst()
1665 *val = get_reg_val(id, KVMPPC_INST_SW_BREAKPOINT); in kvmppc_get_one_reg_hv()
/Linux-v5.10/arch/powerpc/include/asm/
Dkvm_ppc.h36 #define KVMPPC_INST_SW_BREAKPOINT 0x00dddd00 macro