Searched refs:fcall (Results 1 – 5 of 5) sorted by relevance
27 KBUILD_CFLAGS += -m32 -mcpu=v8 -pipe -mno-fpu -fcall-used-g5 -fcall-used-g741 KBUILD_CFLAGS += -ffixed-g4 -ffixed-g5 -fcall-used-g7 -Wno-sign-compare
33 KBUILD_CFLAGS += -ffixed-e2 -fcall-saved-e5
53 cflags-$(disable_small_data) += -mno-sdata -fcall-used-gp
623 fcall = False variable in FTraceLine668 self.fcall = True686 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) or777 if(l.fcall and not l.freturn):780 elif(l.freturn and not l.fcall):794 if(l.freturn and l.fcall):[all …]
273 default "-fcall-saved-ecx -fcall-saved-edx" if X86_32274 …default "-fcall-saved-rdi -fcall-saved-rsi -fcall-saved-rdx -fcall-saved-rcx -fcall-saved-r8 -fcal…