Searched refs:pending_exceptions (Results 1 – 3 of 3) sorted by relevance
70 printk("exceptions: %08lx\n", vcpu->arch.pending_exceptions); in kvmppc_dump_vcpu()84 set_bit(priority, &vcpu->arch.pending_exceptions); in kvmppc_booke_queue_irqprio()99 return test_bit(BOOKE_IRQPRIO_DECREMENTER, &vcpu->arch.pending_exceptions); in kvmppc_core_pending_dec()155 clear_bit(priority, &vcpu->arch.pending_exceptions); in kvmppc_booke_irqprio_deliver()164 unsigned long *pending = &vcpu->arch.pending_exceptions; in kvmppc_core_deliver_interrupts()
41 return !!(v->arch.pending_exceptions); in kvm_cpu_has_interrupt()
200 unsigned long pending_exceptions; member