cregit-Linux how code gets into the kernel

Release 4.11 arch/x86/xen/xen-asm.h

Directory: arch/x86/xen
#ifndef _XEN_XEN_ASM_H

#define _XEN_XEN_ASM_H

#include <linux/linkage.h>


#define RELOC(x, v)	.globl x##_reloc; x##_reloc=v

#define ENDPATCH(x)	.globl x##_end; x##_end=.

/* Pseudo-flag used for virtual NMI, which we don't implement yet */

#define XEN_EFLAGS_NMI	0x80000000

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Jeremy Fitzhardinge32100.00%1100.00%
Total32100.00%1100.00%
Directory: arch/x86/xen
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.