/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_offload.py | 244 def bpf_bytecode(bytecode): 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) 862 start_test("Test TC cBPF unbound bytecode doesn't offload...") 863 ret, _, err = sim.cls_bpf_add_filter(bytecode, skip_sw=True, 865 fail(ret == 0, "TC bytecode loaded for offload")
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_offload.py | 244 def bpf_bytecode(bytecode): 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) 864 start_test("Test TC cBPF unbound bytecode doesn't offload...") 865 ret, _, err = sim.cls_bpf_add_filter(bytecode, skip_sw=True, 867 fail(ret == 0, "TC bytecode loaded for offload")
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | inet_diag.c | 910 const void *bytecode, *bc; in inet_diag_bc_audit() local 916 bytecode = bc = nla_data(attr); in inet_diag_bc_audit() 966 !valid_cc(bytecode, bytecode_len, len - op->no)) in inet_diag_bc_audit()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_shader.c | 952 * @bytecode: Pointer to the bytecode of the shader. 961 u32 user_key, const void *bytecode, in vmw_compat_shader_add() 990 /* Map and copy shader bytecode. */ in vmw_compat_shader_add() 998 memcpy(ttm_kmap_obj_virtual(&map, &is_iomem), bytecode, size); in vmw_compat_shader_add() local 959 vmw_compat_shader_add(struct vmw_private *dev_priv, struct vmw_cmdbuf_res_manager *man, u32 user_key, const void *bytecode, SVGA3dShaderType shader_type, size_t size, struct list_head *list) vmw_compat_shader_add() argument
|
H A D | vmwgfx_drv.h | 1332 u32 user_key, const void *bytecode,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_shader.c | 875 * @bytecode: Pointer to the bytecode of the shader. 883 u32 user_key, const void *bytecode, in vmw_compat_shader_add() 913 /* Map and copy shader bytecode. */ in vmw_compat_shader_add() 920 memcpy(ttm_kmap_obj_virtual(&map, &is_iomem), bytecode, size); in vmw_compat_shader_add() local 881 vmw_compat_shader_add(struct vmw_private *dev_priv, struct vmw_cmdbuf_res_manager *man, u32 user_key, const void *bytecode, SVGA3dShaderType shader_type, size_t size, struct list_head *list) vmw_compat_shader_add() argument
|
H A D | vmwgfx_drv.h | 1216 u32 user_key, const void *bytecode,
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A 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()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_join.sh | 367 -m bpf --bytecode \
|