Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dliveness.c288 new_before = SPIS_ZERO; in update_insn()
289 new_after = SPIS_ZERO; in update_insn()
1213 mask = SPIS_ZERO; in record_stack_access_off()
1221 mask = SPIS_ZERO; in record_stack_access_off()
1230 mask = SPIS_ZERO; in record_stack_access_off()
1701 dst->frames[f][i].must_write = SPIS_ZERO; in merge_instances()
1709 dst->frames[f][i].must_write = SPIS_ZERO; in merge_instances()
/linux/include/linux/
H A Dbpf_verifier.h237 #define SPIS_ZERO ((spis_t){}) macro