Home
last modified time | relevance | path

Searched refs:KBUILD_RUSTFLAGS (Results 1 – 11 of 11) sorted by relevance

/linux-6.12.1/arch/x86/
DMakefile78 KBUILD_RUSTFLAGS += --target=$(objtree)/scripts/target.json
79 KBUILD_RUSTFLAGS += -Ctarget-feature=-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-avx,-avx2
112 KBUILD_RUSTFLAGS += -Zcf-protection=branch -Zno-jump-tables
194 KBUILD_RUSTFLAGS += $(rustflags-y)
198 KBUILD_RUSTFLAGS += -Cno-redzone=y
199 KBUILD_RUSTFLAGS += -Ccode-model=kernel
226 KBUILD_RUSTFLAGS += $(RETPOLINE_RUSTFLAGS)
248 KBUILD_RUSTFLAGS += $(PADDING_RUSTFLAGS)
DMakefile.um12 KBUILD_RUSTFLAGS += --target=$(objtree)/scripts/target.json
13 KBUILD_RUSTFLAGS += -Ctarget-feature=-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-avx,-avx2
/linux-6.12.1/arch/arm64/
DMakefile51 KBUILD_RUSTFLAGS += --target=aarch64-unknown-none -Ctarget-feature="-neon"
60 KBUILD_RUSTFLAGS += -Cforce-unwind-tables=n
64 KBUILD_RUSTFLAGS += -Cforce-unwind-tables=y -Zuse-sync-unwind=n
79 KBUILD_RUSTFLAGS += -Zbranch-protection=bti,pac-ret
81 KBUILD_RUSTFLAGS += -Zbranch-protection=pac-ret
119 KBUILD_RUSTFLAGS += -Zfixed-x18
/linux-6.12.1/
DMakefile556 KBUILD_RUSTFLAGS := $(rust_common_flags) \ macro
596 export KBUILD_RUSTFLAGS RUSTFLAGS_KERNEL RUSTFLAGS_MODULE
803 KBUILD_RUSTFLAGS += -Copt-level=2
806 KBUILD_RUSTFLAGS += -Copt-level=s
811 KBUILD_RUSTFLAGS += -Cdebug-assertions=$(if $(CONFIG_RUST_DEBUG_ASSERTIONS),y,n)
812 KBUILD_RUSTFLAGS += -Coverflow-checks=$(if $(CONFIG_RUST_OVERFLOW_CHECKS),y,n)
836 KBUILD_RUSTFLAGS-$(CONFIG_WERROR) += -Dwarnings
837 KBUILD_RUSTFLAGS += $(KBUILD_RUSTFLAGS-y)
841 KBUILD_RUSTFLAGS += -Cforce-frame-pointers=y
929 KBUILD_RUSTFLAGS += -Zsanitizer=shadow-call-stack
[all …]
/linux-6.12.1/scripts/
DMakefile.debug51 KBUILD_RUSTFLAGS += $(DEBUG_RUSTFLAGS)
DMakefile.compiler85 $(KBUILD_RUSTFLAGS),$(1),$(2))
DMakefile.lib11 KBUILD_RUSTFLAGS += $(subdir-rustflags-y)
121 $(KBUILD_RUSTFLAGS) $(rustflags-y)) \
/linux-6.12.1/arch/riscv/
DMakefile38 KBUILD_RUSTFLAGS += -Ctarget-cpu=generic-rv64 --target=riscv64imac-unknown-none-elf \
75 KBUILD_RUSTFLAGS += -Ctarget-feature=-c
/linux-6.12.1/arch/um/
DMakefile66 KBUILD_RUSTFLAGS += -Crelocation-model=pie
/linux-6.12.1/arch/loongarch/
DMakefile107 KBUILD_RUSTFLAGS += --target=loongarch64-unknown-none-softfloat
/linux-6.12.1/Documentation/kbuild/
Dmakefiles.rst1157 KBUILD_RUSTFLAGS
1164 Often, the KBUILD_RUSTFLAGS variable depends on the configuration.