Searched refs:from_sp (Results 1 – 10 of 10) sorted by relevance
/hafnium-2.8-rc0/src/ |
A D | vm.c | 442 : &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 D | vm_test.cc | 374 ¤t_vm->notifications.from_sp; in TEST_F() 438 ¤t_vm->notifications.from_sp; in TEST_F() 505 notifications = ¤t_vm->notifications.from_sp; in TEST_F() 569 ¤t_vm->notifications.from_sp; in TEST_F() 665 notifications = ¤t_vm->notifications.from_sp; in TEST_F()
|
A D | api.c | 3513 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 D | partition_services.h | 143 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 D | ffa.c | 243 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 D | absent.c | 247 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 D | hypervisor.c | 617 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 D | spmc.c | 970 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 D | ffa.h | 118 ffa_notifications_bitmap_t *from_sp,
|
/hafnium-2.8-rc0/inc/hf/ |
A D | vm.h | 192 struct notifications from_sp; member
|
Completed in 28 milliseconds