Searched refs:ivpr (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/powerpc/kvm/
H A Dmpic.c147 uint32_t ivpr; /* IRQ vector/priority register */ member in struct:irq_source
303 irq, IVPR_PRIORITY(opp->src[irq].ivpr), priority);
305 if (IVPR_PRIORITY(opp->src[irq].ivpr) > priority) {
307 priority = IVPR_PRIORITY(opp->src[irq].ivpr);
364 priority = IVPR_PRIORITY(src->ivpr);
420 if ((src->ivpr & IVPR_MASK_MASK) && !src->nomask) {
426 was_active = !!(src->ivpr & IVPR_ACTIVITY_MASK);
438 src->ivpr |= IVPR_ACTIVITY_MASK;
440 src->ivpr &= ~IVPR_ACTIVITY_MASK;
451 } else if (!(src->ivpr
[all...]
H A Dbooke_emulate.c298 vcpu->arch.ivpr = spr_val;
385 *spr_val = vcpu->arch.ivpr;
H A Dbooke.c530 vcpu->arch.regs.nip = vcpu->arch.ivpr |
1562 sregs->u.e.ivpr = vcpu->arch.ivpr;
1577 vcpu->arch.ivpr = sregs->u.e.ivpr;
2152 vcpu->arch.ivpr = 0x55550000;
H A De500mc.c132 mtspr(SPRN_GIVPR, vcpu->arch.ivpr);
/linux-master/arch/powerpc/include/asm/
H A Dkvm_host.h647 ulong ivpr; member in struct:kvmppc_slb::kvm_vcpu_arch
/linux-master/arch/powerpc/include/uapi/asm/
H A Dkvm.h220 __u64 ivpr; member in struct:kvm_sregs::__anon29::__anon34
/linux-master/tools/arch/powerpc/include/uapi/asm/
H A Dkvm.h220 __u64 ivpr; member in struct:kvm_sregs::__anon109::__anon114

Completed in 369 milliseconds