Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-bison.patch72 $$ = last_sc = NULL;
76 if (last_sc == NULL)
77 $$ = last_sc = $2;
/openbmc/qemu/block/
H A Dqcow2-cluster.c1091 int first_sc, last_sc; in qcow2_alloc_cluster_link_l2() local
1097 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() local
1190 if (type != QCOW2_SUBCLUSTER_NORMAL || first_sc + cnt <= last_sc) { in calculate_l2_meta()
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_pr.c1286 ppc_inst_t last_sc; in kvmppc_handle_exit_pr() local
1292 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()