Searched refs:is_native (Results 1 – 2 of 2) sorted by relevance
527 bool is_native; in test_emulation() local546 is_native = (num_vsyscall_traps > 1); in test_emulation()549 (is_native ? "FAIL" : "OK"), in test_emulation()550 (is_native ? "native" : "emulated"), in test_emulation()553 return is_native; in test_emulation()
760 is_native = bb.data.inherits_class("native", d) or bb.data.inherits_class("cross", d)769 if not is_native: