Home
last modified time | relevance | path

Searched refs:tmp_mte (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/sun4v/io/
H A Dldc_shm.c352 ldc_mte_t tmp_mte; in i_ldc_mem_bind_handle() local
521 tmp_mte.ll = 0; /* initialise fields to 0 */ in i_ldc_mem_bind_handle()
524 tmp_mte.mte_r = (perm & LDC_MEM_R) ? 1 : 0; in i_ldc_mem_bind_handle()
525 tmp_mte.mte_w = (perm & LDC_MEM_W) ? 1 : 0; in i_ldc_mem_bind_handle()
526 tmp_mte.mte_x = (perm & LDC_MEM_X) ? 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()
531 tmp_mte.mte_cw = (perm & LDC_MEM_W) ? 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()
536 tmp_mte.mte_iw = (perm & LDC_MEM_W) ? 1 : 0; in i_ldc_mem_bind_handle()
539 D1(ldcp->id, "ldc_mem_bind_handle mte=0x%llx\n", tmp_mte.ll); in i_ldc_mem_bind_handle()
[all …]