Home
last modified time | relevance | path

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

/Linux-v4.19/net/core/
Dfilter.c888 u16 *masks, memvalid = 0; /* One bit per cell, 16 cells */ in check_load_and_stores() local
900 memvalid &= masks[pc]; in check_load_and_stores()
905 memvalid |= (1 << filter[pc].k); in check_load_and_stores()
909 if (!(memvalid & (1 << filter[pc].k))) { in check_load_and_stores()
916 masks[pc + 1 + filter[pc].k] &= memvalid; in check_load_and_stores()
917 memvalid = ~0; in check_load_and_stores()
928 masks[pc + 1 + filter[pc].jt] &= memvalid; in check_load_and_stores()
929 masks[pc + 1 + filter[pc].jf] &= memvalid; in check_load_and_stores()
930 memvalid = ~0; in check_load_and_stores()