Searched refs:ftest (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/scsi/lpfc/
H A DMakefile24 ccflags-$(GCOV) := -fprofile-arcs -ftest-coverage
/linux-master/arch/um/scripts/
H A DMakefile.rules26 $(patsubst -pg,,$(patsubst -fprofile-arcs -ftest-coverage,,$(1)))
/linux-master/arch/x86/um/vdso/
H A DMakefile56 CFLAGS_REMOVE_vdso-note.o = -pg -fprofile-arcs -ftest-coverage
57 CFLAGS_REMOVE_um_vdso.o = -pg -fprofile-arcs -ftest-coverage
/linux-master/kernel/
H A Dseccomp.c284 struct sock_filter *ftest = &filter[pc]; local
285 u16 code = ftest->code;
286 u32 k = ftest->k;
290 ftest->code = BPF_LDX | BPF_W | BPF_ABS;
296 ftest->code = BPF_LD | BPF_IMM;
297 ftest->k = sizeof(struct seccomp_data);
300 ftest->code = BPF_LDX | BPF_IMM;
301 ftest->k = sizeof(struct seccomp_data);
/linux-master/include/linux/
H A Dfilter.h1289 static inline u16 bpf_anc_helper(const struct sock_filter *ftest) argument
1291 BUG_ON(ftest->code & BPF_ANC);
1293 switch (ftest->code) {
1299 switch (ftest->k) {
1319 return ftest->code;
/linux-master/net/core/
H A Dfilter.c1068 const struct sock_filter *ftest = &filter[pc]; local
1071 if (!chk_code_allowed(ftest->code))
1075 switch (ftest->code) {
1079 if (ftest->k == 0)
1084 if (ftest->k >= 32)
1092 if (ftest->k >= BPF_MEMWORDS)
1096 /* Note, the large ftest->k might cause loops.
1100 if (ftest->k >= (unsigned int)(flen - pc - 1))
1112 if (pc + ftest->jt + 1 >= flen ||
1113 pc + ftest
[all...]
/linux-master/
H A DMakefile748 CFLAGS_GCOV := -fprofile-arcs -ftest-coverage
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S5593 ftest.x %fp0 # test sign of argument
6024 ftest.x %fp0 # test sign of argument
13120 # ftst(): emulates the ftest instruction #
24308 ftest.x %fp0 # test for zero
24323 ftest.x %fp0 # test for zero
H A Dfplsp.S5487 ftest.x %fp0 # test sign of argument
5918 ftest.x %fp0 # test sign of argument

Completed in 237 milliseconds