Home
last modified time | relevance | path

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

/linux-6.15/net/core/
H A Dfilter.c930 u16 *masks, memvalid = 0; /* One bit per cell, 16 cells */ in check_load_and_stores() local
942 memvalid &= masks[pc]; in check_load_and_stores()
947 memvalid |= (1 << filter[pc].k); in check_load_and_stores()
951 if (!(memvalid & (1 << filter[pc].k))) { in check_load_and_stores()
958 masks[pc + 1 + filter[pc].k] &= memvalid; in check_load_and_stores()
959 memvalid = ~0; in check_load_and_stores()
970 masks[pc + 1 + filter[pc].jt] &= memvalid; in check_load_and_stores()
971 masks[pc + 1 + filter[pc].jf] &= memvalid; in check_load_and_stores()
972 memvalid = ~0; in check_load_and_stores()