Searched refs:messaging_method (Results 1 – 9 of 9) sorted by relevance
39 other_world_vm->messaging_method = in arch_other_world_vm_init()
221 uint8_t messaging_method; member333 bool vm_supports_messaging_method(struct vm *vm, uint8_t messaging_method);
151 uint8_t messaging_method; member
722 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()
204 vm_locked.vm->messaging_method = in load_common()205 manifest_vm->partition.messaging_method; in load_common()
1014 return (vm->messaging_method & msg_method) != 0; in vm_supports_messaging_method()
1364 ASSERT_EQ(vm->partition.messaging_method, FFA_PARTITION_INDIRECT_MSG); in TEST_F()
378 ffa_partition_properties_t result = target->messaging_method; in plat_ffa_partition_properties()
821 ffa_partition_properties_t result = target->messaging_method; in plat_ffa_partition_properties()
Completed in 18 milliseconds