Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/kvm/vgic/
Dvgic-its.c536 unsigned long cache_key = vgic_its_cache_key(devid, eventid); in vgic_its_check_cache() local
549 irq = xa_load(&its->translation_cache, cache_key); in vgic_its_check_cache()
562 unsigned long cache_key = vgic_its_cache_key(devid, eventid); in vgic_its_cache_translation() local
581 old = xa_store(&its->translation_cache, cache_key, irq, GFP_KERNEL_ACCOUNT); in vgic_its_cache_translation()