Searched refs:LDC_MEM_R (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/uts/sun4v/sys/ |
H A D | ldc.h | 134 #define LDC_MEM_R 0x1 /* Memory region is read 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_44/usr/src/cmd/mdb/sun4v/modules/ldc/ |
H A D | ldc.c | 139 { "r-- ", ALLBITS, LDC_MEM_R },
|
/titanic_44/usr/src/uts/sun4v/io/ |
H A D | ldc_shm.c | 524 tmp_mte.mte_r = (perm & LDC_MEM_R) ? 1 : 0; in i_ldc_mem_bind_handle() 530 tmp_mte.mte_cr = (perm & LDC_MEM_R) ? 1 : 0; in i_ldc_mem_bind_handle() 535 tmp_mte.mte_ir = (perm & LDC_MEM_R) ? 1 : 0; in i_ldc_mem_bind_handle() 1619 if ((direction == LDC_COPY_IN && (mhdl->perm & LDC_MEM_R) == 0) || in i_ldc_mem_acquire_release()
|
H A D | vsw_txdring.c | 302 LDC_SHADOW_MAP, LDC_MEM_R|LDC_MEM_W, in vsw_setup_tx_dring()
|
H A D | vnet_txdring.c | 222 LDC_MEM_R, &(tbufp->memcookie[ci]), &ncookies); in vgen_create_tx_dring()
|
H A D | vsw_ldc.c | 4631 emsg->data_ncookies, LDC_DIRECT_MAP, LDC_MEM_R, in vsw_map_data()
|
H A D | vds.c | 2014 mtype, (request->operation == VD_OP_BREAD) ? LDC_MEM_W : LDC_MEM_R, in vd_start_bio()
|
H A D | vdc.c | 3665 perm = LDC_MEM_R; in vdc_populate_mem_hdl()
|