Searched defs:vcpu_id (Results 1 – 14 of 14) sorted by relevance
/hafnium-2.8-rc0/test/vmapi/ffa_secure_partitions/ |
A D | notifications.c | 24 ffa_vcpu_index_t vcpu_id; member 34 ffa_vcpu_index_t vcpu_id = (flags >> 16U) & 0xFFFFU; in notif_signal_vm_to_sp() local 67 ffa_vcpu_index_t vcpu_id = (ffa_vcpu_index_t)(flags >> 16U) & 0xFFFFU; in notif_signal_sp_to_vm() local
|
A D | power_mgt.c | 27 ffa_vcpu_index_t vcpu_id; member 63 ffa_vcpu_index_t vcpu_id = args->vcpu_count == 1 ? 0 : args->vcpu_id; in cpu_entry_echo_second_sp() local
|
/hafnium-2.8-rc0/src/arch/fake/inc/hf/arch/ |
A D | types.h | 42 cpu_id_t vcpu_id; member
|
/hafnium-2.8-rc0/test/vmapi/ffa_secure_partitions/services/ |
A D | notifications.c | 26 struct ffa_value sp_notif_get_cmd(ffa_vm_id_t test_source, uint16_t vcpu_id, in sp_notif_get_cmd()
|
/hafnium-2.8-rc0/src/arch/aarch64/hypervisor/ |
A D | psci_handler.c | 214 ffa_vcpu_index_t vcpu_id_to_index(cpu_id_t vcpu_id) in vcpu_id_to_index()
|
A D | cpu.c | 83 cpu_id_t vcpu_id = is_primary ? vcpu->cpu->id : vcpu_index(vcpu); in arch_regs_reset() local
|
/hafnium-2.8-rc0/src/ |
A D | vm.c | 547 ffa_vcpu_index_t vcpu_id) in vm_are_per_vcpu_notifications_pending() 754 ffa_notifications_bitmap_t notifications, ffa_vcpu_index_t vcpu_id, in vm_notifications_partition_set_pending() 818 struct vm_locked vm_locked, bool is_from_vm, ffa_vcpu_index_t vcpu_id) in vm_notifications_partition_get_pending() 865 ffa_vcpu_index_t vcpu_id, uint16_t *ids, uint32_t *ids_count, in vm_notifications_state_info_get()
|
A D | api.c | 3437 ffa_vcpu_index_t vcpu_id = (uint16_t)(flags >> 16); in api_ffa_notification_set() local 3529 ffa_vcpu_index_t vcpu_id, in api_ffa_notification_get()
|
/hafnium-2.8-rc0/src/arch/fake/hypervisor/ |
A D | ffa.c | 242 struct vm_locked receiver_locked, ffa_vcpu_index_t vcpu_id, in plat_ffa_notifications_get_from_sp() 257 uint32_t flags, ffa_vcpu_index_t vcpu_id, struct ffa_value *ret) in plat_ffa_notifications_get_framework_notifications()
|
/hafnium-2.8-rc0/src/arch/aarch64/plat/ffa/ |
A D | hypervisor.c | 616 ffa_vcpu_index_t vcpu_id, in plat_ffa_notifications_get_from_sp() 641 uint32_t flags, ffa_vcpu_index_t vcpu_id, struct ffa_value *ret) in plat_ffa_notifications_get_framework_notifications()
|
A D | spmc.c | 969 ffa_vcpu_index_t vcpu_id, in plat_ffa_notifications_get_from_sp() 983 uint32_t flags, ffa_vcpu_index_t vcpu_id, struct ffa_value *ret) in plat_ffa_notifications_get_framework_notifications()
|
A D | absent.c | 246 struct vm_locked receiver_locked, ffa_vcpu_index_t vcpu_id, in plat_ffa_notifications_get_from_sp()
|
/hafnium-2.8-rc0/test/vmapi/ffa_secure_partitions/services/inc/ |
A D | partition_services.h | 126 uint16_t vcpu_id, in sp_notif_get_cmd_send()
|
/hafnium-2.8-rc0/inc/vmapi/hf/ |
A D | call.h | 490 ffa_vcpu_index_t vcpu_id, in ffa_notification_get()
|
Completed in 34 milliseconds