Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/probes/kprobes/
Dtest-core.h22 #define TEST_FLAG_FULL_ITBLOCK (1<<1) macro
Dtest-thumb.c32 kprobe_test_flags |= TEST_FLAG_FULL_ITBLOCK; \
42 kprobe_test_flags &= ~TEST_FLAG_FULL_ITBLOCK;
Dtest-core.c1103 } else if (kprobe_test_flags & TEST_FLAG_FULL_ITBLOCK) { in test_context_cpsr()