Home
last modified time | relevance | path

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

/arch/arm64/kvm/vgic/
A Dvgic-v3-nested.c34 unsigned long lr_map; member
41 return hweight16(shadow_if->lr_map & (BIT(idx) - 1)); in lr_map_idx_to_shadow_idx()
251 shadow_if->lr_map = 0; in vgic_v3_create_shadow_lr()
261 s_cpu_if->vgic_lr[hweight16(shadow_if->lr_map)] = lr; in vgic_v3_create_shadow_lr()
262 shadow_if->lr_map |= BIT(i); in vgic_v3_create_shadow_lr()
265 s_cpu_if->used_lrs = hweight16(shadow_if->lr_map); in vgic_v3_create_shadow_lr()
273 for_each_set_bit(i, &shadow_if->lr_map, kvm_vgic_global_state.nr_lr) { in vgic_v3_sync_nested()
372 for_each_set_bit(i, &shadow_if->lr_map, kvm_vgic_global_state.nr_lr) { in vgic_v3_put_nested()

Completed in 4 milliseconds