Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Dhead_book3s_32.S323 andis. r11, r11, SRR1_ISI_NOPT@h /* no pte found? */
718 andis. r10, r9, SRR1_ISI_NOPT@h /* Set on ISI, cleared on DSI */
H A Dhead_8xx.S315 andis. r10,r9,SRR1_ISI_NOPT@h
/linux/arch/powerpc/include/asm/
H A Dreg.h780 #define SRR1_ISI_NOPT 0x40000000 /* ISI: Not found in hash */ macro
/linux/arch/powerpc/kvm/
H A Dbook3s_hv_rmhandlers.S1691 andis. r0, r11, SRR1_ISI_NOPT@h
H A Dbook3s_hv.c1851 if (!(vcpu->arch.fault_dsisr & SRR1_ISI_NOPT)) { in kvmppc_handle_exit_hv()