Home
last modified time | relevance | path

Searched refs:nostackp (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/arch/x86/mm/
DMakefile19 nostackp := $(call cc-option, -fno-stack-protector) macro
20 CFLAGS_physaddr.o := $(nostackp)
21 CFLAGS_setup_nx.o := $(nostackp)
22 CFLAGS_mem_encrypt_identity.o := $(nostackp)
/Linux-v5.4/arch/x86/xen/
DMakefile12 nostackp := $(call cc-option, -fno-stack-protector) macro
13 CFLAGS_enlighten_pv.o := $(nostackp)
14 CFLAGS_mmu_pv.o := $(nostackp)
/Linux-v5.4/arch/x86/power/
DMakefile6 nostackp := $(call cc-option, -fno-stack-protector) macro
7 CFLAGS_cpu.o := $(nostackp)
/Linux-v5.4/arch/x86/kernel/cpu/
DMakefile17 nostackp := $(call cc-option, -fno-stack-protector) macro
18 CFLAGS_common.o := $(nostackp)
/Linux-v5.4/drivers/xen/
DMakefile8 nostackp := $(call cc-option, -fno-stack-protector) macro
9 CFLAGS_features.o := $(nostackp)