Searched refs:vm1 (Results 1 – 20 of 20) sorted by relevance
/hafnium-2.8-rc0/test/vmapi/primary_only/ |
A D | manifest.dts | 14 vm1 {
|
/hafnium-2.8-rc0/test/vmapi/primary_only_ffa/ |
A D | manifest.dts | 12 vm1 {
|
/hafnium-2.8-rc0/test/vmapi/ffa_secure_partitions/ |
A D | manifest.dts | 13 vm1 {
|
A D | manifest_service_sp_first.dts | 12 vm1 {
|
A D | manifest_service_sp_second.dts | 12 vm1 {
|
A D | manifest_service_sp_second_el0.dts | 12 vm1 {
|
/hafnium-2.8-rc0/test/vmapi/ffa_secure_partition_only/ |
A D | manifest.dts | 12 vm1 {
|
/hafnium-2.8-rc0/test/vmapi/arch/aarch64/trusty/ |
A D | manifest.dts | 15 vm1 {
|
/hafnium-2.8-rc0/test/vmapi/arch/aarch64/ |
A D | manifest.dts | 14 vm1 {
|
/hafnium-2.8-rc0/test/vmapi/primary_with_secondaries/ |
A D | manifest_no_fdt.dts | 14 vm1 {
|
A D | manifest.dts | 14 vm1 {
|
/hafnium-2.8-rc0/test/vmapi/arch/aarch64/gicv3/ |
A D | manifest.dts | 14 vm1 {
|
/hafnium-2.8-rc0/test/linux/ |
A D | manifest.dts | 14 vm1 {
|
/hafnium-2.8-rc0/docs/ |
A D | Manifest.md | 18 vm1 { 55 vm1 {
|
A D | GettingStarted.md | 86 vm1 {
|
/hafnium-2.8-rc0/test/vmapi/el0_partitions/ |
A D | manifest.dts | 14 vm1 {
|
/hafnium-2.8-rc0/inc/hf/ |
A D | vm.h | 252 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 D | vm.c | 201 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 D | vm_test.cc | 57 static bool BootOrderSmallerThan(struct_vm *vm1, struct_vm *vm2) in BootOrderSmallerThan() argument 59 return vm1->boot_order < vm2->boot_order; in BootOrderSmallerThan()
|
A D | api.c | 2929 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