Home
last modified time | relevance | path

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

/hypervisor/include/arch/x86/asm/guest/
A Dvcpu.h204 struct ext_context ext_ctx;
606 void save_xsave_area(struct acrn_vcpu *vcpu, struct ext_context *ectx);
607 void rstore_xsave_area(const struct acrn_vcpu *vcpu, const struct ext_context *ectx);
/hypervisor/arch/x86/guest/
A Dvcpu.c308 struct ext_context *ectx = &(vcpu->arch.contexts[vcpu->arch.cur_context].ext_ctx); in init_xsave()
327 struct ext_context *ectx; in set_vcpu_regs()
473 struct ext_context *ectx = &(vcpu->arch.contexts[vcpu->arch.cur_context].ext_ctx); in reset_vcpu_regs()
496 struct ext_context *ectx; in set_vcpu_startup_entry()
889 void save_xsave_area(__unused struct acrn_vcpu *vcpu, struct ext_context *ectx) in save_xsave_area()
898 void rstore_xsave_area(const struct acrn_vcpu *vcpu, const struct ext_context *ectx) in rstore_xsave_area()
927 struct ext_context *ectx = &(vcpu->arch.contexts[vcpu->arch.cur_context].ext_ctx); in context_switch_out()
943 struct ext_context *ectx = &(vcpu->arch.contexts[vcpu->arch.cur_context].ext_ctx); in context_switch_in()
A Dtrusty.c103 static void save_world_ctx(struct acrn_vcpu *vcpu, struct ext_context *ext_ctx) in save_world_ctx()
163 static void load_world_ctx(struct acrn_vcpu *vcpu, const struct ext_context *ext_ctx) in load_world_ctx()
A Dvmcs.c27 struct ext_context *ectx = &ctx->ext_ctx; in init_guest_vmx()
/hypervisor/include/arch/x86/asm/
A Dcpu.h386 struct ext_context { struct
423 struct ext_context ext_ctx; argument

Completed in 12 milliseconds