Searched refs:last (Results 1 – 4 of 4) sorted by relevance
94 struct list_head *last = list->prev; in list_splice_node() local100 last->next = at; in list_splice_node()101 at->prev = last; in list_splice_node()
291 union ioapic_rte last, new, changed; in vioapic_indirect_write() local321 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()
681 uint32_t last = vlapic_get_lvt(vlapic, offset); in vlapic_write_lvt() local685 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()
1186 * mbedtls_ssl_conf_ca_chain() lost its last argument (peer_cn), now set1224 * Signature of mpi_mul_mpi() changed to make the last argument unsigned2627 * Fixed bug resulting in failure to send the last
Completed in 13 milliseconds