Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dbpf_filter.c180 struct sock_filter *ftest = &filter[pc]; in io_uring_check_cbpf_filter() local
181 u16 code = ftest->code; in io_uring_check_cbpf_filter()
182 u32 k = ftest->k; in io_uring_check_cbpf_filter()
186 ftest->code = BPF_LDX | BPF_W | BPF_ABS; in io_uring_check_cbpf_filter()
192 ftest->code = BPF_LD | BPF_IMM; in io_uring_check_cbpf_filter()
193 ftest->k = sizeof(struct io_uring_bpf_ctx); in io_uring_check_cbpf_filter()
196 ftest->code = BPF_LDX | BPF_IMM; in io_uring_check_cbpf_filter()
197 ftest->k = sizeof(struct io_uring_bpf_ctx); in io_uring_check_cbpf_filter()
/linux/arch/m68k/ifpsp060/
H A 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.
H A DREADME57 ftest.sa Simple test program to test that {p}fpsp.sa
59 ftest.s above test; source code
H A DMISC201 ftest.s : 2.1
/linux/arch/um/
H A DMakefile-skas11 export UM_GCOV_OPT += -fprofile-arcs -ftest-coverage
/linux/drivers/scsi/lpfc/
H A DMakefile24 ccflags-$(GCOV) := -fprofile-arcs -ftest-coverage
/linux/arch/um/scripts/
H A DMakefile.rules26 $(patsubst -pg,,$(patsubst -fprofile-arcs -ftest-coverage,,$(1)))
/linux/kernel/
H A Dseccomp.c282 struct sock_filter *ftest = &filter[pc]; in seccomp_check_filter() local
283 u16 code = ftest->code; in seccomp_check_filter()
284 u32 k = ftest->k; in seccomp_check_filter()
288 ftest->code = BPF_LDX | BPF_W | BPF_ABS; in seccomp_check_filter()
294 ftest->code = BPF_LD | BPF_IMM; in seccomp_check_filter()
295 ftest->k = sizeof(struct seccomp_data); in seccomp_check_filter()
298 ftest->code = BPF_LDX | BPF_IMM; in seccomp_check_filter()
299 ftest->k = sizeof(struct seccomp_data); in seccomp_check_filter()
/linux/include/linux/
H A Dfilter.h1600 static inline u16 bpf_anc_helper(const struct sock_filter *ftest) in bpf_anc_helper() argument
1602 BUG_ON(ftest->code & BPF_ANC); in bpf_anc_helper()
1604 switch (ftest->code) { in bpf_anc_helper()
1610 switch (ftest->k) { in bpf_anc_helper()
1630 return ftest->code; in bpf_anc_helper()
/linux/
H A DMakefile1168 CFLAGS_GCOV := -fprofile-arcs -ftest-coverage
1177 -ftest-coverage -x c - -c -o "$$TMP.base" && \
1180 -ftest-coverage -fprofile-update=prefer-atomic \
/linux/Documentation/dev-tools/
H A Dgcov.rst108 option ``-ftest-coverage``.
/linux/net/core/
H A Dfilter.c1087 const struct sock_filter *ftest = &filter[pc]; in bpf_check_classic() local
1090 if (!chk_code_allowed(ftest->code)) in bpf_check_classic()
1094 switch (ftest->code) { in bpf_check_classic()
1098 if (ftest->k == 0) in bpf_check_classic()
1103 if (ftest->k >= 32) in bpf_check_classic()
1111 if (ftest->k >= BPF_MEMWORDS) in bpf_check_classic()
1119 if (ftest->k >= (unsigned int)(flen - pc - 1)) in bpf_check_classic()
1131 if (pc + ftest->jt + 1 >= flen || in bpf_check_classic()
1132 pc + ftest->jf + 1 >= flen) in bpf_check_classic()
1139 if (bpf_anc_helper(ftest) & BPF_ANC) in bpf_check_classic()
[all …]
/linux/arch/m68k/ifpsp060/src/
H A Dfpsp.S5593 ftest.x %fp0 # test sign of argument
13120 # ftst(): emulates the ftest instruction #
H A Dfplsp.S5918 ftest.x %fp0 # test sign of argument