Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/x86/
Dtest_vsyscall.c491 bool is_native; in test_emulation() local
512 is_native = (num_vsyscall_traps > 1); in test_emulation()
514 ksft_test_result(!is_native, "vsyscalls are %s (%d instructions in vsyscall page)\n", in test_emulation()
515 (is_native ? "native" : "emulated"), (int)num_vsyscall_traps); in test_emulation()