Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dliveness.c299 new_before = spis_or(spis_and(new_after, spis_not(insn->must_write)), in update_insn()
1717 spis_and(dst->frames[f][i].must_write, in merge_instances()
/linux/include/linux/
H A Dbpf_verifier.h255 static inline spis_t spis_and(spis_t a, spis_t b) in spis_and() function