Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dhead_book3s_32.S325 andis. r11, r11, SRR1_ISI_NOPT@h /* no pte found? */
721 andis. r10, r9, SRR1_ISI_NOPT@h /* Set on ISI, cleared on DSI */
Dhead_8xx.S314 andis. r10,r9,SRR1_ISI_NOPT@h
/arch/powerpc/include/asm/
Dreg.h772 #define SRR1_ISI_NOPT 0x40000000 /* ISI: Not found in hash */ macro
/arch/powerpc/kvm/
Dbook3s_hv_rmhandlers.S1689 andis. r0, r11, SRR1_ISI_NOPT@h
Dbook3s_hv.c1639 if (!(vcpu->arch.fault_dsisr & SRR1_ISI_NOPT)) { in kvmppc_handle_exit_hv()