Home
last modified time | relevance | path

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

/hypervisor/dm/
A Dvioapic.c291 union ioapic_rte last, new, changed; in vioapic_indirect_write() local
340 changed.full = last.full ^ new.full; in vioapic_indirect_write()
342 if ((pin == 0U) && (changed.bits.intr_mask != 0UL)) { in vioapic_indirect_write()
/hypervisor/arch/x86/guest/
A Dvlapic.c1298 uint32_t old, new, changed; in vlapic_write_svr() local
1306 changed = old ^ new; in vlapic_write_svr()
1307 if ((changed & APIC_SVR_ENABLE) != 0U) { in vlapic_write_svr()
1677 uint64_t changed; in vlapic_set_apicbase() local
1681 changed = vlapic->msr_apicbase ^ new; in vlapic_set_apicbase()
1682 change_in_vlapic_mode = ((changed & APICBASE_LAPIC_MODE) != 0U); in vlapic_set_apicbase()
/hypervisor/lib/crypto/mbedtls/
A DChangeLog1089 * Primary open source license changed to Apache 2.0 license.
1156 Some names have been further changed to make them more consistent.
1178 changed from ssl_context to ssl_config.
1188 * mbedtls_ssl_conf_session_cache() changed prototype (only one context
1201 * The following functions changed prototype to avoid an in-out length
1208 changed type to "mbedtls_net_context *".
1226 layer and the memory_buffer_alloc module changed accordingly.
1234 Their 'port' argument type is changed to a string.
1269 * x509_crt.key_usage changed from uint8_t to uint32_t.
2428 changed!
[all …]

Completed in 15 milliseconds