Searched refs:SRR1_ISI_PROT (Results 1 – 3 of 3) sorted by relevance
269 msr &= ~(SRR1_ISI_NOPT | SRR1_ISI_N_OR_G | SRR1_ISI_PROT); in kvmppc_core_queue_inst_storage()270 msr |= flags & (SRR1_ISI_NOPT | SRR1_ISI_N_OR_G | SRR1_ISI_PROT); in kvmppc_core_queue_inst_storage()
1130 return status | SRR1_ISI_PROT; in kvmppc_hpte_hv_fault()
710 #define SRR1_ISI_PROT 0x08000000 /* ISI: Other protection fault */ macro