Home
last modified time | relevance | path

Searched refs:TEST_FLAG_NO_ITBLOCK (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/arm/probes/kprobes/
H A Dtest-core.h18 #define TEST_FLAG_NO_ITBLOCK (1<<0) macro
H A Dtest-thumb.c19 kprobe_test_flags |= TEST_FLAG_NO_ITBLOCK; \
21 kprobe_test_flags &= ~TEST_FLAG_NO_ITBLOCK;
H A Dtest-core.c1040 } else if (kprobe_test_flags & TEST_FLAG_NO_ITBLOCK) { in test_context_cpsr()