Home
last modified time | relevance | path

Searched refs:is_tee_vm (Results 1 – 2 of 2) sorted by relevance

/hypervisor/arch/x86/guest/
A Doptee.c20 int is_tee_vm(struct acrn_vm *vm) in is_tee_vm() function
176 if (is_tee_vm(vcpu->vm)) { in hcall_switch_ee()
190 if (is_ree_vm(entry->vm) && is_tee_vm(curr_vcpu->vm)) { in handle_x86_tee_int()
200 } else if (is_tee_vm(entry->vm) && is_ree_vm(curr_vcpu->vm)) { in handle_x86_tee_int()
/hypervisor/include/arch/x86/asm/guest/
A Doptee.h22 int is_tee_vm(struct acrn_vm *vm);

Completed in 6 milliseconds