Searched refs:TEST_FLAG_NO_ITBLOCK (Results 1 – 3 of 3) sorted by relevance
21 #define TEST_FLAG_NO_ITBLOCK (1<<0) macro
21 kprobe_test_flags |= TEST_FLAG_NO_ITBLOCK; \23 kprobe_test_flags &= ~TEST_FLAG_NO_ITBLOCK;
1098 } else if (kprobe_test_flags & TEST_FLAG_NO_ITBLOCK) { in test_context_cpsr()