Lines Matching refs:used_lrs
201 u64 used_lrs = cpu_if->used_lrs; in __vgic_v3_save_state() local
208 if (used_lrs || !has_vhe()) { in __vgic_v3_save_state()
215 if (used_lrs || cpu_if->its_vpe.its_vm) { in __vgic_v3_save_state()
223 for (i = 0; i < used_lrs; i++) { in __vgic_v3_save_state()
236 u64 used_lrs = cpu_if->used_lrs; in __vgic_v3_restore_state() local
239 if (used_lrs || cpu_if->its_vpe.its_vm) { in __vgic_v3_restore_state()
242 for (i = 0; i < used_lrs; i++) in __vgic_v3_restore_state()
252 if (used_lrs || !has_vhe()) { in __vgic_v3_restore_state()
487 unsigned int used_lrs = vcpu->arch.vgic_cpu.vgic_v3.used_lrs; in __vgic_v3_highest_priority_lr() local
491 for (i = 0; i < used_lrs; i++) { in __vgic_v3_highest_priority_lr()
526 unsigned int used_lrs = vcpu->arch.vgic_cpu.vgic_v3.used_lrs; in __vgic_v3_find_active_lr() local
529 for (i = 0; i < used_lrs; i++) { in __vgic_v3_find_active_lr()