]> Git Repo - linux.git/blob - arch/x86/include/asm/asm-prototypes.h
drm/xe/tests: Convert xe_mocs live tests
[linux.git] / arch / x86 / include / asm / asm-prototypes.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #include <asm/ftrace.h>
3 #include <linux/uaccess.h>
4 #include <linux/pgtable.h>
5 #include <asm/string.h>
6 #include <asm/page.h>
7 #include <asm/checksum.h>
8 #include <asm/mce.h>
9
10 #include <asm-generic/asm-prototypes.h>
11
12 #include <asm/special_insns.h>
13 #include <asm/preempt.h>
14 #include <asm/asm.h>
15 #include <asm/fred.h>
16 #include <asm/gsseg.h>
17 #include <asm/nospec-branch.h>
18
19 #ifndef CONFIG_X86_CMPXCHG64
20 extern void cmpxchg8b_emu(void);
21 #endif
22
This page took 0.0340240000000001 seconds and 4 git commands to generate.