Home
last modified time | relevance | path

Searched refs:CPU_HAS_SRMMU (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/arch/sparc/include/
H A Dpte.h235 #define VRTOVA(vr) ((CPU_HAS_SRMMU || HASSUN4_MMU3L) \
238 #define VSTOVA(vr,vs) ((CPU_HAS_SRMMU || HASSUN4_MMU3L) \
399 #define getcontext() (CPU_HAS_SRMMU ? getcontext4m() \
404 #define setcontext(c) (CPU_HAS_SRMMU ? setcontext4m(c) \
H A Dcpuconf.h153 #define CPU_HAS_SRMMU (CPU_ISSUN4M || CPU_ISSUN4D) macro
H A Dpmap.h237 #define PMAP_IOENC(io) (CPU_HAS_SRMMU ? PMAP_IOENC_SRMMU(io) \
/netbsd-src/sys/arch/sparc/sparc/
H A Dpmap.c2242 } else if (CPU_HAS_SRMMU) { in ctx_alloc()
2329 if (CPU_HAS_SRMMU) { in ctx_free()
2931 if (CPU_HAS_SRMMU) in pv_uncache()
3056 if (CPU_HAS_SRMMU) { in pmap_bootstrap()
4163 if (CPU_HAS_SRMMU) { in pmap_init()
4231 if (CPU_HAS_SRMMU) { in pmap_quiet_check()
4402 if (CPU_HAS_SRMMU) { in pmap_pmap_pool_dtor()
4620 if (CPU_HAS_SRMMU) { in pmap_remove_all()
4645 if (!CPU_HAS_SRMMU) in pmap_remove()
6022 if (CPU_HAS_SRMMU) in pmap_lockmmu()
[all …]
H A Dkgdb_machdep.c399 if (CPU_HAS_SRMMU) { in kgdb_acc()
H A Dcpu.c2072 if (CPU_HAS_SRMMU) { in getcpuinfo()