Searched refs:bytecode (Results 1 – 12 of 12) sorted by relevance
/linux-5.19.10/tools/testing/selftests/ |
D | .gitignore | 9 # Python bytecode and cache
|
/linux-5.19.10/tools/testing/selftests/bpf/ |
D | test_offload.py | 244 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-5.19.10/samples/bpf/ |
D | README.rst | 58 BPF bytecode architecture.
|
/linux-5.19.10/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_shader.c | 880 u32 user_key, const void *bytecode, in vmw_compat_shader_add() argument 911 memcpy(ttm_kmap_obj_virtual(&map, &is_iomem), bytecode, size); in vmw_compat_shader_add()
|
D | vmwgfx_drv.h | 1382 u32 user_key, const void *bytecode,
|
/linux-5.19.10/arch/loongarch/ |
D | Kconfig | 379 bool "Enable seccomp to safely compute untrusted bytecode" 384 that may need to compute untrusted bytecode during their
|
/linux-5.19.10/net/ipv4/ |
D | inet_diag.c | 915 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-5.19.10/Documentation/networking/device_drivers/ethernet/microsoft/ |
D | netvsc.rst | 102 XDP (eXpress Data Path) is a feature that runs eBPF bytecode at the early
|
/linux-5.19.10/Documentation/admin-guide/sysctl/ |
D | net.rst | 53 and efficient infrastructure allowing to execute bytecode at various
|
/linux-5.19.10/arch/ |
D | Kconfig | 524 prompt "Enable seccomp to safely execute untrusted bytecode" 529 that may need to handle untrusted bytecode during their
|
/linux-5.19.10/tools/testing/selftests/net/mptcp/ |
D | mptcp_join.sh | 240 -m bpf --bytecode \
|
/linux-5.19.10/init/ |
D | Kconfig | 2239 Build a simple ASN.1 grammar compiler that produces a bytecode output
|