Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm/probes/kprobes/
Dtest-core.c1010 static unsigned long test_check_cc(int cc, unsigned long cpsr) in test_check_cc() function
1036 probe_should_run = test_check_cc(cc, cpsr) != 0; in test_context_cpsr()
1044 probe_should_run = test_check_cc(cc, cpsr) != 0; in test_context_cpsr()
1071 probe_should_run = test_check_cc((cpsr >> 12) & 0xf, cpsr) != 0; in test_context_cpsr()