Searched refs:LDC_MEM_RW (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/uts/sun4v/sys/ |
H A D | ldc.h | 137 #define LDC_MEM_RW (LDC_MEM_R|LDC_MEM_W) macro
|
/titanic_50/usr/src/cmd/mdb/sun4v/modules/ldc/ |
H A D | ldc.c | 142 { "rw- ", ALLBITS, LDC_MEM_RW },
|
/titanic_50/usr/src/uts/sun4v/io/ |
H A D | ldc_shm.c | 1871 if ((perm & LDC_MEM_RW) == 0) { in ldc_mem_dring_bind() 2249 err = i_ldc_mem_map(mhandle, cookie, ccount, mtype, LDC_MEM_RW, in ldc_mem_dring_map()
|
H A D | vsw_rxdring.c | 225 LDC_DIRECT_MAP | LDC_SHADOW_MAP, LDC_MEM_RW, in vsw_create_rx_dring()
|
H A D | vnet_rxdring.c | 249 LDC_DIRECT_MAP | LDC_SHADOW_MAP, LDC_MEM_RW, in vgen_create_rx_dring()
|
H A D | vsw_txdring.c | 200 LDC_DIRECT_MAP | LDC_SHADOW_MAP, LDC_MEM_RW, in vsw_create_tx_dring()
|
H A D | vnet_txdring.c | 263 LDC_DIRECT_MAP | LDC_SHADOW_MAP, LDC_MEM_RW, in vgen_create_tx_dring()
|
H A D | vdc.c | 2700 LDC_SHADOW_MAP|LDC_DIRECT_MAP, LDC_MEM_RW, in vdc_init_descriptor_ring() 3649 uint8_t perm = LDC_MEM_RW; in vdc_populate_mem_hdl() 3669 perm = LDC_MEM_RW; in vdc_populate_mem_hdl()
|