Home
last modified time | relevance | path

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

/linux-3.4.99/net/core/
Dfilter.c382 u16 *masks, memvalid = 0; /* one bit per cell, 16 cells */ in check_load_and_stores() local
392 memvalid &= masks[pc]; in check_load_and_stores()
397 memvalid |= (1 << filter[pc].k); in check_load_and_stores()
401 if (!(memvalid & (1 << filter[pc].k))) { in check_load_and_stores()
408 masks[pc + 1 + filter[pc].k] &= memvalid; in check_load_and_stores()
409 memvalid = ~0; in check_load_and_stores()
420 masks[pc + 1 + filter[pc].jt] &= memvalid; in check_load_and_stores()
421 masks[pc + 1 + filter[pc].jf] &= memvalid; in check_load_and_stores()
422 memvalid = ~0; in check_load_and_stores()