Home
last modified time | relevance | path

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

/linux/arch/riscv/mm/
A Dptdump.c136 static const struct prot_bits pte_bits[] = { variable
210 for (i = 0; i < ARRAY_SIZE(pte_bits); i++) { in dump_prot()
214 val = st->current_prot & pte_bits[i].mask; in dump_prot()
216 if (pte_bits[i].mask == _PAGE_SOFT) in dump_prot()
217 sprintf(s, pte_bits[i].set, val >> 8); in dump_prot()
221 sprintf(s, pte_bits[i].set, "NC"); in dump_prot()
223 sprintf(s, pte_bits[i].set, "IO"); in dump_prot()
225 sprintf(s, pte_bits[i].set, "??"); in dump_prot()
229 sprintf(s, "%s", pte_bits[i].set); in dump_prot()
231 sprintf(s, "%s", pte_bits[i].clear); in dump_prot()
[all …]
/linux/arch/arm64/mm/
A Dptdump.c41 static const struct ptdump_prot_bits pte_bits[] = { variable
123 .bits = pte_bits,
124 .num = ARRAY_SIZE(pte_bits),
127 .bits = pte_bits,
128 .num = ARRAY_SIZE(pte_bits),
131 .bits = pte_bits,
132 .num = ARRAY_SIZE(pte_bits),
135 .bits = pte_bits,
136 .num = ARRAY_SIZE(pte_bits),
139 .bits = pte_bits,
[all …]
/linux/arch/arm/mm/
A Ddump.c68 static const struct prot_bits pte_bits[] = { variable
222 .bits = pte_bits,
223 .num = ARRAY_SIZE(pte_bits),

Completed in 13 milliseconds