Searched refs:smr_offset_t (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/sun4u/starfire/sys/ |
H A D | idn_smr.h | 38 typedef uint_t smr_offset_t; typedef 40 #define IDN_NIL_SMROFFSET ((smr_offset_t)-1) 61 #define IDN_ADDR2OFFSET(va) ((smr_offset_t)((caddr_t)(va) - idn.smr.vaddr)) 74 smr_offset_t b_offset; 79 smr_offset_t b_next; /* used during reclamation */
|
/titanic_44/usr/src/uts/sun4u/starfire/io/ |
H A D | idn_proto.c | 149 static void idn_recv_slaballoc_resp(int domid, smr_offset_t slab_offset, 157 smr_offset_t slab_offset, uint_t slab_size); 5279 smr_offset_t bufoffset; in idn_send_data() 5351 bufoffset = (smr_offset_t)IDN_ALIGNPTR(sizeof (smr_pkthdr_t), in idn_send_data() 5873 idn_get_mbox_config(int domid, int *mindex, smr_offset_t *mtable, in idn_get_mbox_config() 5874 smr_offset_t *mdomain) in idn_get_mbox_config() 5949 smr_offset_t mbox_table, mbox_domain; in idn_send_master_config() 6178 smr_offset_t mbox_domain; in idn_send_slave_config() 8595 smr_offset_t slab_offset; in idn_recv_slaballoc_req() 8645 idn_send_slaballoc_resp(int domid, idn_msgtype_t *mtp, smr_offset_t slab_offset, in idn_send_slaballoc_resp() [all …]
|
H A D | idn_smr.c | 442 smr_offset_t slab_offset; in smr_slab_free_remote()
|