Searched refs:guest_cpu_context (Results 1 – 4 of 4) sorted by relevance
404 (void)memcpy_s((void *)&vcpu->vm->sworld_snapshot, sizeof(struct guest_cpu_context), in save_sworld_context()405 (void *)&vcpu->arch.contexts[SECURE_WORLD], sizeof(struct guest_cpu_context)); in save_sworld_context()418 (void)memcpy_s((void *)&vcpu->arch.contexts[SECURE_WORLD], sizeof(struct guest_cpu_context), in restore_sworld_context()419 (void *)&vcpu->vm->sworld_snapshot, sizeof(struct guest_cpu_context)); in restore_sworld_context()
26 struct guest_cpu_context *ctx = &vcpu->arch.contexts[vcpu->arch.cur_context]; in init_guest_vmx()77 struct guest_cpu_context *ctx = &vcpu->arch.contexts[vcpu->arch.cur_context]; in init_guest_state()
202 struct guest_cpu_context { struct252 struct guest_cpu_context contexts[NR_WORLD];
176 struct guest_cpu_context sworld_snapshot;
Completed in 8 milliseconds