Searched refs:SRR1_ISI_N_OR_G (Results 1 – 3 of 3) sorted by relevance
237 msr &= ~(SRR1_ISI_NOPT | SRR1_ISI_N_OR_G | SRR1_ISI_PROT); in kvmppc_core_queue_inst_storage()238 msr |= flags & (SRR1_ISI_NOPT | SRR1_ISI_N_OR_G | SRR1_ISI_PROT); in kvmppc_core_queue_inst_storage()
829 return status | SRR1_ISI_N_OR_G; in kvmppc_hpte_hv_fault()
609 #define SRR1_ISI_N_OR_G 0x10000000 /* ISI: Access is no-exec or G */ macro