Searched refs:next_world (Results 1 – 2 of 2) sorted by relevance
225 void switch_world(struct acrn_vcpu *vcpu, int32_t next_world) in switch_world() argument230 save_world_ctx(vcpu, &arch->contexts[!next_world].ext_ctx); in switch_world()233 load_world_ctx(vcpu, &arch->contexts[next_world].ext_ctx); in switch_world()236 copy_smc_param(&arch->contexts[!next_world].run_ctx, in switch_world()237 &arch->contexts[next_world].run_ctx); in switch_world()239 if (next_world == NORMAL_WORLD) { in switch_world()255 arch->cur_context = next_world; in switch_world()
124 void switch_world(struct acrn_vcpu *vcpu, int32_t next_world);
Completed in 5 milliseconds