Home
last modified time | relevance | path

Searched refs:messaging_method (Results 1 – 9 of 9) sorted by relevance

/hafnium-2.8-rc0/src/arch/aarch64/hypervisor/
A Dother_world.c39 other_world_vm->messaging_method = in arch_other_world_vm_init()
/hafnium-2.8-rc0/inc/hf/
A Dvm.h221 uint8_t messaging_method; member
333 bool vm_supports_messaging_method(struct vm *vm, uint8_t messaging_method);
A Dmanifest.h151 uint8_t messaging_method; member
/hafnium-2.8-rc0/src/
A Dmanifest.c722 if ((vm->partition.messaging_method & in sanity_check_ffa_manifest()
726 vm->partition.messaging_method); in sanity_check_ffa_manifest()
873 (uint8_t *)&vm->partition.messaging_method)); in parse_ffa_manifest()
874 dlog_verbose(" Messaging method %u\n", vm->partition.messaging_method); in parse_ffa_manifest()
A Dload.c204 vm_locked.vm->messaging_method = in load_common()
205 manifest_vm->partition.messaging_method; in load_common()
A Dvm.c1014 return (vm->messaging_method & msg_method) != 0; in vm_supports_messaging_method()
A Dmanifest_test.cc1364 ASSERT_EQ(vm->partition.messaging_method, FFA_PARTITION_INDIRECT_MSG); in TEST_F()
/hafnium-2.8-rc0/src/arch/aarch64/plat/ffa/
A Dhypervisor.c378 ffa_partition_properties_t result = target->messaging_method; in plat_ffa_partition_properties()
A Dspmc.c821 ffa_partition_properties_t result = target->messaging_method; in plat_ffa_partition_properties()

Completed in 18 milliseconds