Home
last modified time | relevance | path

Searched refs:mem64 (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/lib/
H A Dxxhash.c388 memcpy(((uint8_t *)state->mem64) + state->memsize, input, len); in xxh64_update()
394 uint64_t *p64 = state->mem64; in xxh64_update()
436 memcpy(state->mem64, p, (size_t)(b_end-p)); in xxh64_update()
446 const uint8_t *p = (const uint8_t *)state->mem64; in xxh64_digest()
447 const uint8_t *const b_end = (const uint8_t *)state->mem64 + in xxh64_digest()
/openbmc/linux/include/linux/
H A Dxxhash.h166 uint64_t mem64[4]; member
/openbmc/qemu/hw/vfio/
H A Dpci.h56 bool mem64; member
H A Dpci.c1494 target_bar > 0 && vdev->bars[target_bar - 1].mem64) { in vfio_pci_relocate_msix()
1502 !vdev->bars[target_bar].mem64) { in vfio_pci_relocate_msix()
1516 vdev->bars[target_bar].mem64 = true; in vfio_pci_relocate_msix()
1748 bar->mem64 = bar->ioport ? 0 : (pci_bar & PCI_BASE_ADDRESS_MEM_TYPE_64); in vfio_bar_prepare()
H A Dpci-quirks.c497 !vdev->vga || nr != 2 || !vdev->bars[2].mem64) { in vfio_probe_ati_bar2_quirk()