Home
last modified time | relevance | path

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

/illumos-gate/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()
541 tmp_mte.mte_pgszc = pg_size_code; in i_ldc_mem_bind_handle()
572 tmp_mte.mte_rpfn = ra_aligned >> pg_shift; in i_ldc_mem_bind_handle()
[all …]