Home
last modified time | relevance | path

Searched refs:cases (Results 1 - 25 of 42) sorted by relevance

12

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dlibbpf_probes.c98 } cases[] = { in test_libbpf_probe_helpers() local
109 size_t case_cnt = ARRAY_SIZE(cases), i; in test_libbpf_probe_helpers()
113 const struct case_def *d = &cases[i]; in test_libbpf_probe_helpers()
/kernel/linux/linux-5.10/tools/testing/kunit/
H A Dkunit_parser.py23 self.cases = []
26 return 'TestSuite(' + self.status + ',' + self.name + ',' + str(self.cases) + ')'
231 max_test_case_status = bubble_up_errors(lambda x: x.status, test_suite.cases)
251 test_suite.cases.append(test_case)
325 for test_case in test_suite.cases:
H A Dkunit_json.py35 for case in test_suite.cases:
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dsto_res.S35 cmpib #3,%d0 |check for fp0/fp1 cases
68 cmpib #3,%d0 |check for fp0/fp1 cases
H A Dget_op.S482 | Special cases of inf and NaNs are completed outside of decbin.
502 |input is of the special cases of inf and NaN
544 | packed cases, but we must set the FPSR condition codes properly.
554 |input is of the special cases of inf and NaN
H A Dsint.S39 | For the denormalized cases, force the correct result
H A Dsetox.S37 | but no worse than 10% slower even in the extreme cases.
43 | but no worse than 10% slower even in the extreme cases.
59 | Step 1. Filter out extreme cases of input argument.
75 | to have a small number of cases where |X| is less than,
H A Dkernel_ex.S5 | fpu for exceptional cases detected or reported within the
H A Dres_func.S90 tstb DY_MO_FLG(%a6) |all cases of dyadic instructions would
104 | For cases fabs, fneg, fsmove, and fdmove goto spos (do not normalize)
105 | For cases fsqrt, fssqrt, and fdsqrt goto nrm_src (do normalize)
361 | At this point, check for the cases in which normalizing the
364 tstb DY_MO_FLG(%a6) |all cases of dyadic instructions would
378 | For cases fabs, fneg, fsmove, and fdmove goto spos (do not normalize)
379 | For cases fsqrt, fssqrt, and fdsqrt goto nrm_src (do normalize)
385 | ;cases go to cu_dnrm
1755 | Handle possible denorm or catastrophic underflow cases here
1797 | Handle catastrophic underflow cases her
[all...]
H A Dgen_except.S321 | fix the bug with the nmnexc bits in cases in which they
H A Ddo_func.S500 | This code forces default values for the zero, inf, and nan cases
H A Dsrem_mod.S13 | of them can be denormalized. The special cases of zeros, NaNs,
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dsto_res.S35 cmpib #3,%d0 |check for fp0/fp1 cases
68 cmpib #3,%d0 |check for fp0/fp1 cases
H A Dget_op.S482 | Special cases of inf and NaNs are completed outside of decbin.
502 |input is of the special cases of inf and NaN
544 | packed cases, but we must set the FPSR condition codes properly.
554 |input is of the special cases of inf and NaN
H A Dsint.S39 | For the denormalized cases, force the correct result
H A Dsetox.S37 | but no worse than 10% slower even in the extreme cases.
43 | but no worse than 10% slower even in the extreme cases.
59 | Step 1. Filter out extreme cases of input argument.
75 | to have a small number of cases where |X| is less than,
H A Dkernel_ex.S5 | fpu for exceptional cases detected or reported within the
H A Dres_func.S90 tstb DY_MO_FLG(%a6) |all cases of dyadic instructions would
104 | For cases fabs, fneg, fsmove, and fdmove goto spos (do not normalize)
105 | For cases fsqrt, fssqrt, and fdsqrt goto nrm_src (do normalize)
361 | At this point, check for the cases in which normalizing the
364 tstb DY_MO_FLG(%a6) |all cases of dyadic instructions would
378 | For cases fabs, fneg, fsmove, and fdmove goto spos (do not normalize)
379 | For cases fsqrt, fssqrt, and fdsqrt goto nrm_src (do normalize)
385 | ;cases go to cu_dnrm
1755 | Handle possible denorm or catastrophic underflow cases here
1797 | Handle catastrophic underflow cases her
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dkcov.h90 void __sanitizer_cov_trace_switch(kcov_u64 val, void *cases);
/kernel/linux/linux-5.10/kernel/
H A Dkcov.c296 void notrace __sanitizer_cov_trace_switch(u64 val, u64 *cases) in __sanitizer_cov_trace_switch() argument
299 u64 count = cases[0]; in __sanitizer_cov_trace_switch()
300 u64 size = cases[1]; in __sanitizer_cov_trace_switch()
320 write_comp_data(type, cases[i + 2], val, _RET_IP_); in __sanitizer_cov_trace_switch()
/kernel/linux/linux-6.6/kernel/
H A Dkcov.c319 u64 *cases = arg; in __sanitizer_cov_trace_switch() local
320 u64 count = cases[0]; in __sanitizer_cov_trace_switch()
321 u64 size = cases[1]; in __sanitizer_cov_trace_switch()
341 write_comp_data(type, cases[i + 2], val, _RET_IP_); in __sanitizer_cov_trace_switch()
/kernel/linux/linux-6.6/tools/scripts/
H A Dutilities.mak187 # errors for one of the cases flex generates code C compilers complains about.
197 # one of the cases flex generates code C compilers complains about.
/kernel/linux/linux-5.10/arch/arm/lib/
H A Dlib1funcs.S57 @ to save one loop in most cases.
/kernel/linux/linux-6.6/arch/arm/lib/
H A Dlib1funcs.S57 @ to save one loop in most cases.
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dentry.S242 # are some corner cases (e.g. runtime instrumentation) where ILC is unpredictable.

Completed in 17 milliseconds

12