Lines Matching refs:tmp_mte
352 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()
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()
574 D1(ldcp->id, "ldc_mem_bind_handle mte=0x%llx\n", tmp_mte.ll); in i_ldc_mem_bind_handle()
577 mtbl->table[index].entry = tmp_mte; in i_ldc_mem_bind_handle()
580 " into loc 0x%llx\n", ldcp->id, tmp_mte.ll, index); in i_ldc_mem_bind_handle()