Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sparc64/include/
H A Dbus_defs.h120 (hp)->_asi = ASI_PRIMARY; \
121 (hp)->_sasi = ASI_PRIMARY; \
H A Dctlreg.h104 #define ASI_PRIMARY 0x80 /* [4u] primary address space */ macro
156 #define ASI_P ASI_PRIMARY
/netbsd-src/sys/dev/sbus/
H A Dstp4020.c847 else if ((uint8_t)pcmhp->memh._asi == ASI_PRIMARY) in stp4020_chip_mem_map()
888 else if ((uint8_t)pcihp->ioh._asi == ASI_PRIMARY) in stp4020_chip_io_map()
/netbsd-src/sys/arch/sparc64/sparc64/
H A Ddb_trace.c60 #define KLOAD(x) probeget((paddr_t)(u_long)&(x), ASI_PRIMARY, sizeof(x))
H A Dmachdep.c2308 hp->_sasi = ASI_PRIMARY; in sparc_bus_map()
2312 hp->_asi = ASI_PRIMARY; in sparc_bus_map()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.td1552 // here is ASI_PRIMARY, the default unprivileged ASI for SparcV9.