Home
last modified time | relevance | path

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

/linux/arch/powerpc/kvm/
H A Demulate.c274 if (inst == KVMPPC_INST_SW_BREAKPOINT) { in kvmppc_emulate_instruction()
H A Dbooke.c1140 (last_inst == KVMPPC_INST_SW_BREAKPOINT)) { in kvmppc_handle_exit()
1714 *val = get_reg_val(id, KVMPPC_INST_SW_BREAKPOINT); in kvmppc_get_one_reg()
H A Dbook3s_pr.c1535 *val = get_reg_val(id, KVMPPC_INST_SW_BREAKPOINT); in kvmppc_get_one_reg_pr()
/linux/arch/powerpc/include/asm/
H A Dkvm_ppc.h37 #define KVMPPC_INST_SW_BREAKPOINT 0x00dddd00 macro