Home
last modified time | relevance | path

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

/linux/arch/arm/probes/kprobes/
H A Dtest-core.h19 #define TEST_FLAG_FULL_ITBLOCK (1<<1) macro
H A Dtest-thumb.c29 kprobe_test_flags |= TEST_FLAG_FULL_ITBLOCK; \
39 kprobe_test_flags &= ~TEST_FLAG_FULL_ITBLOCK;
H A Dtest-core.c1050 } else if (kprobe_test_flags & TEST_FLAG_FULL_ITBLOCK) { in test_context_cpsr()