Home
last modified time | relevance | path

Searched refs:asm (Results 1 – 25 of 203) sorted by relevance

123456789

/linux/tools/testing/memblock/
H A DMakefile28 ../../include/asm/*.h
32 test -L asm/asm.h || ln -s ../../../arch/x86/include/asm/asm.h asm/asm.h
33 test -L asm/cmpxchg.h || ln -s ../../../arch/x86/include/asm/cmpxchg.h asm/cmpxchg.h
39 $(RM) $(TARGETS) $(OFILES) linux/memblock.h memblock.c asm/asm.h asm/cmpxchg.h
H A D.gitignore4 asm/asm.h
5 asm/cmpxchg.h
/linux/tools/testing/selftests/arm64/fp/
H A DMakefile25 EXTRA_CLEAN += $(OUTPUT)/asm-utils.o $(OUTPUT)/rdvl.o $(OUTPUT)/za-fork-asm.o
28 $(OUTPUT)/fp-pidbench: fp-pidbench.S $(OUTPUT)/asm-utils.o
30 $(OUTPUT)/fp-ptrace: fp-ptrace.c fp-ptrace-asm.S
31 $(OUTPUT)/fpsimd-test: fpsimd-test.S $(OUTPUT)/asm-utils.o
37 $(OUTPUT)/sve-test: sve-test.S $(OUTPUT)/asm-utils.o
39 $(OUTPUT)/ssve-test: sve-test.S $(OUTPUT)/asm-utils.o
43 $(OUTPUT)/za-fork: za-fork.c $(OUTPUT)/za-fork-asm.o
48 $(OUTPUT)/za-test: za-test.S $(OUTPUT)/asm-utils.o
51 $(OUTPUT)/zt-test: zt-test.S $(OUTPUT)/asm-utils.o
/linux/arch/mips/ralink/
H A DPlatform4 cflags-$(CONFIG_RALINK) += -I$(srctree)/arch/mips/include/asm/mach-ralink
10 cflags-$(CONFIG_SOC_RT288X) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt288x
16 cflags-$(CONFIG_SOC_RT305X) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt305x
22 cflags-$(CONFIG_SOC_RT3883) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt3883
28 cflags-$(CONFIG_SOC_MT7620) += -I$(srctree)/arch/mips/include/asm/mach-ralink/mt7620
33 cflags-$(CONFIG_SOC_MT7621) += -I$(srctree)/arch/mips/include/asm/mach-ralink/mt7621
/linux/rust/kernel/
H A Dlib.rs290 ($( $asm:literal )* ) => {
291 ::core::concat!($($asm),*)
302 macro_rules! asm { macro
303 ($($asm:expr),* ; $($rest:tt)*) => {
304 ::core::arch::asm!( $($asm)*, options(att_syntax), $($rest)* )
315 macro_rules! asm { macro
316 ($($asm:expr),* ; $($rest:tt)*) => {
317 ::core::arch::asm!( $($asm)*, $($rest)* )
/linux/arch/x86/hyperv/
H A DMakefile6 $(obj)/mshv_vtl_asm.o: $(obj)/mshv-asm-offsets.h
8 $(obj)/mshv-asm-offsets.h: $(obj)/mshv-asm-offsets.s FORCE
21 targets += mshv-asm-offsets.s
22 clean-files += mshv-asm-offsets.h
/linux/arch/x86/tools/
H A DMakefile37 …ee)/tools/arch/x86/include/asm/inat_types.h $(srctree)/tools/arch/x86/include/asm/inat.h $(srctree…
39 …ee)/tools/arch/x86/include/asm/inat_types.h $(srctree)/tools/arch/x86/include/asm/inat.h $(srctree…
/linux/arch/x86/kvm/
H A DMakefile40 $(obj)/svm/vmenter.o: $(obj)/kvm-asm-offsets.h
43 $(obj)/vmx/vmenter.o: $(obj)/kvm-asm-offsets.h
45 $(obj)/kvm-asm-offsets.h: $(obj)/kvm-asm-offsets.s FORCE
48 targets += kvm-asm-offsets.s
49 clean-files += kvm-asm-offsets.h
H A D.gitignore1 /kvm-asm-offsets.s
2 /kvm-asm-offsets.h
/linux/include/uapi/
H A DKbuild2 ifeq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/a.out.h),)
6 ifeq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/kvm.h),)
10 ifeq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/kvm_para.h),)
11 ifeq ($(wildcard $(objtree)/arch/$(SRCARCH)/include/generated/uapi/asm/kvm_para.h),)
/linux/drivers/memory/
H A DMakefile36 $(obj)/ti-emif-sram-pm.o: $(obj)/ti-emif-asm-offsets.h
38 $(obj)/ti-emif-asm-offsets.h: $(obj)/emif-asm-offsets.s FORCE
41 targets += emif-asm-offsets.s
42 clean-files += ti-emif-asm-offsets.h
/linux/tools/testing/scatterlist/
H A DMakefile17 … $(OFILES) scatterlist.c linux/scatterlist.h linux/highmem.h linux/kmemleak.h linux/slab.h asm/io.h
18 @rmdir asm
27 @mkdir -p asm
28 @touch asm/io.h
/linux/lib/crypto/
H A DMakefile123 libmd5-$(CONFIG_PPC) += powerpc/md5-asm.o
221 libsha1-y += powerpc/sha1-powerpc-asm.o
222 libsha1-$(CONFIG_SPE) += powerpc/sha1-spe-asm.o
226 x86/sha1-avx2-asm.o \
227 x86/sha1-ni-asm.o
251 libsha256-$(CONFIG_PPC) += powerpc/sha256-spe-asm.o
254 libsha256-$(CONFIG_X86) += x86/sha256-ssse3-asm.o \
255 x86/sha256-avx-asm.o \
256 x86/sha256-avx2-asm.o \
257 x86/sha256-ni-asm.o
[all …]
/linux/tools/lib/perf/
H A DMakefile103 uapi-asm := $(OUTPUT)arch/$(SRCARCH)/include/generated/uapi/asm
105 syscall-y := $(uapi-asm)/unistd_64.h
107 uapi-asm-generic:
109 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.asm-headers obj=$(uapi-asm) \
110 generic=include/uapi/asm-generic $(syscall-y),)
112 $(LIBPERF_IN): uapi-asm-generic FORCE
/linux/Documentation/translations/zh_CN/kernel-hacking/
H A Dhacking.rst143 ``include/asm/unistd.h`` 和 ``arch/kernel/entry.S`` 文件里,而且更容易被Linus
149 (errno,请参阅 ``include/uapi/asm-generic/errno-base.h`` 、
150 ``include/uapi/asm-generic/errno.h`` 和 ``include/linux/errno.h`` ),否则返
233 定义于 ``include/linux/uaccess.h`` / ``asm/uaccess.h``
280 如果你要分配至少 ``PAGE_SIZE`` ( ``asm/page.h`` 或 ``asm/page_types.h`` )
298 定义于 ``include/asm/current.h``
307 定义于 ``include/asm/delay.h`` / ``include/linux/delay.h``
316 定义于 ``include/asm/byteorder.h``
451 ( ``include/asm/atomic.h`` )的函数;它包含一个有符号整数(至少32位长),
585 - 汇编程序指令(在 arch/ 和 include/asm/ 之内)
[all …]
/linux/arch/mips/lantiq/
H A DPlatform5 cflags-$(CONFIG_LANTIQ) += -I$(srctree)/arch/mips/include/asm/mach-lantiq
7 cflags-$(CONFIG_SOC_TYPE_XWAY) += -I$(srctree)/arch/mips/include/asm/mach-lantiq/xway
8 cflags-$(CONFIG_SOC_FALCON) += -I$(srctree)/arch/mips/include/asm/mach-lantiq/falcon
/linux/arch/arm64/kernel/vdso32/
H A DMakefile46 VDSO_CAFLAGS += $(call cc32-option,-fno-dwarf2-cfi-asm)
110 targets := $(c-obj-vdso) $(c-obj-vdso-gettimeofday) $(asm-obj-vdso) vdso.so vdso32.so.dbg vdso.so.r…
113 asm-obj-vdso := $(addprefix $(obj)/, $(asm-obj-vdso))
114 obj-vdso := $(c-obj-vdso) $(c-obj-vdso-gettimeofday) $(asm-obj-vdso)
136 $(asm-obj-vdso): %.o: %.S FORCE
/linux/Documentation/translations/zh_CN/kbuild/
H A Dheaders_install.rst18 头文件在该位置的子目录中(主要是 /usr/include/linux 和 /usr/include/asm)。
29 ARCH 表明为其生成头文件的架构,默认为当前架构。导出内核头文件的 linux/asm
32 ls -d include/asm-* | sed 's/.*-//'
/linux/arch/mips/sibyte/
H A DPlatform9 -I$(srctree)/arch/mips/include/asm/mach-sibyte \
13 -I$(srctree)/arch/mips/include/asm/mach-sibyte \
17 -I$(srctree)/arch/mips/include/asm/mach-sibyte \
/linux/arch/m68k/kernel/
H A Dvmlinux-sun3.lds4 #include <asm-generic/vmlinux.lds.h>
5 #include <asm/page.h>
6 #include <asm/thread_info.h>
H A Dvmlinux-std.lds4 #include <asm-generic/vmlinux.lds.h>
5 #include <asm/page.h>
6 #include <asm/thread_info.h>
H A Dvmlinux-nommu.lds20 #include <asm/page.h>
21 #include <asm/thread_info.h>
22 #include <asm-generic/vmlinux.lds.h>
/linux/tools/perf/
H A DMANIFEST6 arch/*/include/uapi/asm/bpf_perf_event.h
7 include/uapi/asm-generic/Kbuild
31 scripts/Makefile.asm-headers
/linux/usr/include/
H A DMakefile19 no-header-test += asm/ucontext.h
64 no-header-test += asm/uctx.h
65 no-header-test += asm/fbio.h
69 no-header-test += asm-generic/%
/linux/arch/mips/generic/
H A DPlatform11 # Note: order matters, keep the asm/mach-generic include last.
12 cflags-$(CONFIG_MACH_INGENIC_SOC) += -I$(srctree)/arch/mips/include/asm/mach-ingenic
13 cflags-$(CONFIG_MIPS_GENERIC) += -I$(srctree)/arch/mips/include/asm/mach-generic

123456789