Home
last modified time | relevance | path

Searched refs:bytecode (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/openbmc/poky/meta/classes-recipe/
H A Dpython_pep517.bbclass28 # pypa/installer option to control the bytecode compilation
29 INSTALL_WHEEL_COMPILE_BYTECODE ?= "--compile-bytecode=0"
/openbmc/linux/tools/testing/selftests/
H A D.gitignore9 # Python bytecode and cache
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-wheel_0.43.0.bb15 INSTALL_WHEEL_COMPILE_BYTECODE:class-native = "--no-compile-bytecode"
H A Dpython3-installer_0.7.0.bb24 INSTALL_WHEEL_COMPILE_BYTECODE:class-native = "--no-compile-bytecode"
H A Dpython3-setuptools_69.2.0.bb55 INSTALL_WHEEL_COMPILE_BYTECODE:class-native = "--no-compile-bytecode"
H A Dpython3-pip_24.0.bb60 INSTALL_WHEEL_COMPILE_BYTECODE:class-native = "--no-compile-bytecode"
H A Dpython3_3.12.3.bb307 # We want bytecode precompiled .py files (.pyc's) by default
/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/
H A D0006-fix-build-path-issue.patch8 encoded in bytecode files.
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/
H A Dgstreamer1.0-plugins-common.inc16 # bytecode to SIMD instructions for various architectures (currently SSE, MMX,
/openbmc/qemu/tcg/tci/
H A DREADME16 interpreter for the generated bytecode, it is possible to
28 The bytecode consists of opcodes (with only a few exceptions, with
/openbmc/openbmc/poky/meta/recipes-kernel/systemtap/systemtap/
H A D0001-Install-python-modules-to-correct-library-dir.patch14 in bytecode files. (It strips build path prefix from .pyc files)
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-installer/
H A Dinterpreter.patch35 "--compile-bytecode",
/openbmc/linux/Documentation/bpf/libbpf/
H A Dlibbpf_overview.rst75 includes a bytecode representation of the BPF object file, simplifying the
76 process of distributing your BPF code. With BPF bytecode embedded, there are no
114 * The embedded bytecode representation of the object file ensures that the
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_offload.py244 def bpf_bytecode(bytecode): argument
245 return "bytecode \"%s\"" % (bytecode)
809 bytecode = bpf_bytecode("1,6 0 0 4294967295,") variable
854 ret, _ = sim.cls_bpf_add_filter(bytecode, fail=False)
865 ret, _, err = sim.cls_bpf_add_filter(bytecode, skip_sw=True,
/openbmc/linux/samples/bpf/
H A DREADME.rst68 BPF bytecode architecture.
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DArtistic-2.063 "Compiled" form means the compiled bytecode, object code, binary,
154 build stand-alone binary or bytecode versions of applications that
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_shader.c883 u32 user_key, const void *bytecode, in vmw_compat_shader_add() argument
920 memcpy(ttm_kmap_obj_virtual(&map, &is_iomem), bytecode, size); in vmw_compat_shader_add()
H A Dvmwgfx_drv.h1216 u32 user_key, const void *bytecode,
/openbmc/linux/net/ipv4/
H A Dinet_diag.c915 const void *bytecode, *bc; in inet_diag_bc_audit() local
921 bytecode = bc = nla_data(attr); in inet_diag_bc_audit()
971 !valid_cc(bytecode, bytecode_len, len - op->no)) in inet_diag_bc_audit()
/openbmc/linux/Documentation/networking/device_drivers/ethernet/microsoft/
H A Dnetvsc.rst102 XDP (eXpress Data Path) is a feature that runs eBPF bytecode at the early
/openbmc/qemu/
H A Dmeson_options.txt89 description: 'TCG with bytecode interpreter (slow)')
/openbmc/linux/Documentation/admin-guide/sysctl/
H A Dnet.rst54 and efficient infrastructure allowing to execute bytecode at various
/openbmc/linux/arch/
H A DKconfig582 prompt "Enable seccomp to safely execute untrusted bytecode"
587 that may need to handle untrusted bytecode during their
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh367 -m bpf --bytecode \
/openbmc/linux/init/
H A DKconfig1974 Build a simple ASN.1 grammar compiler that produces a bytecode output

12