Searched refs:h_pending (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kvm/
H A Dprocess.c679 int mask, h_pending, h_inservice; local
684 h_pending = highest_pending_irq(vcpu);
685 if (h_pending == NULL_VECTOR) {
692 mask = irq_masked(vcpu, h_pending, h_inservice);
695 update_vhpi(vcpu, h_pending);
702 update_vhpi(vcpu, h_pending);
H A Dvcpu.c896 int irq_masked(struct kvm_vcpu *vcpu, int h_pending, int h_inservice) argument
905 if (h_pending == NMI_VECTOR) {
913 if (h_pending == ExtINT_VECTOR) {
921 if (is_higher_irq(h_pending, h_inservice)) {
922 if (is_higher_class(h_pending, vtpr.mic + (vtpr.mmi << 4)))
H A Dvcpu.h730 extern int irq_masked(struct kvm_vcpu *vcpu, int h_pending, int h_inservice);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dr300_cmdbuf.c903 u32 i, *buf_idx, h_pending; local
932 if (DRM_COPY_FROM_USER(&h_pending,
937 if (h_pending == 0)
940 h_pending--;
943 &h_pending,

Completed in 31 milliseconds