Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/x86/
H A Dhelpers.h12 static inline unsigned long get_eflags(void) in get_eflags() function
H A Dtest_vsyscall.c490 set_eflags(get_eflags() | X86_EFLAGS_TF); in test_emulation()
492 set_eflags(get_eflags() & ~X86_EFLAGS_TF); in test_emulation()