Home
last modified time | relevance | path

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

/arch/powerpc/kvm/
Demulate.c290 if (inst == KVMPPC_INST_SW_BREAKPOINT) { in kvmppc_emulate_instruction()
Dbooke.c1093 (last_inst == KVMPPC_INST_SW_BREAKPOINT)) { in kvmppc_handle_exit()
1680 *val = get_reg_val(id, KVMPPC_INST_SW_BREAKPOINT); in kvmppc_get_one_reg()
Dbook3s_pr.c1365 *val = get_reg_val(id, KVMPPC_INST_SW_BREAKPOINT); in kvmppc_get_one_reg_pr()
Dbook3s_hv.c943 if (last_inst == KVMPPC_INST_SW_BREAKPOINT) { in kvmppc_emulate_debug_inst()
1305 *val = get_reg_val(id, KVMPPC_INST_SW_BREAKPOINT); in kvmppc_get_one_reg_hv()
/arch/powerpc/include/asm/
Dkvm_ppc.h45 #define KVMPPC_INST_SW_BREAKPOINT 0x00dddd00 macro