Home
last modified time | relevance | path

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

/linux/include/kvm/
H A Darm_vgic.h217 struct xarray translation_cache; member
/linux/arch/arm64/kvm/vgic/
H A Dvgic-its.c584 irq = xa_load(&its->translation_cache, cache_key); in vgic_its_check_cache()
611 old = xa_store(&its->translation_cache, cache_key, irq, GFP_KERNEL_ACCOUNT); in vgic_its_cache_translation()
637 xa_for_each(&its->translation_cache, idx, irq) { in vgic_its_invalidate_cache()
638 xa_erase(&its->translation_cache, idx); in vgic_its_invalidate_cache()
1912 xa_init(&its->translation_cache); in vgic_its_create()
1944 xa_destroy(&its->translation_cache); in vgic_its_destroy()