Searched refs:pte_bits (Results 1 – 4 of 4) sorted by relevance
/arch/arm64/mm/ |
D | ptdump.c | 96 static const struct prot_bits pte_bits[] = { variable 189 .bits = pte_bits, 190 .num = ARRAY_SIZE(pte_bits), 193 .bits = pte_bits, 194 .num = ARRAY_SIZE(pte_bits), 197 .bits = pte_bits, 198 .num = ARRAY_SIZE(pte_bits), 201 .bits = pte_bits, 202 .num = ARRAY_SIZE(pte_bits), 205 .bits = pte_bits, [all …]
|
/arch/riscv/mm/ |
D | ptdump.c | 110 static const struct prot_bits pte_bits[] = { variable 183 for (i = 0; i < ARRAY_SIZE(pte_bits); i++) { in dump_prot() 186 if ((st->current_prot & pte_bits[i].mask) == pte_bits[i].val) in dump_prot() 187 s = pte_bits[i].set; in dump_prot() 189 s = pte_bits[i].clear; in dump_prot() 339 for (j = 0; j < ARRAY_SIZE(pte_bits); j++) in ptdump_init() 340 pg_level[i].mask |= pte_bits[j].mask; in ptdump_init()
|
/arch/ia64/mm/ |
D | init.c | 327 # define pte_bits 3 in ia64_mmu_init() macro 328 # define mapped_space_bits (3*(PAGE_SHIFT - pte_bits) + PAGE_SHIFT) in ia64_mmu_init() 336 # define vmlpt_bits (impl_va_bits - PAGE_SHIFT + pte_bits) in ia64_mmu_init() 349 if ((mapped_space_bits - PAGE_SHIFT > vmlpt_bits - pte_bits) || in ia64_mmu_init()
|
/arch/arm/mm/ |
D | dump.c | 64 static const struct prot_bits pte_bits[] = { variable 215 .bits = pte_bits, 216 .num = ARRAY_SIZE(pte_bits),
|