Searched refs:TEST_RRP (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/arch/arm/probes/kprobes/ |
D | test-thumb.c | 411 TEST_RRP("strd r",0, VAL1,", r",1, VAL2,", [r",1, 24,", #-16]") in kprobe_thumb32_test_cases() 413 TEST_RRP("strd r",1, VAL1,", r",0, VAL2,", [r",7, 24,", #-16]!") in kprobe_thumb32_test_cases() 415 TEST_RRP("strd r",1, VAL1,", r",0, VAL2,", [r",7, 24,"], #16") in kprobe_thumb32_test_cases() 417 …TEST_RRP("strd r",6, VAL1,", r",7, VAL2,", [r",13, TEST_MEMORY_SIZE,", #-"__stringify(MAX_STACK_SI… in kprobe_thumb32_test_cases() 419 …TEST_RRP("strd r",4, VAL1,", r",5, VAL2,", [r",14, TEST_MEMORY_SIZE,", #-"__stringify(MAX_STACK_SI… in kprobe_thumb32_test_cases()
|
D | test-core.h | 307 #define TEST_RRP(code1, reg1, val1, code2, reg2, val2, code3, reg3, val3, code4)\ macro
|