Searched refs:pte_bits (Results 1 – 3 of 3) sorted by relevance
| /arch/riscv/mm/ |
| A D | ptdump.c | 135 static const struct prot_bits pte_bits[] = { variable 209 for (i = 0; i < ARRAY_SIZE(pte_bits); i++) { in dump_prot() 213 val = st->current_prot & pte_bits[i].mask; in dump_prot() 215 if (pte_bits[i].mask == _PAGE_SOFT) in dump_prot() 216 sprintf(s, pte_bits[i].set, val >> 8); in dump_prot() 220 sprintf(s, pte_bits[i].set, "NC"); in dump_prot() 222 sprintf(s, pte_bits[i].set, "IO"); in dump_prot() 224 sprintf(s, pte_bits[i].set, "??"); in dump_prot() 228 sprintf(s, "%s", pte_bits[i].set); in dump_prot() 230 sprintf(s, "%s", pte_bits[i].clear); in dump_prot() [all …]
|
| /arch/arm64/mm/ |
| A D | ptdump.c | 41 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 …]
|
| /arch/arm/mm/ |
| A D | dump.c | 68 static const struct prot_bits pte_bits[] = { variable 222 .bits = pte_bits, 223 .num = ARRAY_SIZE(pte_bits),
|
Completed in 6 milliseconds