Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/rseq/ !
Dparam_test.c63 #define INJECT_ASM_REG "eax" macro
66 , INJECT_ASM_REG
69 "mov asm_loop_cnt_" #n ", %%" INJECT_ASM_REG "\n\t" \
70 "test %%" INJECT_ASM_REG ",%%" INJECT_ASM_REG "\n\t" \
73 "dec %%" INJECT_ASM_REG "\n\t" \
80 #define INJECT_ASM_REG "eax" macro
84 , INJECT_ASM_REG
88 "mov (%%" INJECT_ASM_REG_P "), %%" INJECT_ASM_REG "\n\t" \
89 "test %%" INJECT_ASM_REG ",%%" INJECT_ASM_REG "\n\t" \
92 "dec %%" INJECT_ASM_REG "\n\t" \
[all …]