Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/x86/
Dtest_vsyscall.c530 bool is_native; in test_emulation() local
549 is_native = (num_vsyscall_traps > 1); in test_emulation()
552 (is_native ? "FAIL" : "OK"), in test_emulation()
553 (is_native ? "native" : "emulated"), in test_emulation()
556 return is_native; in test_emulation()