Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/vgic/
H A Dvgic-v3-nested.c249 struct vgic_v3_cpu_if *s_cpu_if) in vgic_v3_create_shadow_lr() argument
253 shadow_if = container_of(s_cpu_if, struct shadow_if, cpuif); in vgic_v3_create_shadow_lr()
264 s_cpu_if->vgic_lr[hweight16(shadow_if->lr_map)] = lr; in vgic_v3_create_shadow_lr()
268 s_cpu_if->used_lrs = hweight16(shadow_if->lr_map); in vgic_v3_create_shadow_lr()
324 struct vgic_v3_cpu_if *s_cpu_if) in vgic_v3_create_shadow_state() argument
329 s_cpu_if->vgic_hcr = __vcpu_sys_reg(vcpu, ICH_HCR_EL2); in vgic_v3_create_shadow_state()
330 s_cpu_if->vgic_vmcr = __vcpu_sys_reg(vcpu, ICH_VMCR_EL2); in vgic_v3_create_shadow_state()
331 s_cpu_if->vgic_sre = host_if->vgic_sre; in vgic_v3_create_shadow_state()
334 s_cpu_if->vgic_ap0r[i] = __vcpu_sys_reg(vcpu, ICH_AP0RN(i)); in vgic_v3_create_shadow_state()
335 s_cpu_if->vgic_ap1r[i] = __vcpu_sys_reg(vcpu, ICH_AP1RN(i)); in vgic_v3_create_shadow_state()
[all …]