cregit-Linux how code gets into the kernel

Release 4.14 arch/powerpc/kvm/irq.h

Directory: arch/powerpc/kvm
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __IRQ_H

#define __IRQ_H

#include <linux/kvm_host.h>


static inline int irqchip_in_kernel(struct kvm *kvm) { int ret = 0; #ifdef CONFIG_KVM_MPIC ret = ret || (kvm->arch.mpic != NULL); #endif #ifdef CONFIG_KVM_XICS ret = ret || (kvm->arch.xics != NULL); ret = ret || (kvm->arch.xive != NULL); #endif smp_rmb(); return ret; }

Contributors

PersonTokensPropCommitsCommitProp
Alexander Graf4256.00%133.33%
Paul Mackerras1925.33%133.33%
Benjamin Herrenschmidt1418.67%133.33%
Total75100.00%3100.00%

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Alexander Graf5360.92%125.00%
Paul Mackerras1921.84%125.00%
Benjamin Herrenschmidt1416.09%125.00%
Greg Kroah-Hartman11.15%125.00%
Total87100.00%4100.00%
Directory: arch/powerpc/kvm
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.