Home
last modified time | relevance | path

Searched refs:ftest (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.4/arch/x86/um/vdso/
DMakefile53 CFLAGS_REMOVE_vdso-note.o = -pg -fprofile-arcs -ftest-coverage
54 CFLAGS_REMOVE_um_vdso.o = -pg -fprofile-arcs -ftest-coverage
/Linux-v5.4/arch/m68k/ifpsp060/
DTEST.DOC32 The files itest.sa and ftest.sa contain simple tests to check
37 The release files itest.sa and ftest.sa are essentially
52 The source code itest.s and ftest.s have been included but only
84 sit adjacent to the {i,f}test.sa image in memory. Since itest.sa and ftest.sa
171 Again, itest.sa and ftest.sa are simple tests and do not thoroughly
201 # ftest.sa starts here; start of "Entry-point" section.
DREADME57 ftest.sa Simple test program to test that {p}fpsp.sa
59 ftest.s above test; source code
DMISC201 ftest.s : 2.1
/Linux-v5.4/arch/um/
DMakefile-skas7 GCOV_OPT += -fprofile-arcs -ftest-coverage
/Linux-v5.4/drivers/scsi/lpfc/
DMakefile24 ccflags-$(GCOV) := -fprofile-arcs -ftest-coverage
/Linux-v5.4/arch/um/scripts/
DMakefile.rules26 $(patsubst -pg,,$(patsubst -fprofile-arcs -ftest-coverage,,$(1)))
/Linux-v5.4/kernel/
Dseccomp.c178 struct sock_filter *ftest = &filter[pc]; in seccomp_check_filter() local
179 u16 code = ftest->code; in seccomp_check_filter()
180 u32 k = ftest->k; in seccomp_check_filter()
184 ftest->code = BPF_LDX | BPF_W | BPF_ABS; in seccomp_check_filter()
190 ftest->code = BPF_LD | BPF_IMM; in seccomp_check_filter()
191 ftest->k = sizeof(struct seccomp_data); in seccomp_check_filter()
194 ftest->code = BPF_LDX | BPF_IMM; in seccomp_check_filter()
195 ftest->k = sizeof(struct seccomp_data); in seccomp_check_filter()
/Linux-v5.4/include/linux/
Dfilter.h1125 static inline u16 bpf_anc_helper(const struct sock_filter *ftest) in bpf_anc_helper() argument
1127 BUG_ON(ftest->code & BPF_ANC); in bpf_anc_helper()
1129 switch (ftest->code) { in bpf_anc_helper()
1135 switch (ftest->k) { in bpf_anc_helper()
1155 return ftest->code; in bpf_anc_helper()
/Linux-v5.4/net/core/
Dfilter.c1040 const struct sock_filter *ftest = &filter[pc]; in bpf_check_classic() local
1043 if (!chk_code_allowed(ftest->code)) in bpf_check_classic()
1047 switch (ftest->code) { in bpf_check_classic()
1051 if (ftest->k == 0) in bpf_check_classic()
1056 if (ftest->k >= 32) in bpf_check_classic()
1064 if (ftest->k >= BPF_MEMWORDS) in bpf_check_classic()
1072 if (ftest->k >= (unsigned int)(flen - pc - 1)) in bpf_check_classic()
1084 if (pc + ftest->jt + 1 >= flen || in bpf_check_classic()
1085 pc + ftest->jf + 1 >= flen) in bpf_check_classic()
1092 if (bpf_anc_helper(ftest) & BPF_ANC) in bpf_check_classic()
[all …]
/Linux-v5.4/Documentation/dev-tools/
Dgcov.rst97 option ``-ftest-coverage``.
/Linux-v5.4/
DMakefile634 CFLAGS_GCOV := -fprofile-arcs -ftest-coverage \
/Linux-v5.4/arch/m68k/ifpsp060/src/
Dfpsp.S5593 ftest.x %fp0 # test sign of argument
13120 # ftst(): emulates the ftest instruction #
Dfplsp.S5918 ftest.x %fp0 # test sign of argument