Searched refs:last_sc (Results 1 – 3 of 3) sorted by relevance
72 $$ = last_sc = NULL;76 if (last_sc == NULL)77 $$ = last_sc = $2;
1091 int first_sc, last_sc; in qcow2_alloc_cluster_link_l2() local1097 last_sc = offset_to_sc_index(s, written_to - 1); in qcow2_alloc_cluster_link_l2()1098 l2_bitmap |= QCOW_OFLAG_SUB_ALLOC_RANGE(first_sc, last_sc + 1); in qcow2_alloc_cluster_link_l2()1099 l2_bitmap &= ~QCOW_OFLAG_SUB_ZERO_RANGE(first_sc, last_sc + 1); in qcow2_alloc_cluster_link_l2()1186 int last_sc = offset_to_sc_index(s, write_to - 1); in calculate_l2_meta() local1190 if (type != QCOW2_SUBCLUSTER_NORMAL || first_sc + cnt <= last_sc) { in calculate_l2_meta()
1286 ppc_inst_t last_sc; in kvmppc_handle_exit_pr() local1292 emul = kvmppc_get_last_inst(vcpu, INST_SC, &last_sc); in kvmppc_handle_exit_pr()1301 (ppc_inst_val(last_sc) == 0x44000022) && in kvmppc_handle_exit_pr()