Searched refs:shadow_if (Results 1 – 1 of 1) sorted by relevance
32 struct shadow_if { struct37 static DEFINE_PER_CPU(struct shadow_if, shadow_if); argument39 static int lr_map_idx_to_shadow_idx(struct shadow_if *shadow_if, int idx) in lr_map_idx_to_shadow_idx() argument132 return this_cpu_ptr(&shadow_if); in get_shadow_if()248 struct shadow_if *shadow_if; in vgic_v3_create_shadow_lr() local250 shadow_if = container_of(s_cpu_if, struct shadow_if, cpuif); in vgic_v3_create_shadow_lr()251 shadow_if->lr_map = 0; in vgic_v3_create_shadow_lr()262 shadow_if->lr_map |= BIT(i); in vgic_v3_create_shadow_lr()270 struct shadow_if *shadow_if = get_shadow_if(); in vgic_v3_sync_nested() local327 struct shadow_if *shadow_if = get_shadow_if(); in vgic_v3_load_nested() local[all …]
Completed in 4 milliseconds