Searched refs:mmu_ctpr_mask (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/sparc/ |
H A D | cpu.c | 374 .mmu_ctpr_mask = 0x00ffffc0, 387 .mmu_ctpr_mask = 0xffffffc0, 400 .mmu_ctpr_mask = 0x007ffff0, 413 .mmu_ctpr_mask = 0x00ffffc0, 426 .mmu_ctpr_mask = 0x00ffffc0, 439 .mmu_ctpr_mask = 0xffffffc0, 452 .mmu_ctpr_mask = 0xffffffc0, 465 .mmu_ctpr_mask = 0xffffffc0, 479 .mmu_ctpr_mask = 0xffffffc0, 492 .mmu_ctpr_mask = 0xffffffc0, [all …]
|
H A D | cpu.h | 232 uint32_t mmu_ctpr_mask; member
|
H A D | ldst_helper.c | 1003 env->mmuregs[reg] = val & env->def.mmu_ctpr_mask; in helper_st_asi()
|