cregit-Linux how code gets into the kernel

Release 4.11 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); #endif smp_rmb(); return ret; }

Contributors

PersonTokensPropCommitsCommitProp
Alexander Graf4268.85%150.00%
Paul Mackerras1931.15%150.00%
Total61100.00%2100.00%

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Alexander Graf5373.61%150.00%
Paul Mackerras1926.39%150.00%
Total72100.00%2100.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.