Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/
D.gitignore8 # Python bytecode and cache
/Linux-v5.10/samples/bpf/
DREADME.rst58 BPF bytecode architecture.
/Linux-v5.10/tools/testing/selftests/bpf/
Dtest_offload.py244 def bpf_bytecode(bytecode): argument
245 return "bytecode \"%s\"" % (bytecode)
807 bytecode = bpf_bytecode("1,6 0 0 4294967295,") variable
852 ret, _ = sim.cls_bpf_add_filter(bytecode, fail=False)
863 ret, _, err = sim.cls_bpf_add_filter(bytecode, skip_sw=True,
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/microsoft/
Dnetvsc.rst98 XDP (eXpress Data Path) is a feature that runs eBPF bytecode at the early
/Linux-v5.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_shader.c961 u32 user_key, const void *bytecode, in vmw_compat_shader_add() argument
998 memcpy(ttm_kmap_obj_virtual(&map, &is_iomem), bytecode, size); in vmw_compat_shader_add()
Dvmwgfx_drv.h1333 u32 user_key, const void *bytecode,
/Linux-v5.10/net/ipv4/
Dinet_diag.c912 const void *bytecode, *bc; in inet_diag_bc_audit() local
918 bytecode = bc = nla_data(attr); in inet_diag_bc_audit()
968 !valid_cc(bytecode, bytecode_len, len - op->no)) in inet_diag_bc_audit()
/Linux-v5.10/arch/
DKconfig491 prompt "Enable seccomp to safely execute untrusted bytecode"
496 that may need to handle untrusted bytecode during their
/Linux-v5.10/Documentation/admin-guide/sysctl/
Dnet.rst53 and efficient infrastructure allowing to execute bytecode at various
/Linux-v5.10/init/
DKconfig2337 Build a simple ASN.1 grammar compiler that produces a bytecode output