| /linux/tools/testing/memblock/ |
| H A D | Makefile | 28 ../../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 | .gitignore | 4 asm/asm.h 5 asm/cmpxchg.h
|
| /linux/tools/testing/selftests/arm64/fp/ |
| H A D | Makefile | 25 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 D | Platform | 4 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 D | lib.rs | 300 ($( $asm:literal )* ) => { 301 ::core::concat!($($asm),*) 312 macro_rules! asm { macro 313 ($($asm:expr),* ; $($rest:tt)*) => { 314 ::core::arch::asm!( $($asm)*, options(att_syntax), $($rest)* ) 325 macro_rules! asm { macro 326 ($($asm:expr),* ; $($rest:tt)*) => { 327 ::core::arch::asm!( $($asm)*, $($rest)* )
|
| /linux/arch/x86/hyperv/ |
| H A D | Makefile | 6 $(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/include/uapi/ |
| H A D | Kbuild | 2 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 D | Makefile | 36 $(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 D | Makefile | 17 … $(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/Documentation/translations/zh_CN/kernel-hacking/ |
| H A D | hacking.rst | 143 ``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/lib/crypto/ |
| H A D | Makefile | 165 libmd5-$(CONFIG_PPC) += powerpc/md5-asm.o 279 libsha1-y += powerpc/sha1-powerpc-asm.o 280 libsha1-$(CONFIG_SPE) += powerpc/sha1-spe-asm.o 284 x86/sha1-avx2-asm.o \ 285 x86/sha1-ni-asm.o 309 libsha256-$(CONFIG_PPC) += powerpc/sha256-spe-asm.o 312 libsha256-$(CONFIG_X86) += x86/sha256-ssse3-asm.o \ 313 x86/sha256-avx-asm.o \ 314 x86/sha256-avx2-asm.o \ 315 x86/sha256-ni-asm.o [all …]
|
| /linux/arch/mips/lantiq/ |
| H A D | Platform | 5 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 D | Makefile | 46 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/usr/include/ |
| H A D | Makefile | 19 no-header-test += asm/ucontext.h 64 no-header-test += asm/uctx.h 65 no-header-test += asm/fbio.h 73 no-header-test += asm-generic/% 138 uses-libc += asm/sigcontext.h 142 uses-libc += asm/ptrace.h 147 uses-libc += asm/chpid.h 148 uses-libc += asm/chsc.h
|
| /linux/Documentation/translations/zh_CN/kbuild/ |
| H A D | headers_install.rst | 18 头文件在该位置的子目录中(主要是 /usr/include/linux 和 /usr/include/asm)。 29 ARCH 表明为其生成头文件的架构,默认为当前架构。导出内核头文件的 linux/asm 32 ls -d include/asm-* | sed 's/.*-//'
|
| /linux/arch/mips/sibyte/ |
| H A D | Platform | 9 -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/tools/perf/ |
| H A D | MANIFEST | 6 arch/*/include/uapi/asm/bpf_perf_event.h 7 include/uapi/asm-generic/Kbuild 31 scripts/Makefile.asm-headers
|
| /linux/arch/m68k/kernel/ |
| H A D | vmlinux-sun3.lds | 4 #include <asm-generic/vmlinux.lds.h> 5 #include <asm/page.h> 6 #include <asm/thread_info.h>
|
| H A D | vmlinux-std.lds | 4 #include <asm-generic/vmlinux.lds.h> 5 #include <asm/page.h> 6 #include <asm/thread_info.h>
|
| H A D | vmlinux-nommu.lds | 20 #include <asm/page.h> 21 #include <asm/thread_info.h> 22 #include <asm-generic/vmlinux.lds.h>
|
| /linux/arch/mips/generic/ |
| H A D | Platform | 11 # 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
|
| /linux/arch/x86/kvm/ |
| H A D | .gitignore | 1 /kvm-asm-offsets.s 2 /kvm-asm-offsets.h
|
| /linux/lib/raid6/ |
| H A D | vpermxor.uc | 27 #include <asm/ppc-opcode.h> 29 #include <asm/cputable.h> 30 #include <asm/switch_to.h> 64 asm(VPERMXOR(%0,%1,%2,%3):"=v"(wq$$):"v"(gf_high), "v"(gf_low), "v"(wq$$));
|
| /linux/arch/arm64/ |
| H A D | Makefile | 75 $(objtree)/include/generated/asm-offsets.h)) 104 asm-arch := armv8.5-a 106 asm-arch := armv8.4-a 109 ifdef asm-arch 110 KBUILD_CFLAGS += -Wa,-march=$(asm-arch) \
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | kernel-api.rst | 69 include/asm-generic/bitops/instrumented-atomic.h 71 include/asm-generic/bitops/instrumented-non-atomic.h 73 include/asm-generic/bitops/instrumented-lock.h 173 include/asm-generic/div64.h
|