Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/
D.gitignore9 # Python bytecode and cache
/linux-6.6.21/Documentation/bpf/libbpf/
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
/linux-6.6.21/tools/testing/selftests/bpf/
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,
/linux-6.6.21/samples/bpf/
DREADME.rst68 BPF bytecode architecture.
/linux-6.6.21/drivers/gpu/drm/vmwgfx/
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()
Dvmwgfx_drv.h1216 u32 user_key, const void *bytecode,
/linux-6.6.21/net/ipv4/
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()
/linux-6.6.21/Documentation/networking/device_drivers/ethernet/microsoft/
Dnetvsc.rst102 XDP (eXpress Data Path) is a feature that runs eBPF bytecode at the early
/linux-6.6.21/Documentation/admin-guide/sysctl/
Dnet.rst54 and efficient infrastructure allowing to execute bytecode at various
/linux-6.6.21/arch/
DKconfig574 prompt "Enable seccomp to safely execute untrusted bytecode"
579 that may need to handle untrusted bytecode during their
/linux-6.6.21/tools/testing/selftests/net/mptcp/
Dmptcp_join.sh367 -m bpf --bytecode \
/linux-6.6.21/init/
DKconfig1974 Build a simple ASN.1 grammar compiler that produces a bytecode output