Home
last modified time | relevance | path

Searched refs:prog_flags (Results 1 – 20 of 20) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_lirc_mode2_user.c52 u32 prog_ids[10], prog_flags[10], prog_cnt; in main() local
86 ret = bpf_prog_query(lircfd, BPF_LIRC_MODE2, 0, prog_flags, prog_ids, in main()
129 ret = bpf_prog_query(lircfd, BPF_LIRC_MODE2, 0, prog_flags, prog_ids, in main()
/external/mesa3d/src/mesa/main/
Dstate.c297 GLbitfield prog_flags = _NEW_PROGRAM; in _mesa_update_state_locked() local
301 prog_flags |= (_NEW_BUFFERS | _NEW_TEXTURE_OBJECT | _NEW_FOG | in _mesa_update_state_locked()
307 prog_flags |= (_NEW_VARYING_VP_INPUTS | _NEW_TEXTURE_OBJECT | in _mesa_update_state_locked()
343 if (new_state & prog_flags) { in _mesa_update_state_locked()
/external/strace/tests-mx32/
Dbpf.c604 .prog_flags = 0,
606 .size = offsetofend(struct BPF_PROG_LOAD_struct, prog_flags),
623 .prog_flags = 1,
644 .prog_flags = 2,
659 .prog_flags = 3,
Dbpf-obj_get_info_by_fd.c202 if (size > offsetof(struct BPF_PROG_LOAD_struct, prog_flags)) in print_prog_load()
266 offsetofend(struct BPF_PROG_LOAD_struct, prog_flags), in main()
/external/strace/tests-m32/
Dbpf.c604 .prog_flags = 0,
606 .size = offsetofend(struct BPF_PROG_LOAD_struct, prog_flags),
623 .prog_flags = 1,
644 .prog_flags = 2,
659 .prog_flags = 3,
Dbpf-obj_get_info_by_fd.c202 if (size > offsetof(struct BPF_PROG_LOAD_struct, prog_flags)) in print_prog_load()
266 offsetofend(struct BPF_PROG_LOAD_struct, prog_flags), in main()
/external/strace/tests/
Dbpf.c604 .prog_flags = 0,
606 .size = offsetofend(struct BPF_PROG_LOAD_struct, prog_flags),
623 .prog_flags = 1,
644 .prog_flags = 2,
659 .prog_flags = 3,
Dbpf-obj_get_info_by_fd.c202 if (size > offsetof(struct BPF_PROG_LOAD_struct, prog_flags)) in print_prog_load()
266 offsetofend(struct BPF_PROG_LOAD_struct, prog_flags), in main()
/external/strace/
Dbpf_attr_check.c229 static_assert(SoM(struct BPF_PROG_LOAD_struct, prog_flags) == SoM(union bpf_attr, prog_flags),
231 …tatic_assert(offsetof(struct BPF_PROG_LOAD_struct, prog_flags) == offsetof(union bpf_attr, prog_fl…
Dbpf_attr.h123 uint32_t prog_flags; member
Dbpf.c301 if (len <= offsetof(struct BPF_PROG_LOAD_struct, prog_flags)) in BEGIN_BPF_CMD_DECODER()
303 PRINT_FIELD_FLAGS(", ", attr, prog_flags, bpf_prog_flags, "BPF_F_???"); in BEGIN_BPF_CMD_DECODER()
Dconfig.h.in1537 /* Define to 1 if `prog_flags' is a member of `union bpf_attr'. */
Dconfigure11275 ac_fn_c_check_member "$LINENO" "union bpf_attr" "prog_flags" "ac_cv_member_union_bpf_attr_prog_flag…
DChangeLog13423 Implement decoding of union bpf_attr.prog_flags field for BPF_PROG_LOAD
13426 * configure.ac: Check for prog_flags member of union bpf_attr
13430 (decode_BPF_PROG_LOAD): Add prog_flags field to the structure, print it.
13434 (init_BPF_PROG_LOAD_attr): Initialize prog_flags field, update offset.
/external/strace/m4/
Dbpf_attr.m458 union bpf_attr.prog_flags,
/external/iproute2/include/uapi/linux/
Dbpf.h213 __u32 prog_flags; member
/external/kernel-headers/original/uapi/linux/
Dbpf.h355 __u32 prog_flags; member
/external/bcc/src/cc/compat/linux/
Dbpf.h330 __u32 prog_flags; member
/external/bcc/src/cc/includes/compat/linux/
Dbpf.h330 __u32 prog_flags; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DHost.cpp329 uint32_t prog_flags; in getHostCPUNameForBPF()