Home
last modified time | relevance | path

Searched refs:MSR_IS (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/kvm/
D44x_tlb.c213 unsigned int as = !!(vcpu->arch.msr & MSR_IS); in kvmppc_44x_itlb_index()
402 if (get_tlb_ts(tlbe) != !!(vcpu->arch.msr & MSR_IS)) in tlbe_is_host_safe()
Dbooke_interrupts.S27 #define KVMPPC_MSR_MASK (MSR_CE|MSR_EE|MSR_PR|MSR_DE|MSR_ME|MSR_IS|MSR_DS)
/arch/powerpc/include/asm/
Dreg_booke.h17 #define MSR_IS MSR_IR /* Instruction Space */ macro
/arch/powerpc/kernel/
Dhead_44x.S111 andi. r4,r4,MSR_IS@l /* TS=1? */