Home
last modified time | relevance | path

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

/hypervisor/arch/x86/guest/
A Dtrusty.c404 (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()
A Dvmcs.c26 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()
/hypervisor/include/arch/x86/asm/guest/
A Dvcpu.h202 struct guest_cpu_context { struct
252 struct guest_cpu_context contexts[NR_WORLD];
A Dvm.h176 struct guest_cpu_context sworld_snapshot;

Completed in 8 milliseconds