Searched refs:TEST_RRP (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/arch/arm/kernel/ |
D | kprobes-test-thumb.c | 412 TEST_RRP("strd r",0, VAL1,", r",1, VAL2,", [r",1, 24,", #-16]") in kprobe_thumb32_test_cases() 414 TEST_RRP("strd r",1, VAL1,", r",0, VAL2,", [r",7, 24,", #-16]!") in kprobe_thumb32_test_cases() 416 TEST_RRP("strd r",1, VAL1,", r",0, VAL2,", [r",7, 24,"], #16") in kprobe_thumb32_test_cases()
|
D | kprobes-test.h | 299 #define TEST_RRP(code1, reg1, val1, code2, reg2, val2, code3, reg3, val3, code4)\ macro
|