Searched refs:pte_bits (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/riscv/mm/
H A Dptdump.c135 static const struct prot_bits pte_bits[] = { variable in typeref:struct:prot_bits
209 for (i = 0; i < ARRAY_SIZE(pte_bits); i++) {
213 val = st->current_prot & pte_bits[i].mask;
215 if (pte_bits[i].mask == _PAGE_SOFT)
216 sprintf(s, pte_bits[i].set, val >> 8);
218 else if (pte_bits[i].mask == _PAGE_MTMASK_SVPBMT) {
220 sprintf(s, pte_bits[i].set, "NC");
222 sprintf(s, pte_bits[i].set, "IO");
224 sprintf(s, pte_bits[i].set, "??");
228 sprintf(s, "%s", pte_bits[
[all...]
/linux-master/arch/arm64/mm/
H A Dptdump.c67 static const struct prot_bits pte_bits[] = { variable in typeref:struct:prot_bits
156 .bits = pte_bits,
157 .num = ARRAY_SIZE(pte_bits),
160 .bits = pte_bits,
161 .num = ARRAY_SIZE(pte_bits),
164 .bits = pte_bits,
165 .num = ARRAY_SIZE(pte_bits),
168 .bits = pte_bits,
169 .num = ARRAY_SIZE(pte_bits),
172 .bits = pte_bits,
[all...]
/linux-master/arch/arm/mm/
H A Ddump.c68 static const struct prot_bits pte_bits[] = { variable in typeref:struct:prot_bits
222 .bits = pte_bits,
223 .num = ARRAY_SIZE(pte_bits),

Completed in 238 milliseconds