Home
last modified time | relevance | path

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

/arch/arm64/kvm/vgic/
A Dvgic-v3-nested.c32 struct shadow_if { struct
37 static DEFINE_PER_CPU(struct shadow_if, shadow_if); argument
39 static int lr_map_idx_to_shadow_idx(struct shadow_if *shadow_if, int idx) in lr_map_idx_to_shadow_idx() argument
132 return this_cpu_ptr(&shadow_if); in get_shadow_if()
248 struct shadow_if *shadow_if; in vgic_v3_create_shadow_lr() local
250 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() local
327 struct shadow_if *shadow_if = get_shadow_if(); in vgic_v3_load_nested() local
[all …]

Completed in 4 milliseconds