Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/um/vdso/
A DMakefile56 CFLAGS_REMOVE_vdso-note.o = -pg -fprofile-arcs -ftest-coverage
57 CFLAGS_REMOVE_um_vdso.o = -pg -fprofile-arcs -ftest-coverage
/linux-6.3-rc2/arch/m68k/ifpsp060/
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.
A DREADME57 ftest.sa Simple test program to test that {p}fpsp.sa
59 ftest.s above test; source code
A DMISC201 ftest.s : 2.1
/linux-6.3-rc2/arch/um/
A DMakefile-skas7 GCOV_OPT += -fprofile-arcs -ftest-coverage
/linux-6.3-rc2/drivers/scsi/lpfc/
A DMakefile24 ccflags-$(GCOV) := -fprofile-arcs -ftest-coverage
/linux-6.3-rc2/arch/um/scripts/
A DMakefile.rules26 $(patsubst -pg,,$(patsubst -fprofile-arcs -ftest-coverage,,$(1)))
/linux-6.3-rc2/kernel/
A Dseccomp.c279 struct sock_filter *ftest = &filter[pc]; in seccomp_check_filter() local
280 u16 code = ftest->code; in seccomp_check_filter()
281 u32 k = ftest->k; in seccomp_check_filter()
285 ftest->code = BPF_LDX | BPF_W | BPF_ABS; in seccomp_check_filter()
291 ftest->code = BPF_LD | BPF_IMM; in seccomp_check_filter()
292 ftest->k = sizeof(struct seccomp_data); in seccomp_check_filter()
295 ftest->code = BPF_LDX | BPF_IMM; in seccomp_check_filter()
296 ftest->k = sizeof(struct seccomp_data); in seccomp_check_filter()
/linux-6.3-rc2/include/linux/
A Dfilter.h1246 static inline u16 bpf_anc_helper(const struct sock_filter *ftest) in bpf_anc_helper() argument
1248 BUG_ON(ftest->code & BPF_ANC); in bpf_anc_helper()
1250 switch (ftest->code) { in bpf_anc_helper()
1256 switch (ftest->k) { in bpf_anc_helper()
1276 return ftest->code; in bpf_anc_helper()
/linux-6.3-rc2/Documentation/translations/zh_CN/dev-tools/
A Dgcov.rst96 在gcc编译时如果配置了选项 ``-ftest-coverage`` 时生成的。
/linux-6.3-rc2/Documentation/dev-tools/
A Dgcov.rst97 option ``-ftest-coverage``.
/linux-6.3-rc2/net/core/
A Dfilter.c1063 const struct sock_filter *ftest = &filter[pc]; in bpf_check_classic() local
1066 if (!chk_code_allowed(ftest->code)) in bpf_check_classic()
1070 switch (ftest->code) { in bpf_check_classic()
1074 if (ftest->k == 0) in bpf_check_classic()
1079 if (ftest->k >= 32) in bpf_check_classic()
1087 if (ftest->k >= BPF_MEMWORDS) in bpf_check_classic()
1095 if (ftest->k >= (unsigned int)(flen - pc - 1)) in bpf_check_classic()
1107 if (pc + ftest->jt + 1 >= flen || in bpf_check_classic()
1108 pc + ftest->jf + 1 >= flen) in bpf_check_classic()
1115 if (bpf_anc_helper(ftest) & BPF_ANC) in bpf_check_classic()
[all …]
/linux-6.3-rc2/
A DMakefile753 CFLAGS_GCOV := -fprofile-arcs -ftest-coverage
/linux-6.3-rc2/arch/m68k/ifpsp060/src/
A Dfpsp.S5593 ftest.x %fp0 # test sign of argument
13120 # ftst(): emulates the ftest instruction #
A Dfplsp.S5918 ftest.x %fp0 # test sign of argument

Completed in 89 milliseconds