Home
last modified time | relevance | path

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

/arch/powerpc/kvm/
Dbook3s_xive_template.c342 u8 pipr = be64_to_cpu(qw1) & 0xff; in GLUE() local
343 if (pipr < 8) in GLUE()
344 pending |= 1 << pipr; in GLUE()
Dbook3s_xive_native.c1166 vcpu->arch.xive_saved_state.pipr, in kvmppc_xive_native_get_vp()
1233 vcpu->arch.xive_saved_state.pipr, in xive_native_debug_show()
Dbook3s_hv.c3771 return vcpu->arch.irq_pending || vcpu->arch.xive_saved_state.pipr < in xive_interrupt_pending()
/arch/powerpc/include/asm/
Dkvm_host.h510 u8 pipr; member