Home
last modified time | relevance | path

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

/openbmc/qemu/hw/xen/
H A Dxen-mapcache.c718 hwaddr old_phys_addr, in xen_replace_cache_entry_unlocked() argument
726 address_index = old_phys_addr >> mc->bucket_shift; in xen_replace_cache_entry_unlocked()
727 address_offset = old_phys_addr & (mc->bucket_size - 1); in xen_replace_cache_entry_unlocked()
731 test_bit_size = size + (old_phys_addr & (XC_PAGE_SIZE - 1)); in xen_replace_cache_entry_unlocked()
746 trace_xen_replace_cache_entry_unlocked(old_phys_addr); in xen_replace_cache_entry_unlocked()
755 trace_xen_replace_cache_entry_dummy(old_phys_addr, new_phys_addr); in xen_replace_cache_entry_unlocked()
759 false, false, old_phys_addr); in xen_replace_cache_entry_unlocked()
764 old_phys_addr in xen_replace_cache_entry_unlocked()
772 uint8_t *xen_replace_cache_entry(hwaddr old_phys_addr, in xen_replace_cache_entry() argument
779 p = xen_replace_cache_entry_unlocked(mapcache, old_phys_addr, in xen_replace_cache_entry()
H A Dtrace-events76 xen_replace_cache_entry_dummy(uint64_t old_phys_addr, uint64_t new_phys_addr) "Replacing a dummy ma…
80 xen_replace_cache_entry_unlocked_could_not_update_entry(uint64_t old_phys_addr) "Unable to update a…
84 xen_replace_cache_entry_unlocked(uint64_t old_phys_addr) "Trying to update an entry for 0x%"PRIx64"…
/openbmc/qemu/include/system/
H A Dxen-mapcache.h26 uint8_t *xen_replace_cache_entry(hwaddr old_phys_addr,