Lines Matching refs:flag
33 if ((vcpu->vm->sworld_control.flag.supported != 0UL) && (next_world_id < NR_WORLD) in hcall_world_switch()
34 && (vcpu->vm->sworld_control.flag.active != 0UL)) { in hcall_world_switch()
59 if ((vcpu->vm->sworld_control.flag.supported != 0UL) in hcall_initialize_trusty()
60 && (vcpu->vm->sworld_control.flag.active == 0UL) in hcall_initialize_trusty()
66 vcpu->vm->sworld_control.flag.active = 1UL; in hcall_initialize_trusty()
90 if (is_vcpu_bsp(vcpu) && (vm->sworld_control.flag.supported != 0UL)) { in hcall_save_restore_sworld_ctx()
91 if (vm->sworld_control.flag.active != 0UL) { in hcall_save_restore_sworld_ctx()
93 vm->sworld_control.flag.ctx_saved = 1UL; in hcall_save_restore_sworld_ctx()
96 if (vm->sworld_control.flag.ctx_saved != 0UL) { in hcall_save_restore_sworld_ctx()
98 vm->sworld_control.flag.ctx_saved = 0UL; in hcall_save_restore_sworld_ctx()
99 vm->sworld_control.flag.active = 1UL; in hcall_save_restore_sworld_ctx()