Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/linux/
Dbpf_verifier.h472 struct bpf_insn_aux_data { struct
473 union {
497 union {
503 struct btf_struct_meta *kptr_struct_meta;
504 u64 map_key_state; /* constant (32 bit) key tracking for maps */
505 int ctx_field_size; /* the ctx field size for load insn, maybe 0 */
506 u32 seen; /* this insn was processed by the verifier at env->pass_cnt */
507 bool sanitize_stack_spill; /* subject to Spectre v4 sanitation */
508 bool zext_dst; /* this insn zero extends dst reg */
509 bool storage_get_func_atomic; /* bpf_*_storage_get() with atomic memory alloc */
[all …]
/kernel/linux/linux-5.10/include/linux/
Dbpf_verifier.h332 struct bpf_insn_aux_data { struct
333 union {
350 u64 map_key_state; /* constant (32 bit) key tracking for maps */
351 int ctx_field_size; /* the ctx field size for load insn, maybe 0 */
352 u32 seen; /* this insn was processed by the verifier at env->pass_cnt */
353 bool sanitize_stack_spill; /* subject to Spectre v4 sanitation */
354 bool zext_dst; /* this insn zero extends dst reg */
355 u8 alu_state; /* used in combination with alu_limit */
358 unsigned int orig_idx; /* original instruction index */
359 bool prune_point;