Home
last modified time | relevance | path

Searched defs:bpf_insn_aux_data (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/include/linux/
Dbpf_verifier.h544 struct bpf_insn_aux_data { struct
545 union {
569 union {
575 struct btf_struct_meta *kptr_struct_meta;
576 u64 map_key_state; /* constant (32 bit) key tracking for maps */
577 int ctx_field_size; /* the ctx field size for load insn, maybe 0 */
578 u32 seen; /* this insn was processed by the verifier at env->pass_cnt */
579 bool sanitize_stack_spill; /* subject to Spectre v4 sanitation */
580 bool zext_dst; /* this insn zero extends dst reg */
581 bool needs_zext; /* alu op needs to clear upper bits */
[all …]