Home
last modified time | relevance | path

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

/qemu/target/openrisc/
H A Dmmu.c121 bool super = mmu_idx == MMU_SUPERVISOR_IDX; in openrisc_cpu_tlb_fill()
H A Dcpu.h45 MMU_SUPERVISOR_IDX = 1, enumerator
H A Dcpu.c77 return env->sr & SR_SM ? MMU_SUPERVISOR_IDX : MMU_USER_IDX; in openrisc_cpu_mmu_index()