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); argument125 static struct shadow_if *get_shadow_if(void) in get_shadow_if()127 return this_cpu_ptr(&shadow_if); in get_shadow_if()260 container_of(s_cpu_if, struct shadow_if, cpuif)->lr_map = lr_map; in vgic_v3_create_shadow_lr()266 struct shadow_if *shadow_if = get_shadow_if(); in vgic_v3_sync_nested() local325 struct shadow_if *shadow_if = get_shadow_if(); in vgic_v3_load_nested() local326 struct vgic_v3_cpu_if *cpu_if = &shadow_if->cpuif; in vgic_v3_load_nested()346 struct shadow_if *shadow_if = get_shadow_if(); in vgic_v3_put_nested() local347 struct vgic_v3_cpu_if *s_cpu_if = &shadow_if->cpuif; in vgic_v3_put_nested()[all …]