Home
last modified time | relevance | path

Searched refs:old (Results 1 – 6 of 6) sorted by relevance

/hypervisor/dm/vpci/
A Dvmsi.c107 uint32_t msgctrl, old, ro_mask = ~0U; in write_vmsi_cap_reg() local
113 old = pci_vdev_read_vcfg(vdev, offset, bytes); in write_vmsi_cap_reg()
114 pci_vdev_write_vcfg(vdev, offset, bytes, (old & ro_mask) | (val & ~ro_mask)); in write_vmsi_cap_reg()
A Dvmsix.c79 uint32_t old, ro_mask = ~0U; in write_vmsix_cap_reg() local
83 old = pci_vdev_read_vcfg(vdev, offset, bytes); in write_vmsix_cap_reg()
84 pci_vdev_write_vcfg(vdev, offset, bytes, (old & ro_mask) | (val & ~ro_mask)); in write_vmsix_cap_reg()
/hypervisor/include/arch/x86/asm/lib/
A Datomic.h88 static inline type name(volatile type *ptr, type old, type new) \
93 : "r" (new), "0" (old) \
/hypervisor/dm/
A Dvpic.c395 uint8_t old = i8259->mask; in vpic_ocw1() local
410 if (((i8259->mask & bit) == 0U) && ((old & bit) != 0U)) { in vpic_ocw1()
/hypervisor/arch/x86/guest/
A Dvlapic.c1298 uint32_t old, new, changed; in vlapic_write_svr() local
1303 old = vlapic->svr_last; in vlapic_write_svr()
1306 changed = old ^ new; in vlapic_write_svr()
/hypervisor/lib/crypto/mbedtls/
A DChangeLog295 prior versions of Mbed TLS. To restore the old behavior, enable
1616 * AES-NI now compiles with "old" assemblers too
1896 (Ability to keep old as well with POLARSSL_ERROR_STRERROR_BC)
2113 old PBKDF2 module
2457 * Undid faulty bug fix in ssl_write() when flushing old data (Ticket
2513 * Fixed bug in ssl_write() when flushing old data (Fixed ticket

Completed in 17 milliseconds