Searched refs:is_native (Results 1 – 2 of 2) sorted by relevance
530 bool is_native; in test_emulation() local549 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()
648 is_native = bb.data.inherits_class("native", d) or bb.data.inherits_class("cross", d)654 if not is_native: