Searched refs:openpic (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
D | mpic.c | 128 static inline void write_IRQreg_idr(struct openpic *opp, int n_IRQ, 190 struct openpic { struct 241 static void mpic_irq_raise(struct openpic *opp, struct irq_dest *dst, in mpic_irq_raise() argument 263 static void mpic_irq_lower(struct openpic *opp, struct irq_dest *dst, in mpic_irq_lower() 291 static void IRQ_check(struct openpic *opp, struct irq_queue *q) in IRQ_check() 315 static int IRQ_get_next(struct openpic *opp, struct irq_queue *q) in IRQ_get_next() 323 static void IRQ_local_pipe(struct openpic *opp, int n_CPU, int n_IRQ, in IRQ_local_pipe() 411 static void openpic_update_irq(struct openpic *opp, int n_IRQ) in openpic_update_irq() 477 struct openpic *opp = opaque; in openpic_set_irq() 512 static void openpic_reset(struct openpic *opp) in openpic_reset() [all …]
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
D | kvm_host.h | 325 struct openpic *mpic; 504 struct openpic; 780 struct openpic *mpic; /* KVM_IRQ_MPIC */
|
D | kvm_ppc.h | 422 struct openpic; 841 void kvmppc_mpic_disconnect_vcpu(struct openpic *opp, struct kvm_vcpu *vcpu); 855 static inline void kvmppc_mpic_disconnect_vcpu(struct openpic *opp, in kvmppc_mpic_disconnect_vcpu()
|
/kernel/linux/linux-5.10/Documentation/virt/kvm/devices/ |
D | mpic.rst | 34 IRQ input line for each standard openpic source. 0 is inactive and 1
|