Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kvm/
Dbook3s.c238 msr &= ~(SRR1_ISI_NOPT | SRR1_ISI_N_OR_G | SRR1_ISI_PROT); in kvmppc_core_queue_inst_storage()
239 msr |= flags & (SRR1_ISI_NOPT | SRR1_ISI_N_OR_G | SRR1_ISI_PROT); in kvmppc_core_queue_inst_storage()
Dbook3s_hv_rmhandlers.S1836 andis. r0, r11, SRR1_ISI_NOPT@h
/linux-4.4.14/arch/powerpc/include/asm/
Dreg.h607 #define SRR1_ISI_NOPT 0x40000000 /* ISI: Not found in hash */ macro