Home
last modified time | relevance | path

Searched refs:is_native (Results 1 – 4 of 4) 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/lib/oe/
H A Dsbom30.py243 def is_native(self): member in ObjectSet
248 if e.is_native is not None:
249 return e.is_native
253 def set_is_native(self, is_native): argument
258 e.is_native = is_native
261 if is_native:
262 self.doc.extension.append(oe.sbom30.OEDocumentExtension(is_native=True))
H A Dspdx30_tasks.py321 if objset.is_native():
463 is_native = bb.data.inherits_class("native", d) or bb.data.inherits_class(
477 build_objset.set_is_native(is_native)
571 if not is_native:
789 is_native = bb.data.inherits_class("native", d) or bb.data.inherits_class(
796 if is_native:
/openbmc/openbmc/poky/meta/classes/
H A Dcreate-spdx-2.2.bbclass608 is_native = bb.data.inherits_class("native", d) or bb.data.inherits_class("cross", d)
619 if not is_native: