Home
last modified time | relevance | path

Searched refs:fcall (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/arch/arm64/lib/
DMakefile13 CFLAGS_atomic_ll_sc.o := -fcall-used-x0 -ffixed-x1 -ffixed-x2 \
15 -ffixed-x7 -fcall-saved-x8 -fcall-saved-x9 \
16 -fcall-saved-x10 -fcall-saved-x11 -fcall-saved-x12 \
17 -fcall-saved-x13 -fcall-saved-x14 -fcall-saved-x15 \
18 -fcall-saved-x16 -fcall-saved-x17 -fcall-saved-x18
/linux-4.4.14/arch/sparc/
DMakefile27 KBUILD_CFLAGS += -m32 -mcpu=v8 -pipe -mno-fpu -fcall-used-g5 -fcall-used-g7
41 KBUILD_CFLAGS += -ffixed-g4 -ffixed-g5 -fcall-used-g7 -Wno-sign-compare
/linux-4.4.14/arch/mn10300/
DMakefile33 KBUILD_CFLAGS += -ffixed-e2 -fcall-saved-e5
/linux-4.4.14/arch/arc/
DMakefile67 cflags-$(disable_small_data) += -mno-sdata -fcall-used-gp
/linux-4.4.14/scripts/
Danalyze_suspend.py623 fcall = False variable in FTraceLine
668 self.fcall = True
686 if(self.freturn and self.fcall):
714 if(line.fcall and not line.freturn):
717 elif(line.freturn and not line.fcall):
762 if(not l.fcall or l.name == 'dev_driver_string'):
768 if((count == 0 and l.freturn and l.fcall) or
777 if(l.fcall and not l.freturn):
780 elif(l.freturn and not l.fcall):
794 if(l.freturn and l.fcall):
[all …]
/linux-4.4.14/arch/x86/
DKconfig283 default "-fcall-saved-ecx -fcall-saved-edx" if X86_32
284 …default "-fcall-saved-rdi -fcall-saved-rsi -fcall-saved-rdx -fcall-saved-rcx -fcall-saved-r8 -fcal…