Home
last modified time | relevance | path

Searched refs:hash64 (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dmeson.build54 'mmu-hash64.c',
/openbmc/qemu/hw/i386/
H A Dintel_iommu.c230 uint64_t hash64 = key->gfn | ((uint64_t)(key->sid) << VTD_IOTLB_SID_SHIFT) | in vtd_iotlb_hash() local
234 return (guint)((hash64 >> 32) ^ (hash64 & 0xffffffffU)); in vtd_iotlb_hash()