Home
last modified time | relevance | path

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

/external/qemu/target-mips/
Dtranslate_init.c82 int32_t PABITS; member
116 .PABITS = 32,
137 .PABITS = 32,
156 .PABITS = 32,
175 .PABITS = 32,
195 .PABITS = 32,
215 .PABITS = 32,
236 .PABITS = 32,
259 .PABITS = 32,
305 .PABITS = 32,
[all …]
Dcpu.h181 uint32_t PABITS; member
Dtranslate.c8640 env->PABITS = env->cpu_model->PABITS; in cpu_reset()
8641 env->PAMask = (target_ulong)((1ULL << env->cpu_model->PABITS) - 1); in cpu_reset()