Lines Matching +full:language +full:- +full:id
1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 1995-2003 Russell King
4 * 2001-2002 Keith Owens
6 * Generate definitions needed by assembly language modules.
7 * This code generates raw asm output which is post-processed to extract
15 #include <linux/dma-mapping.h>
17 #include <asm/kexec-internal.h>
18 #include <asm/glue-df.h>
19 #include <asm/glue-pf.h>
26 #include <asm/hardware/cache-l2x0.h>
28 #include <linux/arm-smccc.h>
38 #error Sorry, your compiler targets APCS-26 but this kernel requires APCS-32
108 DEFINE(MM_CONTEXT_ID, offsetof(struct mm_struct, context.id.counter)); in main()
148 DEFINE(ARM_SMCCC_QUIRK_ID_OFFS, offsetof(struct arm_smccc_quirk, id)); in main()