Searched refs:fcall (Results 1 – 6 of 6) sorted by relevance
15 CFLAGS_atomic_ll_sc.o := -fcall-used-x0 -ffixed-x1 -ffixed-x2 \17 -ffixed-x7 -fcall-saved-x8 -fcall-saved-x9 \18 -fcall-saved-x10 -fcall-saved-x11 -fcall-saved-x12 \19 -fcall-saved-x13 -fcall-saved-x14 -fcall-saved-x15 \20 -fcall-saved-x18 -fomit-frame-pointer
32 KBUILD_CFLAGS += -m32 -mcpu=v8 -pipe -mno-fpu -fcall-used-g5 -fcall-used-g748 KBUILD_CFLAGS += -ffixed-g4 -ffixed-g5 -fcall-used-g7 -Wno-sign-compare
58 -m64 -ffixed-g2 -ffixed-g3 -fcall-used-g4 -fcall-used-g5 -ffixed-g6 \
55 cflags-$(disable_small_data) += -mno-sdata -fcall-used-gp
1551 fcall = False variable in FTraceLine1580 self.fcall = True1611 self.fcall = True1627 return self.fcall and not self.freturn1629 return self.freturn and not self.fcall1631 return self.fcall and self.freturn1770 line.fcall = True1778 vline.fcall = True1832 if line.fcall:1866 elif l.depth == mydepth and l.name == 'mutex_unlock' and l.fcall:[all …]
496 if l.fcall and l.depth == 1: