Home
last modified time | relevance | path

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

/linux/arch/powerpc/kvm/
H A Dbook3s_xive_native.c1167 vcpu->arch.xive_saved_state.pipr, in kvmppc_xive_native_get_vp()
1235 vcpu->arch.xive_saved_state.pipr, in xive_native_debug_show()
H A Dbook3s_xive.c358 u8 pipr = be64_to_cpu(qw1) & 0xff; in xive_vm_h_ipoll() local
360 if (pipr < 8) in xive_vm_h_ipoll()
361 pending |= 1 << pipr; in xive_vm_h_ipoll()
H A Dbook3s_hv.c4402 return vcpu->arch.irq_pending || vcpu->arch.xive_saved_state.pipr < in xive_interrupt_pending()
/linux/arch/powerpc/include/asm/
H A Dkvm_host.h506 u8 pipr; member