Searched refs:openpic (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/arch/powerpc/kvm/ |
D | mpic.c | 129 static inline void write_IRQreg_idr(struct openpic *opp, int n_IRQ, 191 struct openpic { struct 242 static void mpic_irq_raise(struct openpic *opp, struct irq_dest *dst, in mpic_irq_raise() argument 264 static void mpic_irq_lower(struct openpic *opp, struct irq_dest *dst, in mpic_irq_lower() 292 static void IRQ_check(struct openpic *opp, struct irq_queue *q) in IRQ_check() 316 static int IRQ_get_next(struct openpic *opp, struct irq_queue *q) in IRQ_get_next() 324 static void IRQ_local_pipe(struct openpic *opp, int n_CPU, int n_IRQ, in IRQ_local_pipe() 412 static void openpic_update_irq(struct openpic *opp, int n_IRQ) in openpic_update_irq() 478 struct openpic *opp = opaque; in openpic_set_irq() 513 static void openpic_reset(struct openpic *opp) in openpic_reset() [all …]
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | kvm_host.h | 252 struct openpic *mpic; 396 struct openpic; 635 struct openpic *mpic; /* KVM_IRQ_MPIC */
|
D | kvm_ppc.h | 377 struct openpic; 485 void kvmppc_mpic_disconnect_vcpu(struct openpic *opp, struct kvm_vcpu *vcpu); 499 static inline void kvmppc_mpic_disconnect_vcpu(struct openpic *opp, in kvmppc_mpic_disconnect_vcpu()
|
/linux-4.1.27/Documentation/virtual/kvm/devices/ |
D | mpic.txt | 29 IRQ input line for each standard openpic source. 0 is inactive and 1
|