Searched refs:ext_context (Results 1 – 5 of 5) sorted by relevance
204 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);
308 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()
103 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()
27 struct ext_context *ectx = &ctx->ext_ctx; in init_guest_vmx()
386 struct ext_context { struct423 struct ext_context ext_ctx; argument
Completed in 14 milliseconds