Searched refs:LDC_MEM_R (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dldc.h134 #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)
/illumos-gate/usr/src/cmd/mdb/sun4v/modules/ldc/
H A Dldc.c139 { "r-- ", ALLBITS, LDC_MEM_R },
/illumos-gate/usr/src/uts/sun4v/io/
H A Dldc_shm.c524 tmp_mte.mte_r = (perm & LDC_MEM_R) ? 1 : 0;
530 tmp_mte.mte_cr = (perm & LDC_MEM_R) ? 1 : 0;
535 tmp_mte.mte_ir = (perm & LDC_MEM_R) ? 1 : 0;
1619 if ((direction == LDC_COPY_IN && (mhdl->perm & LDC_MEM_R) == 0) ||
H A Dvsw_txdring.c302 LDC_SHADOW_MAP, LDC_MEM_R|LDC_MEM_W,
H A Dvnet_txdring.c222 LDC_MEM_R, &(tbufp->memcookie[ci]), &ncookies);
H A Dvsw_ldc.c4631 emsg->data_ncookies, LDC_DIRECT_MAP, LDC_MEM_R,
H A Dvds.c2014 mtype, (request->operation == VD_OP_BREAD) ? LDC_MEM_W : LDC_MEM_R,
H A Dvdc.c3665 perm = LDC_MEM_R;

Completed in 97 milliseconds