Searched refs:ftest (Results 1 - 9 of 9) sorted by last modified time

/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/arch/x86/um/vdso/
H A DMakefile50 CFLAGS_REMOVE_vdso-note.o = -pg -fprofile-arcs -ftest-coverage
51 CFLAGS_REMOVE_um_vdso.o = -pg -fprofile-arcs -ftest-coverage
/linux-master/
H A DMakefile755 CFLAGS_GCOV := -fprofile-arcs -ftest-coverage
/linux-master/net/core/
H A Dfilter.c1071 const struct sock_filter *ftest = &filter[pc]; local
1074 if (!chk_code_allowed(ftest->code))
1078 switch (ftest->code) {
1082 if (ftest->k == 0)
1087 if (ftest->k >= 32)
1095 if (ftest->k >= BPF_MEMWORDS)
1099 /* Note, the large ftest->k might cause loops.
1103 if (ftest->k >= (unsigned int)(flen - pc - 1))
1115 if (pc + ftest->jt + 1 >= flen ||
1116 pc + ftest
[all...]
/linux-master/include/linux/
H A Dfilter.h1329 static inline u16 bpf_anc_helper(const struct sock_filter *ftest) argument
1331 BUG_ON(ftest->code & BPF_ANC);
1333 switch (ftest->code) {
1339 switch (ftest->k) {
1359 return ftest->code;
/linux-master/arch/um/scripts/
H A DMakefile.rules26 $(patsubst -pg,,$(patsubst -fprofile-arcs -ftest-coverage,,$(1)))
/linux-master/drivers/scsi/lpfc/
H A DMakefile24 ccflags-$(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 299 milliseconds