Home
last modified time | relevance | path

Searched refs:from_vm (Results 1 – 5 of 5) sorted by relevance

/hafnium-2.8-rc0/src/
A Dvm.c441 return is_from_vm ? &vm_locked.vm->notifications.from_vm in vm_get_notifications()
461 assert(vm->notifications.from_vm.per_vcpu == NULL); in vm_notifications_init_per_vcpu_notifications()
469 vm->notifications.from_vm.per_vcpu = in vm_notifications_init_per_vcpu_notifications()
472 CHECK(vm->notifications.from_vm.per_vcpu != NULL); in vm_notifications_init_per_vcpu_notifications()
474 assert(vm->notifications.from_vm.per_vcpu != NULL); in vm_notifications_init_per_vcpu_notifications()
480 memset_s(vm->notifications.from_vm.per_vcpu, in vm_notifications_init_per_vcpu_notifications()
481 sizeof(*(vm->notifications.from_vm.per_vcpu)) * vcpu_count, 0, in vm_notifications_init_per_vcpu_notifications()
482 sizeof(*(vm->notifications.from_vm.per_vcpu)) * vcpu_count); in vm_notifications_init_per_vcpu_notifications()
505 vm_notifications_init_bindings(&vm->notifications.from_vm); in vm_notifications_init()
511 bool vm_are_notifications_pending(struct vm_locked vm_locked, bool from_vm, in vm_are_notifications_pending() argument
[all …]
A Dvm_test.cc297 notifications = &current_vm->notifications.from_vm; 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
3521 .arg4 = (uint32_t)from_vm, in api_ffa_notification_get_success_return()
3522 .arg5 = (uint32_t)(from_vm >> 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
148 (uint32_t)from_vm, /*lo*/ in sp_notif_get_success()
149 (uint32_t)(from_vm >> 32)); /*hi*/ in sp_notif_get_success()
/hafnium-2.8-rc0/inc/hf/
A Dvm.h191 struct notifications from_vm; member
291 bool vm_are_notifications_pending(struct vm_locked vm_locked, bool from_vm,

Completed in 12 milliseconds