Lines Matching defs:bpf_insn_aux_data
444 struct bpf_insn_aux_data { struct
445 union {
469 union {
475 struct btf_struct_meta *kptr_struct_meta;
476 u64 map_key_state; /* constant (32 bit) key tracking for maps */
477 int ctx_field_size; /* the ctx field size for load insn, maybe 0 */
478 u32 seen; /* this insn was processed by the verifier at env->pass_cnt */
479 bool sanitize_stack_spill; /* subject to Spectre v4 sanitation */
480 bool zext_dst; /* this insn zero extends dst reg */
481 bool storage_get_func_atomic; /* bpf_*_storage_get() with atomic memory alloc */
482 bool is_iter_next; /* bpf_iter_<type>_next() kfunc call */
483 u8 alu_state; /* used in combination with alu_limit */
486 unsigned int orig_idx; /* original instruction index */
487 bool jmp_point;
488 bool prune_point;
492 bool force_checkpoint;