Home
last modified time | relevance | path

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

/hypervisor/include/lib/
A Dlist.h94 struct list_head *last = list->prev; in list_splice_node() local
100 last->next = at; in list_splice_node()
101 at->prev = last; in list_splice_node()
/hypervisor/dm/
A Dvioapic.c291 union ioapic_rte last, new, changed; in vioapic_indirect_write() local
321 last = vioapic->rtbl[pin]; in vioapic_indirect_write()
322 new = last; in vioapic_indirect_write()
340 changed.full = last.full ^ new.full; in vioapic_indirect_write()
344 if (last.bits.intr_mask == IOAPIC_RTE_MASK_SET) { in vioapic_indirect_write()
368 …if ((new.bits.intr_mask == IOAPIC_RTE_MASK_CLR) || (last.bits.intr_mask == IOAPIC_RTE_MASK_CLR)) { in vioapic_indirect_write()
/hypervisor/arch/x86/guest/
A Dvlapic.c681 uint32_t last = vlapic_get_lvt(vlapic, offset); in vlapic_write_lvt() local
685 if (((last & APIC_LVT_M) != 0U) && ((val & APIC_LVT_M) == 0U)) { in vlapic_write_lvt()
696 } else if (((last & APIC_LVT_M) == 0U) && ((val & APIC_LVT_M) != 0U)) { in vlapic_write_lvt()
/hypervisor/lib/crypto/mbedtls/
A DChangeLog1186 * mbedtls_ssl_conf_ca_chain() lost its last argument (peer_cn), now set
1224 * Signature of mpi_mul_mpi() changed to make the last argument unsigned
2627 * Fixed bug resulting in failure to send the last

Completed in 13 milliseconds