Searched refs:bus_stream_asi (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/sparc64/include/
H A Dbus.h92 extern const int bus_stream_asi[];
503 return (lduba_nc((caddr_t)(h + o), bus_stream_asi[t->bst_type]));
511 return (lduha_nc((caddr_t)(h + o), bus_stream_asi[t->bst_type]));
519 return (lduwa_nc((caddr_t)(h + o), bus_stream_asi[t->bst_type]));
527 return (ldxa_nc((caddr_t)(h + o), bus_stream_asi[t->bst_type]));
572 stba_nc((caddr_t)(h + o), bus_stream_asi[t->bst_type], v);
581 stha_nc((caddr_t)(h + o), bus_stream_asi[t->bst_type], v);
590 stwa_nc((caddr_t)(h + o), bus_stream_asi[t->bst_type], v);
599 stxa_nc((caddr_t)(h + o), bus_stream_asi[t->bst_type], v);
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dbus_machdep.c132 const int bus_stream_asi[] = { variable

Completed in 75 milliseconds