Searched refs:TEST_FLAG_FULL_ITBLOCK (Results 1 – 3 of 3) sorted by relevance
19 #define TEST_FLAG_FULL_ITBLOCK (1<<1) macro
29 kprobe_test_flags |= TEST_FLAG_FULL_ITBLOCK; \39 kprobe_test_flags &= ~TEST_FLAG_FULL_ITBLOCK;
1050 } else if (kprobe_test_flags & TEST_FLAG_FULL_ITBLOCK) { in test_context_cpsr()