| /hyp/mem/memextent/src/ |
| A D | memextent.c | 98 out: in memextent_validate_attrs() 147 out: in memextent_configure() 221 out: in memextent_configure_derive() 276 out: in memextent_handle_object_activate_memextent() 327 out: in memextent_donate_child() 370 out: in memextent_donate_sibling() 413 out: in memextent_map() 456 out: in memextent_map_partial() 477 out: in memextent_unmap() 512 out: in memextent_unmap_partial() [all …]
|
| A D | hypercalls.c | 32 goto out; in hypercall_memextent_modify() 39 goto out; in hypercall_memextent_modify() 68 out: in hypercall_memextent_modify() 85 goto out; in hypercall_memextent_configure() 107 out: in hypercall_memextent_configure() 125 goto out; in hypercall_memextent_configure_derive() 160 out: in hypercall_memextent_configure_derive() 175 goto out; in hypercall_memextent_donate_child() 215 out: in hypercall_memextent_donate_child() 245 out: in hypercall_memextent_donate_sibling() [all …]
|
| /hyp/vm/vcpu/aarch64/src/ |
| A D | hypercalls.c | 44 goto out; in hypercall_vcpu_configure() 78 out: in hypercall_vcpu_configure() 102 out: in hypercall_vcpu_register_write() 134 out: in hypercall_vcpu_bind_virq() 155 out: in hypercall_vcpu_unbind_virq() 214 out: 270 out: 311 out: 354 out: 391 out: [all …]
|
| /hyp/misc/prng_simple/src/ |
| A D | chacha20.c | 54 const uint32_t (*nonce)[3], uint32_t (*out)[16]) in chacha20_block() 60 (*out)[i] = chacha20_const[i]; in chacha20_block() 63 (*out)[i + 4U] = (*key)[i]; in chacha20_block() 65 (*out)[12] = counter; in chacha20_block() 67 (*out)[i + 13U] = (*nonce)[i]; in chacha20_block() 72 chacha20_inner_block(out); in chacha20_block() 77 (*out)[i] += chacha20_const[i]; in chacha20_block() 80 (*out)[4U + i] += (*key)[i]; in chacha20_block() 82 (*out)[12] += counter; in chacha20_block() 84 (*out)[13U + i] += (*nonce)[i]; in chacha20_block()
|
| A D | chacha20_test.c | 26 uint32_t out[16]; in tests_chacha20_start() local 30 chacha20_block(&key, counter, &nonce, &out); in tests_chacha20_start() 42 if (out[i] != expected[i]) { in tests_chacha20_start()
|
| /hyp/misc/elf/src/ |
| A D | elf_loader.c | 55 goto out; in elf_valid() 59 goto out; in elf_valid() 62 goto out; in elf_valid() 65 goto out; in elf_valid() 68 goto out; in elf_valid() 71 goto out; in elf_valid() 74 goto out; in elf_valid() 77 goto out; in elf_valid() 81 goto out; in elf_valid() 110 out: in elf_valid() [all …]
|
| /hyp/misc/prng_hw/src/ |
| A D | prng_api.c | 22 goto out; in hypercall_prng_get_entropy() 26 goto out; in hypercall_prng_get_entropy() 45 goto out; in hypercall_prng_get_entropy() 58 goto out; in hypercall_prng_get_entropy() 66 goto out; in hypercall_prng_get_entropy() 74 goto out; in hypercall_prng_get_entropy() 82 goto out; in hypercall_prng_get_entropy() 85 out: in hypercall_prng_get_entropy()
|
| /hyp/ipc/msgqueue/src/ |
| A D | hypercalls.c | 33 goto out; in hypercall_msgqueue_bind_send_virq() 50 out: in hypercall_msgqueue_bind_send_virq() 82 out: in hypercall_msgqueue_bind_receive_virq() 103 out: in hypercall_msgqueue_unbind_send_virq() 124 out: in hypercall_msgqueue_unbind_receive_virq() 151 out: in hypercall_msgqueue_send() 178 out: in hypercall_msgqueue_receive() 200 out: in hypercall_msgqueue_flush() 223 out: in hypercall_msgqueue_configure_send() 247 out: in hypercall_msgqueue_configure_receive() [all …]
|
| A D | msgqueue.c | 55 goto out; in msgqueue_configure_send() 61 goto out; in msgqueue_configure_send() 76 out: in msgqueue_configure_send() 90 goto out; in msgqueue_configure_receive() 98 goto out; in msgqueue_configure_receive() 118 out: in msgqueue_configure_receive() 188 goto out; in msgqueue_handle_object_activate_msgqueue() 202 goto out; in msgqueue_handle_object_activate_msgqueue() 213 out: in msgqueue_handle_object_activate_msgqueue()
|
| A D | msgqueue_common.c | 36 goto out; in msgqueue_send_msg() 47 goto out; in msgqueue_send_msg() 55 goto out; in msgqueue_send_msg() 80 out: in msgqueue_send_msg() 105 goto out; in msgqueue_receive_msg() 119 goto out; in msgqueue_receive_msg() 127 goto out; in msgqueue_receive_msg() 154 out: in msgqueue_receive_msg()
|
| /hyp/ipc/doorbell/src/ |
| A D | hypercalls.c | 30 goto out; in hypercall_doorbell_bind_virq() 47 out: in hypercall_doorbell_bind_virq() 61 goto out; in hypercall_doorbell_unbind_virq() 68 out: in hypercall_doorbell_unbind_virq() 82 goto out; in hypercall_doorbell_send() 96 out: in hypercall_doorbell_send() 110 goto out; in hypercall_doorbell_receive() 124 out: in hypercall_doorbell_receive() 138 goto out; in hypercall_doorbell_reset() 145 out: in hypercall_doorbell_reset() [all …]
|
| /hyp/vm/virtio_mmio/src/ |
| A D | hypercalls.c | 73 out: in hypercall_virtio_mmio_configure() 106 out: in hypercall_virtio_mmio_backend_bind_virq() 128 out: in hypercall_virtio_mmio_backend_unbind_virq() 173 out: in hypercall_virtio_mmio_backend_assert_virq() 206 out: in hypercall_virtio_mmio_frontend_bind_virq() 228 out: in hypercall_virtio_mmio_frontend_unbind_virq() 273 out: in hypercall_virtio_mmio_backend_set_dev_features() 301 out: in hypercall_virtio_mmio_backend_set_queue_num_max() 329 out: in hypercall_virtio_mmio_backend_get_drv_features() 376 out: in hypercall_virtio_mmio_backend_get_queue_info() [all …]
|
| A D | virtio_mmio.c | 58 goto out; in virtio_mmio_configure() 66 goto out; in virtio_mmio_configure() 79 out: in virtio_mmio_configure() 113 goto out; in virtio_mmio_handle_object_activate_virtio_mmio() 123 goto out; in virtio_mmio_handle_object_activate_virtio_mmio() 130 goto out; in virtio_mmio_handle_object_activate_virtio_mmio() 136 goto out; in virtio_mmio_handle_object_activate_virtio_mmio() 143 goto out; in virtio_mmio_handle_object_activate_virtio_mmio() 152 out: in virtio_mmio_handle_object_activate_virtio_mmio()
|
| /hyp/vm/vpm_base/src/ |
| A D | hypercalls.c | 28 goto out; in hypercall_vpm_group_configure() 37 goto out; in hypercall_vpm_group_configure() 58 out: in hypercall_vpm_group_configure() 73 goto out; in hypercall_vpm_group_attach_vcpu() 101 out: in hypercall_vpm_group_attach_vcpu() 116 goto out; in hypercall_vpm_group_bind_virq() 133 out: in hypercall_vpm_group_bind_virq() 147 goto out; in hypercall_vpm_group_unbind_virq() 154 out: in hypercall_vpm_group_unbind_virq() 168 goto out; in hypercall_vpm_group_get_state() [all …]
|
| /hyp/core/cspace_twolevel/src/ |
| A D | hypercalls.c | 28 goto out; in hypercall_cspace_delete_cap_from() 35 out: in hypercall_cspace_delete_cap_from() 50 goto out; in hypercall_cspace_copy_cap_from() 74 out: in hypercall_cspace_copy_cap_from() 95 goto out; in hypercall_cspace_revoke_caps_from() 102 out: in hypercall_cspace_revoke_caps_from() 117 goto out; in hypercall_cspace_configure() 138 out: in hypercall_cspace_configure() 153 goto out; in hypercall_cspace_attach_thread() 186 out: in hypercall_cspace_attach_thread()
|
| /hyp/mem/addrspace/src/ |
| A D | addrspace.c | 101 goto out; in addrspace_attach_thread() 109 goto out; in addrspace_attach_thread() 123 out: in addrspace_attach_thread() 246 goto out; in addrspace_handle_object_create_addrspace() 274 out: in addrspace_handle_object_create_addrspace() 358 out: in addrspace_configure_info_area() 475 out: in addrspace_map() 505 out: in addrspace_unmap() 601 out: in addrspace_lookup() 641 out: in addrspace_add_vmmio_range() [all …]
|
| A D | hypercalls.c | 36 goto out; in hypercall_addrspace_attach_thread() 69 out: in hypercall_addrspace_attach_thread() 84 goto out; in hypercall_addrspace_attach_vdma() 91 out: in hypercall_addrspace_attach_vdma() 114 out: in hypercall_addrspace_attach_vdevice() 166 out: in hypercall_addrspace_map() 216 out: in hypercall_addrspace_unmap() 271 out: in hypercall_addrspace_update_access() 308 out: in hypercall_addrspace_configure() 373 out: in hypercall_addrspace_lookup() [all …]
|
| /hyp/vm/psci_pc/src/ |
| A D | psci_pc.c | 153 goto out; in psci_vcpu_clear_vcpu_state() 170 out: in psci_vcpu_clear_vcpu_state() 186 goto out; in psci_vcpu_resume() 209 out: in psci_vcpu_resume() 226 goto out; in psci_vcpu_suspend() 250 out: in psci_vcpu_suspend() 262 goto out; in psci_pc_handle_idle_yield() 266 goto out; in psci_pc_handle_idle_yield() 273 goto out; in psci_pc_handle_idle_yield() 298 goto out; in psci_pc_handle_idle_yield() [all …]
|
| /hyp/vm/vrtc_pl031/src/ |
| A D | hypercalls.c | 32 goto out; in hypercall_vrtc_configure() 39 goto out; in hypercall_vrtc_configure() 52 out: in hypercall_vrtc_configure() 67 goto out; in hypercall_vrtc_set_time_base() 98 out: in hypercall_vrtc_set_time_base() 112 goto out; in hypercall_vrtc_attach_addrspace() 148 out: in hypercall_vrtc_attach_addrspace()
|
| /hyp/core/scheduler_fprr/src/ |
| A D | hypercalls.c | 26 goto out; in hypercall_scheduler_yield() 41 goto out; in hypercall_scheduler_yield() 58 out: in hypercall_scheduler_yield()
|
| /hyp/vm/vic_base/src/ |
| A D | hypercalls.c | 32 goto out; in hypercall_hwirq_bind_virq() 48 out: in hypercall_hwirq_bind_virq() 62 goto out; in hypercall_hwirq_unbind_virq() 68 out: in hypercall_hwirq_unbind_virq() 130 goto out; in hypercall_vic_attach_vcpu() 158 out: in hypercall_vic_attach_vcpu() 172 goto out; in hypercall_vic_bind_msi_source() 178 out: in hypercall_vic_bind_msi_source()
|
| /hyp/core/object_standard/src/ |
| A D | hypercalls.c | 28 goto out; in hypercall_object_activate() 33 out: in hypercall_object_activate() 49 goto out; in hypercall_object_activate_from() 64 out: in hypercall_object_activate_from()
|
| /hyp/core/thread_standard/src/ |
| A D | thread.c | 52 goto out; in thread_standard_handle_object_create_thread() 57 goto out; in thread_standard_handle_object_create_thread() 64 goto out; in thread_standard_handle_object_create_thread() 78 out: in thread_standard_handle_object_create_thread() 111 goto out; in thread_standard_handle_object_activate_thread() 119 goto out; in thread_standard_handle_object_activate_thread() 137 out: in thread_standard_handle_object_activate_thread() 190 goto out; in thread_switch_to() 203 out: in thread_switch_to()
|
| /hyp/core/irq/src/ |
| A D | irq.c | 163 goto out; in irq_handle_object_activate_hwirq() 171 goto out; in irq_handle_object_activate_hwirq() 185 goto out; in irq_handle_object_activate_hwirq() 192 out: in irq_handle_object_activate_hwirq() 303 goto out; in irq_interrupt_dispatch_one() 307 goto out; in irq_interrupt_dispatch_one() 327 goto out; in irq_interrupt_dispatch_one() 341 out: in irq_interrupt_dispatch_one() 385 goto out; in irq_allocate_msi() 392 goto out; in irq_allocate_msi() [all …]
|
| /hyp/core/partition_standard/src/ |
| A D | partition.c | 136 goto out; in partition_standard_handle_object_activate_partition() 150 out: in partition_standard_handle_object_activate_partition() 239 goto out; in new_memory_add() 251 goto out; in new_memory_add() 287 out: in new_memory_add() 316 goto out; in partition_map_and_add_heap() 322 goto out; in partition_map_and_add_heap() 330 goto out; in partition_map_and_add_heap() 349 out: in partition_map_and_add_heap() 411 out: in new_memory_add_trace() [all …]
|