Home
last modified time | relevance | path

Searched refs:from_sp (Results 1 – 10 of 10) sorted by relevance

/hafnium-2.8-rc0/src/
A Dvm.c442 : &vm_locked.vm->notifications.from_sp; in vm_get_notifications()
460 if (vm->notifications.from_sp.per_vcpu == NULL) { in vm_notifications_init_per_vcpu_notifications()
464 vm->notifications.from_sp.per_vcpu = in vm_notifications_init_per_vcpu_notifications()
467 CHECK(vm->notifications.from_sp.per_vcpu != NULL); in vm_notifications_init_per_vcpu_notifications()
477 memset_s(vm->notifications.from_sp.per_vcpu, in vm_notifications_init_per_vcpu_notifications()
478 sizeof(*(vm->notifications.from_sp.per_vcpu)) * vcpu_count, 0, in vm_notifications_init_per_vcpu_notifications()
479 sizeof(*(vm->notifications.from_sp.per_vcpu)) * vcpu_count); in vm_notifications_init_per_vcpu_notifications()
504 vm_notifications_init_bindings(&vm->notifications.from_sp); in vm_notifications_init()
A Dvm_test.cc374 &current_vm->notifications.from_sp; in TEST_F()
438 &current_vm->notifications.from_sp; in TEST_F()
505 notifications = &current_vm->notifications.from_sp; in TEST_F()
569 &current_vm->notifications.from_sp; in TEST_F()
665 notifications = &current_vm->notifications.from_sp; in TEST_F()
A Dapi.c3513 ffa_notifications_bitmap_t from_sp, ffa_notifications_bitmap_t from_vm, in api_ffa_notification_get_success_return() argument
3519 .arg2 = (uint32_t)from_sp, in api_ffa_notification_get_success_return()
3520 .arg3 = (uint32_t)(from_sp >> 32), in api_ffa_notification_get_success_return()
/hafnium-2.8-rc0/test/vmapi/ffa_secure_partitions/services/inc/
A Dpartition_services.h143 ffa_notifications_bitmap_t from_sp, ffa_notifications_bitmap_t from_vm) in sp_notif_get_success() argument
146 (uint32_t)from_sp, /*lo*/ in sp_notif_get_success()
147 (uint32_t)(from_sp >> 32), /*hi*/ in sp_notif_get_success()
/hafnium-2.8-rc0/src/arch/fake/hypervisor/
A Dffa.c243 ffa_notifications_bitmap_t *from_sp, // NOLINT in plat_ffa_notifications_get_from_sp() argument
248 (void)from_sp; in plat_ffa_notifications_get_from_sp()
/hafnium-2.8-rc0/src/arch/aarch64/plat/ffa/
A Dabsent.c247 const ffa_notifications_bitmap_t *from_sp, struct ffa_value *ret) in plat_ffa_notifications_get_from_sp() argument
251 (void)from_sp; in plat_ffa_notifications_get_from_sp()
A Dhypervisor.c617 ffa_notifications_bitmap_t *from_sp, in plat_ffa_notifications_get_from_sp() argument
622 assert(from_sp != NULL && ret != NULL); in plat_ffa_notifications_get_from_sp()
634 *from_sp = ffa_notification_get_from_sp(*ret); in plat_ffa_notifications_get_from_sp()
A Dspmc.c970 ffa_notifications_bitmap_t *from_sp, in plat_ffa_notifications_get_from_sp() argument
975 *from_sp = vm_notifications_partition_get_pending(receiver_locked, in plat_ffa_notifications_get_from_sp()
/hafnium-2.8-rc0/inc/hf/arch/plat/
A Dffa.h118 ffa_notifications_bitmap_t *from_sp,
/hafnium-2.8-rc0/inc/hf/
A Dvm.h192 struct notifications from_sp; member

Completed in 28 milliseconds