Home
last modified time | relevance | path

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

/linux-6.12.1/include/kvm/
Darm_vgic.h218 struct xarray translation_cache; member
/linux-6.12.1/arch/arm64/kvm/vgic/
Dvgic-its.c549 irq = xa_load(&its->translation_cache, cache_key); in vgic_its_check_cache()
581 old = xa_store(&its->translation_cache, cache_key, irq, GFP_KERNEL_ACCOUNT); in vgic_its_cache_translation()
592 xa_for_each(&its->translation_cache, idx, irq) { in vgic_its_invalidate_cache()
593 xa_erase(&its->translation_cache, idx); in vgic_its_invalidate_cache()
1862 xa_init(&its->translation_cache); in vgic_its_create()
1894 xa_destroy(&its->translation_cache); in vgic_its_destroy()