Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/rseq/
Dparam_test.c61 #define INJECT_ASM_REG "eax" macro
64 , INJECT_ASM_REG
67 "mov asm_loop_cnt_" #n ", %%" INJECT_ASM_REG "\n\t" \
68 "test %%" INJECT_ASM_REG ",%%" INJECT_ASM_REG "\n\t" \
71 "dec %%" INJECT_ASM_REG "\n\t" \
78 #define INJECT_ASM_REG "eax" macro
82 , INJECT_ASM_REG
86 "mov (%%" INJECT_ASM_REG_P "), %%" INJECT_ASM_REG "\n\t" \
87 "test %%" INJECT_ASM_REG ",%%" INJECT_ASM_REG "\n\t" \
90 "dec %%" INJECT_ASM_REG "\n\t" \
[all …]