Home
last modified time | relevance | path

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

/linux/net/core/
H A Dfilter.c938 u16 *masks, memvalid = 0; /* One bit per cell, 16 cells */ in check_load_and_stores() local
950 memvalid &= masks[pc]; in check_load_and_stores()
955 memvalid |= (1 << filter[pc].k); in check_load_and_stores()
959 if (!(memvalid & (1 << filter[pc].k))) { in check_load_and_stores()
966 masks[pc + 1 + filter[pc].k] &= memvalid; in check_load_and_stores()
967 memvalid = ~0; in check_load_and_stores()
978 masks[pc + 1 + filter[pc].jt] &= memvalid; in check_load_and_stores()
979 masks[pc + 1 + filter[pc].jf] &= memvalid; in check_load_and_stores()
980 memvalid = ~0; in check_load_and_stores()