Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dbpf_verifier.h356 struct bpf_insn_aux_data { struct
357 union {
377 u64 map_key_state; /* constant (32 bit) key tracking for maps */
378 int ctx_field_size; /* the ctx field size for load insn, maybe 0 */
379 u32 seen; /* this insn was processed by the verifier at env->pass_cnt */
380 bool sanitize_stack_spill; /* subject to Spectre v4 sanitation */
381 bool zext_dst; /* this insn zero extends dst reg */
382 u8 alu_state; /* used in combination with alu_limit */
385 unsigned int orig_idx; /* original instruction index */
386 bool prune_point;