cregit-Linux how code gets into the kernel

Release 4.14 arch/arm64/include/asm/xen/events.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_ARM64_XEN_EVENTS_H

#define _ASM_ARM64_XEN_EVENTS_H

#include <asm/ptrace.h>
#include <asm/atomic.h>


enum ipi_vector {
	
XEN_PLACEHOLDER_VECTOR,

	/* Xen IPIs go here */
	
XEN_NR_IPIS,
};


static inline int xen_irqs_disabled(struct pt_regs *regs) { return raw_irqs_disabled_flags((unsigned long) regs->pstate); }

Contributors

PersonTokensPropCommitsCommitProp
Stefano Stabellini24100.00%1100.00%
Total24100.00%1100.00%

#define xchg_xen_ulong(ptr, val) xchg((ptr), (val)) /* Rebind event channel is supported by default */
static inline bool xen_support_evtchn_rebind(void) { return true; }

Contributors

PersonTokensPropCommitsCommitProp
Julien Grall12100.00%1100.00%
Total12100.00%1100.00%

#endif /* _ASM_ARM64_XEN_EVENTS_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Stefano Stabellini5780.28%133.33%
Julien Grall1318.31%133.33%
Greg Kroah-Hartman11.41%133.33%
Total71100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.