Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Dfilter.c915 u16 *masks, memvalid = 0; /* One bit per cell, 16 cells */ in check_load_and_stores() local
927 memvalid &= masks[pc]; in check_load_and_stores()
932 memvalid |= (1 << filter[pc].k); in check_load_and_stores()
936 if (!(memvalid & (1 << filter[pc].k))) { in check_load_and_stores()
943 masks[pc + 1 + filter[pc].k] &= memvalid; in check_load_and_stores()
944 memvalid = ~0; in check_load_and_stores()
955 masks[pc + 1 + filter[pc].jt] &= memvalid; in check_load_and_stores()
956 masks[pc + 1 + filter[pc].jf] &= memvalid; in check_load_and_stores()
957 memvalid = ~0; in check_load_and_stores()