Home
last modified time | relevance | path

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

/openbmc/qemu/hw/xen/
H A Dxen-mapcache.c190 hwaddr address_index, in xen_remap_bucket() argument
203 trace_xen_remap_bucket(address_index); in xen_remap_bucket()
304 entry->paddr_index = address_index; in xen_remap_bucket()
331 hwaddr address_index; in xen_map_cache_unlocked() local
339 address_index = phys_addr >> mc->bucket_shift; in xen_map_cache_unlocked()
356 mc->last_entry->paddr_index == address_index && in xen_map_cache_unlocked()
377 entry = &mc->entry[address_index % mc->nr_buckets]; in xen_map_cache_unlocked()
712 hwaddr address_index, address_offset; in xen_replace_cache_entry_unlocked() local
715 address_index = old_phys_addr >> mc->bucket_shift; in xen_replace_cache_entry_unlocked()
729 entry = &mc->entry[address_index % mc->nr_buckets]; in xen_replace_cache_entry_unlocked()
[all …]