Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/x86/
H A Dtest_vsyscall.c481 bool is_native; in test_emulation() local
502 is_native = (num_vsyscall_traps > 1); in test_emulation()
504 ksft_test_result(!is_native, "vsyscalls are %s (%d instructions in vsyscall page)\n", in test_emulation()
505 (is_native ? "native" : "emulated"), (int)num_vsyscall_traps); in test_emulation()