Searched refs:TEST_SUPPORTED (Results 1 - 3 of 3) sorted by path

/linux-master/arch/arm/probes/kprobes/
H A Dtest-arm.c150 TEST_SUPPORTED("mov pc, #0x1000");
151 TEST_SUPPORTED("mov sp, #0x1000");
152 TEST_SUPPORTED("cmp pc, #0x1000");
153 TEST_SUPPORTED("cmp sp, #0x1000");
634 TEST_SUPPORTED("yield")
638 TEST_SUPPORTED("wfe")
1349 TEST_SUPPORTED( __inst_arm(0xf590f000) " @ pldw [r0, #0]")
1350 TEST_SUPPORTED( __inst_arm(0xf797f000) " @ pldw [r7, r0]")
1351 TEST_SUPPORTED( __inst_arm(0xf798f18c) " @ pldw [r8, r12, lsl #3]");
H A Dtest-core.h210 * TEST_SUPPORTED and TEST_UNSUPPORTED don't cause the code to be executed,
226 #define TEST_SUPPORTED(code) \ macro
H A Dtest-thumb.c269 TEST_SUPPORTED("yield")
273 TEST_SUPPORTED("wfe")
623 TEST_SUPPORTED( __inst_thumb32(0xeb0d0103) " @ add r1, sp, r3")
625 TEST_SUPPORTED( __inst_thumb32(0xf10d1108) " @ add r1, sp, #0x00080008")
762 TEST_SUPPORTED("yield.w")
766 TEST_SUPPORTED("wfe.w")
891 TEST_SUPPORTED("ldr sp, 99f")
892 TEST_SUPPORTED("ldr pc, 99f")
924 TEST_SUPPORTED(__inst_thumb32(0xf837f000) " @ pldw [r7, r0]")
925 TEST_SUPPORTED(__inst_thumb3
[all...]

Completed in 200 milliseconds