Home
last modified time | relevance | path

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

/arch/arm/kernel/
Dkprobes-test-thumb.c65 TEST_GROUP("Shift (immediate), add, subtract, move, and compare") in kprobe_thumb16_test_cases()
91 TEST_GROUP("16-bit Thumb data-processing instructions") in kprobe_thumb16_test_cases()
115 TEST_GROUP("Special data instructions and branch and exchange") in kprobe_thumb16_test_cases()
156 TEST_GROUP("Load from Literal Pool") in kprobe_thumb16_test_cases()
166 TEST_GROUP("16-bit Thumb Load/store instructions") in kprobe_thumb16_test_cases()
206 TEST_GROUP("Generate PC-/SP-relative address") in kprobe_thumb16_test_cases()
213 TEST_GROUP("Miscellaneous 16-bit instructions") in kprobe_thumb16_test_cases()
299 TEST_GROUP("Load and store multiple") in kprobe_thumb16_test_cases()
306 TEST_GROUP("Conditional branch and Supervisor Call instructions") in kprobe_thumb16_test_cases()
319 TEST_GROUP("Unconditional branch") in kprobe_thumb16_test_cases()
[all …]
Dkprobes-test-arm.c57 TEST_GROUP("Data-processing (register), (register-shifted register), (immediate)") in kprobe_arm_test_cases()
204 TEST_GROUP("Miscellaneous instructions") in kprobe_arm_test_cases()
262 TEST_GROUP("Halfword multiply and multiply-accumulate") in kprobe_arm_test_cases()
345 TEST_GROUP("Multiply and multiply-accumulate") in kprobe_arm_test_cases()
436 TEST_GROUP("Synchronization primitives") in kprobe_arm_test_cases()
476 TEST_GROUP("Extra load/store instructions") in kprobe_arm_test_cases()
605 TEST_GROUP("Miscellaneous") in kprobe_arm_test_cases()
631 TEST_GROUP("Load/store word and unsigned byte") in kprobe_arm_test_cases()
708 TEST_GROUP("Parallel addition and subtraction, signed") in kprobe_arm_test_cases()
782 TEST_GROUP("Parallel addition and subtraction, unsigned") in kprobe_arm_test_cases()
[all …]
Dkprobes-test.h106 #define TEST_GROUP(title) \ macro