Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/x86/
H A Dtest_vsyscall.c527 bool is_native; in test_emulation() local
546 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()
/openbmc/openbmc/poky/meta/classes/
H A Dcreate-spdx-2.2.bbclass760 is_native = bb.data.inherits_class("native", d) or bb.data.inherits_class("cross", d)
769 if not is_native: