Home
last modified time | relevance | path

Searched refs:is_jit_enabled (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Dtesting_helpers.h59 bool is_jit_enabled(void);
H A Dtesting_helpers.c486 bool is_jit_enabled(void) in is_jit_enabled() function
H A Dtest_loader.c945 int current_runtime = is_jit_enabled() ? JITED : NO_JITED; in run_subtest()
H A Dtest_verifier.c1847 jit_disabled = !is_jit_enabled(); in main()