Home
last modified time | relevance | path

Searched refs:SRR1_PROGILL (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/kvm/
H A Dbook3s_hv_tm.c86 kvmppc_core_queue_program(vcpu, SRR1_PROGILL); in kvmhv_p9_tm_emulation()
137 kvmppc_core_queue_program(vcpu, SRR1_PROGILL); in kvmhv_p9_tm_emulation()
244 kvmppc_core_queue_program(vcpu, SRR1_PROGILL); in kvmhv_p9_tm_emulation()
H A Dbook3s_emulate.c854 kvmppc_core_queue_program(vcpu, SRR1_PROGILL); in kvmppc_core_emulate_mtspr_pr()
1023 kvmppc_core_queue_program(vcpu, SRR1_PROGILL); in kvmppc_core_emulate_mfspr_pr()
/linux/arch/powerpc/include/asm/
H A Dreg.h798 #define SRR1_PROGILL 0x00080000 /* Illegal instruction */ macro