Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/rseq/
Dparam_test.c60 #define INJECT_ASM_REG "eax" macro
63 , INJECT_ASM_REG
66 "mov asm_loop_cnt_" #n ", %%" INJECT_ASM_REG "\n\t" \
67 "test %%" INJECT_ASM_REG ",%%" INJECT_ASM_REG "\n\t" \
70 "dec %%" INJECT_ASM_REG "\n\t" \
77 #define INJECT_ASM_REG "eax" macro
81 , INJECT_ASM_REG
85 "mov (%%" INJECT_ASM_REG_P "), %%" INJECT_ASM_REG "\n\t" \
86 "test %%" INJECT_ASM_REG ",%%" INJECT_ASM_REG "\n\t" \
89 "dec %%" INJECT_ASM_REG "\n\t" \
[all …]