Home
last modified time | relevance | path

Searched refs:SPIS_ZERO (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/bpf/
H A Dliveness.c287 new_before = SPIS_ZERO; in update_insn()
288 new_after = SPIS_ZERO; in update_insn()
1250 mask = SPIS_ZERO; in record_stack_access_off()
1258 mask = SPIS_ZERO; in record_stack_access_off()
1267 mask = SPIS_ZERO; in record_stack_access_off()
1785 dst->frames[f][i].must_write = SPIS_ZERO; in merge_instances()
1793 dst->frames[f][i].must_write = SPIS_ZERO; in merge_instances()
/linux/include/linux/
H A Dbpf_verifier.h254 #define SPIS_ZERO ((spis_t){}) macro