Home
last modified time | relevance | path

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

/tools/testing/selftests/x86/
Dsyscall_nt.c19 # define WIDTH "q" macro
21 # define WIDTH "l" macro
29 asm volatile ("pushf" WIDTH "\n\tpop" WIDTH " %0" : "=rm" (eflags)); in get_eflags()
35 asm volatile ("push" WIDTH " %0\n\tpopf" WIDTH in set_eflags()
Dsingle_step_syscall.c50 # define WIDTH "q" macro
54 # define WIDTH "l" macro
61 asm volatile ("pushf" WIDTH "\n\tpop" WIDTH " %0" : "=rm" (eflags)); in get_eflags()
67 asm volatile ("push" WIDTH " %0\n\tpopf" WIDTH in set_eflags()
129 asm volatile ("pushf" WIDTH "\n\t" in main()
130 "pop" WIDTH " %%r11\n\t" in main()
Dsyscall_arg_fault.c19 # define WIDTH "q" macro
21 # define WIDTH "l" macro
30 asm volatile ("pushf" WIDTH "\n\tpop" WIDTH " %0" : "=rm" (eflags)); in get_eflags()
36 asm volatile ("push" WIDTH " %0\n\tpopf" WIDTH in set_eflags()
Dunwind_vdso.c57 # define WIDTH "q" macro
59 # define WIDTH "l" macro
65 asm volatile ("pushf" WIDTH "\n\tpop" WIDTH " %0" : "=rm" (eflags)); in get_eflags()
71 asm volatile ("push" WIDTH " %0\n\tpopf" WIDTH in set_eflags()