Searched refs:LDC_MEM_W (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/uts/sun4v/sys/ |
H A D | ldc.h | 135 #define LDC_MEM_W 0x2 /* Memory region is write only */ macro 137 #define LDC_MEM_RW (LDC_MEM_R|LDC_MEM_W) 138 #define LDC_MEM_RWX (LDC_MEM_R|LDC_MEM_W|LDC_MEM_X)
|
/titanic_50/usr/src/cmd/mdb/sun4v/modules/ldc/ |
H A D | ldc.c | 140 { "-w- ", ALLBITS, LDC_MEM_W },
|
/titanic_50/usr/src/uts/sun4v/io/ |
H A D | ldc_shm.c | 525 tmp_mte.mte_w = (perm & LDC_MEM_W) ? 1 : 0; in i_ldc_mem_bind_handle() 531 tmp_mte.mte_cw = (perm & LDC_MEM_W) ? 1 : 0; in i_ldc_mem_bind_handle() 536 tmp_mte.mte_iw = (perm & LDC_MEM_W) ? 1 : 0; in i_ldc_mem_bind_handle() 1620 (direction == LDC_COPY_OUT && (mhdl->perm & LDC_MEM_W) == 0)) { in i_ldc_mem_acquire_release()
|
H A D | vnet_rxdring.c | 199 ldcp->rx_data_sz, LDC_DIRECT_MAP, LDC_MEM_W, in vgen_create_rx_dring() 538 emsg->data_ncookies, LDC_DIRECT_MAP, LDC_MEM_W, in vgen_map_data()
|
H A D | vsw_rxdring.c | 305 dp->data_sz, LDC_DIRECT_MAP, LDC_MEM_W, in vsw_setup_rx_dring()
|
H A D | vsw_txdring.c | 302 LDC_SHADOW_MAP, LDC_MEM_R|LDC_MEM_W, in vsw_setup_tx_dring()
|
H A D | vdc.c | 3661 perm = LDC_MEM_W; in vdc_populate_mem_hdl() 3693 if (perm != LDC_MEM_W) in vdc_populate_mem_hdl()
|
H A D | vds.c | 2014 mtype, (request->operation == VD_OP_BREAD) ? LDC_MEM_W : LDC_MEM_R, in vd_start_bio()
|