cregit-Linux how code gets into the kernel

Release 4.13 arch/powerpc/kvm/irq.h

Directory: arch/powerpc/kvm
#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 Graf5361.63%133.33%
Paul Mackerras1922.09%133.33%
Benjamin Herrenschmidt1416.28%133.33%
Total86100.00%3100.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.