Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/x86/
H A Dhelpers.h21 static inline void set_eflags(unsigned long eflags) in set_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()