Searched full:opp (Results 1 – 5 of 5) sorted by relevance
/qemu/hw/intc/ |
H A D | openpic.c | 205 static void IRQ_check(OpenPICState *opp, IRQQueue *q) in IRQ_check() argument 212 irq = find_next_bit(q->queue, opp->max_irq, irq + 1); in IRQ_check() 213 if (irq == opp->max_irq) { in IRQ_check() 218 irq, IVPR_PRIORITY(opp->src[irq].ivpr), priority); in IRQ_check() 220 if (IVPR_PRIORITY(opp->src[irq].ivpr) > priority) { in IRQ_check() 222 priority = IVPR_PRIORITY(opp->src[irq].ivpr); in IRQ_check() 230 static int IRQ_get_next(OpenPICState *opp, IRQQueue *q) in IRQ_get_next() argument 233 IRQ_check(opp, q); in IRQ_get_next() 238 static void IRQ_local_pipe(OpenPICState *opp, int n_CPU, int n_IRQ, in IRQ_local_pipe() argument 245 dst = &opp->dst[n_CPU]; in IRQ_local_pipe() [all …]
|
H A D | openpic_kvm.c | 62 KVMOpenPICState *opp = opaque; in kvm_openpic_write() local 71 ret = ioctl(opp->fd, KVM_SET_DEVICE_ATTR, &attr); in kvm_openpic_write() 80 KVMOpenPICState *opp = KVM_OPENPIC(d); in kvm_openpic_reset() local 83 kvm_openpic_write(opp, 0x1020, GCR_RESET, sizeof(uint32_t)); in kvm_openpic_reset() 88 KVMOpenPICState *opp = opaque; in kvm_openpic_read() local 97 ret = ioctl(opp->fd, KVM_GET_DEVICE_ATTR, &attr); in kvm_openpic_read() 120 KVMOpenPICState *opp = container_of(listener, KVMOpenPICState, in kvm_openpic_region_add() local 127 if (section->mr != &opp->mem) { in kvm_openpic_region_add() 131 if (opp->mapped) { in kvm_openpic_region_add() 140 opp->mapped = reg_base; in kvm_openpic_region_add() [all …]
|
/qemu/include/hw/ppc/ |
H A D | openpic.h | 92 #define IVPR_VECTOR(opp, _ivprr_) ((_ivprr_) & (opp)->vector_mask) argument 104 struct OpenPICState *opp; /* Device timer is part of. */ member
|
/qemu/hw/misc/ |
H A D | bcm2835_mbox.c | 37 #define ARM_MC_OPPISEMPTYIRQEN 0x00000004 /* mbox irq enable: Opp is empty */ 40 #define ARM_MC_IHAVESPACEIRQPEND 0x00000020 /* mbox irq pending: Opp is empty */
|
/qemu/disas/ |
H A D | mips.c | 4244 const struct mips_opcode *opp) in print_insn_args() argument 4681 && strcmp (opp->name, "jalx") == 0) in print_insn_args() 4814 ((opp->pinfo & (FP_D | FP_S)) != 0 in print_insn_args()
|