Searched refs:LDC_MEM_R (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/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)
|
/illumos-gate/usr/src/cmd/mdb/sun4v/modules/ldc/ |
H A D | ldc.c | 139 { "r-- ", ALLBITS, LDC_MEM_R },
|
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | ldc_shm.c | 524 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 D | vsw_txdring.c | 302 LDC_SHADOW_MAP, LDC_MEM_R|LDC_MEM_W,
|
H A D | vnet_txdring.c | 222 LDC_MEM_R, &(tbufp->memcookie[ci]), &ncookies);
|
H A D | vsw_ldc.c | 4631 emsg->data_ncookies, LDC_DIRECT_MAP, LDC_MEM_R,
|
H A D | vds.c | 2014 mtype, (request->operation == VD_OP_BREAD) ? LDC_MEM_W : LDC_MEM_R,
|
H A D | vdc.c | 3665 perm = LDC_MEM_R;
|
Completed in 97 milliseconds