Home
last modified time | relevance | path

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

/hypervisor/arch/x86/guest/
A Dtrusty.c295 vcpu->arch.contexts[SECURE_WORLD].run_ctx.cpu_regs.regs.rdi in setup_trusty_info()
328 vcpu->arch.contexts[SECURE_WORLD].run_ctx.rip = entry_gpa; in init_secure_world_env()
329 vcpu->arch.contexts[SECURE_WORLD].run_ctx.cpu_regs.regs.rsp = in init_secure_world_env()
332 vcpu->arch.contexts[SECURE_WORLD].ext_ctx.tsc_offset = 0UL; in init_secure_world_env()
337 vcpu->arch.contexts[SECURE_WORLD].world_msrs[i] = vcpu->arch.guest_msrs[i]; in init_secure_world_env()
392 vcpu->arch.cur_context = SECURE_WORLD; in initialize_trusty()
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()
A Dept.c417 if ((vcpu != NULL) && (vcpu->arch.cur_context == SECURE_WORLD)) { in get_eptp()
/hypervisor/include/arch/x86/asm/guest/
A Dvcpu.h175 #define SECURE_WORLD 1 macro

Completed in 9 milliseconds