Home
last modified time | relevance | path

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

/qemu/target/sparc/
H A Dcpu.c377 .mmu_ctpr_mask = 0x00ffffc0,
390 .mmu_ctpr_mask = 0xffffffc0,
403 .mmu_ctpr_mask = 0x007ffff0,
416 .mmu_ctpr_mask = 0x00ffffc0,
429 .mmu_ctpr_mask = 0x00ffffc0,
442 .mmu_ctpr_mask = 0xffffffc0,
455 .mmu_ctpr_mask = 0xffffffc0,
468 .mmu_ctpr_mask = 0xffffffc0,
482 .mmu_ctpr_mask = 0xffffffc0,
495 .mmu_ctpr_mask = 0xffffffc0,
[all …]
H A Dcpu.h233 uint32_t mmu_ctpr_mask; member
H A Dldst_helper.c1014 env->mmuregs[reg] = val & env->def.mmu_ctpr_mask; in helper_st_asi()