Searched refs:ASI_PRIMARY (Results 1 – 6 of 6) sorted by relevance
120 (hp)->_asi = ASI_PRIMARY; \121 (hp)->_sasi = ASI_PRIMARY; \
104 #define ASI_PRIMARY 0x80 /* [4u] primary address space */ macro156 #define ASI_P ASI_PRIMARY
847 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()
60 #define KLOAD(x) probeget((paddr_t)(u_long)&(x), ASI_PRIMARY, sizeof(x))
2308 hp->_sasi = ASI_PRIMARY; in sparc_bus_map()2312 hp->_asi = ASI_PRIMARY; in sparc_bus_map()
1552 // here is ASI_PRIMARY, the default unprivileged ASI for SparcV9.