Lines Matching refs:bits
183 const struct prot_bits *bits; member
193 .bits = section_bits,
196 .bits = pte_bits,
201 static void dump_prot(struct pg_state *st, const struct prot_bits *bits, size_t num) in dump_prot() argument
205 for (i = 0; i < num; i++, bits++) { in dump_prot()
208 if ((st->current_prot & bits->mask) == bits->val) in dump_prot()
209 s = bits->set; in dump_prot()
211 s = bits->clear; in dump_prot()
242 if (pg_level[st->level].bits) in note_page()
243 dump_prot(st, pg_level[st->level].bits, pg_level[st->level].num); in note_page()
350 if (pg_level[i].bits) in ptdump_init()
352 pg_level[i].mask |= pg_level[i].bits[j].mask; in ptdump_init()