Home
last modified time | relevance | path

Searched refs:vm1 (Results 1 – 20 of 20) sorted by relevance

/hafnium-2.8-rc0/test/vmapi/primary_only/
A Dmanifest.dts14 vm1 {
/hafnium-2.8-rc0/test/vmapi/primary_only_ffa/
A Dmanifest.dts12 vm1 {
/hafnium-2.8-rc0/test/vmapi/ffa_secure_partitions/
A Dmanifest.dts13 vm1 {
A Dmanifest_service_sp_first.dts12 vm1 {
A Dmanifest_service_sp_second.dts12 vm1 {
A Dmanifest_service_sp_second_el0.dts12 vm1 {
/hafnium-2.8-rc0/test/vmapi/ffa_secure_partition_only/
A Dmanifest.dts12 vm1 {
/hafnium-2.8-rc0/test/vmapi/arch/aarch64/trusty/
A Dmanifest.dts15 vm1 {
/hafnium-2.8-rc0/test/vmapi/arch/aarch64/
A Dmanifest.dts14 vm1 {
/hafnium-2.8-rc0/test/vmapi/primary_with_secondaries/
A Dmanifest_no_fdt.dts14 vm1 {
A Dmanifest.dts14 vm1 {
/hafnium-2.8-rc0/test/vmapi/arch/aarch64/gicv3/
A Dmanifest.dts14 vm1 {
/hafnium-2.8-rc0/test/linux/
A Dmanifest.dts14 vm1 {
/hafnium-2.8-rc0/docs/
A DManifest.md18 vm1 {
55 vm1 {
A DGettingStarted.md86 vm1 {
/hafnium-2.8-rc0/test/vmapi/el0_partitions/
A Dmanifest.dts14 vm1 {
/hafnium-2.8-rc0/inc/hf/
A Dvm.h252 struct vm_locked vm1; member
265 struct two_vm_locked vm_lock_both(struct vm *vm1, struct vm *vm2);
/hafnium-2.8-rc0/src/
A Dvm.c201 struct two_vm_locked vm_lock_both(struct vm *vm1, struct vm *vm2) in vm_lock_both() argument
205 sl_lock_both(&vm1->lock, &vm2->lock); in vm_lock_both()
206 dual_lock.vm1.vm = vm1; in vm_lock_both()
A Dvm_test.cc57 static bool BootOrderSmallerThan(struct_vm *vm1, struct_vm *vm2) in BootOrderSmallerThan() argument
59 return vm1->boot_order < vm2->boot_order; in BootOrderSmallerThan()
A Dapi.c2929 if (msg_receiver_busy(vm_to_from_lock.vm1)) { in api_ffa_mem_send()
2935 vm_to_from_lock.vm2, vm_to_from_lock.vm1, memory_region, in api_ffa_mem_send()
2944 vm_unlock(&vm_to_from_lock.vm1); in api_ffa_mem_send()
3111 ret = ffa_memory_tee_reclaim(vm_to_from_lock.vm1, in api_ffa_mem_reclaim()
3115 vm_unlock(&vm_to_from_lock.vm1); in api_ffa_mem_reclaim()
3243 vm_to_from_lock.vm2, vm_to_from_lock.vm1, fragment_copy, in api_ffa_mem_frag_tx()
3250 vm_unlock(&vm_to_from_lock.vm1); in api_ffa_mem_frag_tx()

Completed in 22 milliseconds