Home
last modified time | relevance | path

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

/arch/x86/xen/
DMakefile9 nostackp := $(call cc-option, -fno-stack-protector) macro
10 CFLAGS_enlighten.o := $(nostackp)
11 CFLAGS_mmu.o := $(nostackp)
/arch/x86/power/
DMakefile3 nostackp := $(call cc-option, -fno-stack-protector) macro
4 CFLAGS_cpu.o := $(nostackp)
/arch/x86/mm/
DMakefile5 nostackp := $(call cc-option, -fno-stack-protector) macro
6 CFLAGS_physaddr.o := $(nostackp)
7 CFLAGS_setup_nx.o := $(nostackp)
/arch/x86/kernel/cpu/
DMakefile12 nostackp := $(call cc-option, -fno-stack-protector) macro
13 CFLAGS_common.o := $(nostackp)