Searched refs:pte_bits (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/arch/arm64/mm/ |
D | ptdump.c | 94 static const struct prot_bits pte_bits[] = { variable 183 .bits = pte_bits, 184 .num = ARRAY_SIZE(pte_bits), 187 .bits = pte_bits, 188 .num = ARRAY_SIZE(pte_bits), 191 .bits = pte_bits, 192 .num = ARRAY_SIZE(pte_bits), 195 .bits = pte_bits, 196 .num = ARRAY_SIZE(pte_bits), 199 .bits = pte_bits, [all …]
|
/linux-6.1.9/arch/riscv/mm/ |
D | ptdump.c | 137 static const struct prot_bits pte_bits[] = { variable 210 for (i = 0; i < ARRAY_SIZE(pte_bits); i++) { in dump_prot() 213 if ((st->current_prot & pte_bits[i].mask) == pte_bits[i].val) in dump_prot() 214 s = pte_bits[i].set; in dump_prot() 216 s = pte_bits[i].clear; in dump_prot() 388 for (j = 0; j < ARRAY_SIZE(pte_bits); j++) in ptdump_init() 389 pg_level[i].mask |= pte_bits[j].mask; in ptdump_init()
|
/linux-6.1.9/arch/ia64/mm/ |
D | init.c | 321 # define pte_bits 3 in ia64_mmu_init() macro 322 # define mapped_space_bits (3*(PAGE_SHIFT - pte_bits) + PAGE_SHIFT) in ia64_mmu_init() 330 # define vmlpt_bits (impl_va_bits - PAGE_SHIFT + pte_bits) in ia64_mmu_init() 343 if ((mapped_space_bits - PAGE_SHIFT > vmlpt_bits - pte_bits) || in ia64_mmu_init()
|
/linux-6.1.9/arch/arm/mm/ |
D | dump.c | 68 static const struct prot_bits pte_bits[] = { variable 222 .bits = pte_bits, 223 .num = ARRAY_SIZE(pte_bits),
|