Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/um/vdso/
H A DMakefile53 CFLAGS_REMOVE_vdso-note.o = -pg -fprofile-arcs -ftest-coverage
54 CFLAGS_REMOVE_um_vdso.o = -pg -fprofile-arcs -ftest-coverage
/kernel/linux/linux-6.6/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
/kernel/liteos_a/testsuites/build/
H A Dlos_test_config.mk40 LITEOS_GCOV_OPTS := -fprofile-arcs -ftest-coverage -Wno-maybe-uninitialized
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A DMakefile24 ccflags-$(GCOV) := -fprofile-arcs -ftest-coverage
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A DMakefile24 ccflags-$(GCOV) := -fprofile-arcs -ftest-coverage
/kernel/linux/linux-5.10/kernel/
H A Dseccomp.c235 struct sock_filter *ftest = &filter[pc]; in seccomp_check_filter() local
236 u16 code = ftest->code; in seccomp_check_filter()
237 u32 k = ftest->k; in seccomp_check_filter()
241 ftest->code = BPF_LDX | BPF_W | BPF_ABS; in seccomp_check_filter()
247 ftest->code = BPF_LD | BPF_IMM; in seccomp_check_filter()
248 ftest->k = sizeof(struct seccomp_data); in seccomp_check_filter()
251 ftest->code = BPF_LDX | BPF_IMM; in seccomp_check_filter()
252 ftest->k = sizeof(struct seccomp_data); in seccomp_check_filter()
/kernel/linux/linux-6.6/kernel/
H A Dseccomp.c284 struct sock_filter *ftest = &filter[pc]; in seccomp_check_filter() local
285 u16 code = ftest->code; in seccomp_check_filter()
286 u32 k = ftest->k; in seccomp_check_filter()
290 ftest->code = BPF_LDX | BPF_W | BPF_ABS; in seccomp_check_filter()
296 ftest->code = BPF_LD | BPF_IMM; in seccomp_check_filter()
297 ftest->k = sizeof(struct seccomp_data); in seccomp_check_filter()
300 ftest->code = BPF_LDX | BPF_IMM; in seccomp_check_filter()
301 ftest->k = sizeof(struct seccomp_data); in seccomp_check_filter()
/kernel/linux/linux-5.10/include/linux/
H A Dfilter.h1201 static inline u16 bpf_anc_helper(const struct sock_filter *ftest) in bpf_anc_helper() argument
1203 BUG_ON(ftest->code & BPF_ANC); in bpf_anc_helper()
1205 switch (ftest->code) { in bpf_anc_helper()
1211 switch (ftest->k) { in bpf_anc_helper()
1231 return ftest->code; in bpf_anc_helper()
/kernel/linux/linux-6.6/include/linux/
H A Dfilter.h1240 static inline u16 bpf_anc_helper(const struct sock_filter *ftest) in bpf_anc_helper() argument
1242 BUG_ON(ftest->code & BPF_ANC); in bpf_anc_helper()
1244 switch (ftest->code) { in bpf_anc_helper()
1250 switch (ftest->k) { in bpf_anc_helper()
1270 return ftest->code; in bpf_anc_helper()
/kernel/linux/linux-5.10/net/core/
H A Dfilter.c1065 const struct sock_filter *ftest = &filter[pc]; in bpf_check_classic() local
1068 if (!chk_code_allowed(ftest->code)) in bpf_check_classic()
1072 switch (ftest->code) { in bpf_check_classic()
1076 if (ftest->k == 0) in bpf_check_classic()
1081 if (ftest->k >= 32) in bpf_check_classic()
1089 if (ftest->k >= BPF_MEMWORDS) in bpf_check_classic()
1093 /* Note, the large ftest->k might cause loops. in bpf_check_classic()
1097 if (ftest->k >= (unsigned int)(flen - pc - 1)) in bpf_check_classic()
1109 if (pc + ftest->jt + 1 >= flen || in bpf_check_classic()
1110 pc + ftest in bpf_check_classic()
[all...]
/kernel/linux/linux-6.6/net/core/
H A Dfilter.c1065 const struct sock_filter *ftest = &filter[pc]; in bpf_check_classic() local
1068 if (!chk_code_allowed(ftest->code)) in bpf_check_classic()
1072 switch (ftest->code) { in bpf_check_classic()
1076 if (ftest->k == 0) in bpf_check_classic()
1081 if (ftest->k >= 32) in bpf_check_classic()
1089 if (ftest->k >= BPF_MEMWORDS) in bpf_check_classic()
1093 /* Note, the large ftest->k might cause loops. in bpf_check_classic()
1097 if (ftest->k >= (unsigned int)(flen - pc - 1)) in bpf_check_classic()
1109 if (pc + ftest->jt + 1 >= flen || in bpf_check_classic()
1110 pc + ftest in bpf_check_classic()
[all...]
/kernel/linux/linux-5.10/
H A DMakefile660 CFLAGS_GCOV := -fprofile-arcs -ftest-coverage \
/kernel/linux/linux-6.6/
H A DMakefile757 CFLAGS_GCOV := -fprofile-arcs -ftest-coverage
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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 97 milliseconds