Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/x86/
Dsingle_step_syscall.c70 static unsigned long get_eflags(void) in get_eflags() function
89 if (get_eflags() & X86_EFLAGS_TF) { in sigtrap()
90 set_eflags(get_eflags() & ~X86_EFLAGS_TF); in sigtrap()
126 unsigned long new_eflags = get_eflags(); in check_result()
148 if (get_eflags() & X86_EFLAGS_TF) { in fast_syscall_no_tf()
168 set_eflags(get_eflags() | X86_EFLAGS_TF); in main()
174 set_eflags(get_eflags() | X86_EFLAGS_TF); in main()
185 set_eflags(get_eflags() | X86_EFLAGS_TF); in main()
208 set_eflags(get_eflags() | X86_EFLAGS_TF); in main()
234 set_eflags(get_eflags() | X86_EFLAGS_TF); in main()
Dsyscall_arg_fault.c27 static unsigned long get_eflags(void) in get_eflags() function
195 set_eflags(get_eflags() | X86_EFLAGS_TF); in main()
208 set_eflags(get_eflags() & ~X86_EFLAGS_TF); in main()
213 set_eflags(get_eflags() | X86_EFLAGS_TF); in main()
227 set_eflags(get_eflags() & ~X86_EFLAGS_TF); in main()
Dsyscall_nt.c26 static unsigned long get_eflags(void) in get_eflags() function
59 set_eflags(get_eflags() | extraflags); in do_it()
61 flags = get_eflags(); in do_it()
Dunwind_vdso.c62 static unsigned long get_eflags(void) in get_eflags() function
175 set_eflags(get_eflags() | X86_EFLAGS_TF); in main()
178 set_eflags(get_eflags() & ~X86_EFLAGS_TF); in main()
188 if (get_eflags() & X86_EFLAGS_TF) { in main()
Dtest_vsyscall.c499 static unsigned long get_eflags(void) in get_eflags() function
530 set_eflags(get_eflags() | X86_EFLAGS_TF); in test_emulation()
532 set_eflags(get_eflags() & ~X86_EFLAGS_TF); in test_emulation()