Home
last modified time | relevance | path

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

/hyp/vm/vcpu/src/
A Dvcpu.c26 vcpu_handle_object_get_defaults_thread(thread_create_t *create) in vcpu_handle_object_get_defaults_thread() argument
30 assert(create != NULL); in vcpu_handle_object_get_defaults_thread()
43 create->stack_size = stack_size; in vcpu_handle_object_get_defaults_thread()
44 create->kind = THREAD_KIND_VCPU; in vcpu_handle_object_get_defaults_thread()
48 vcpu_handle_object_create_thread(thread_create_t create) in vcpu_handle_object_create_thread() argument
50 thread_t *thread = create.thread; in vcpu_handle_object_create_thread()
58 if (create.scheduler_priority_valid && in vcpu_handle_object_create_thread()
59 (create.scheduler_priority > VCPU_MAX_PRIORITY)) { in vcpu_handle_object_create_thread()
/hyp/core/tests/src/
A Dtests.c59 tests_handle_object_create_thread(thread_create_t create) in tests_handle_object_create_thread() argument
61 thread_t *thread = create.thread; in tests_handle_object_create_thread()
/hyp/core/thread_standard/src/
A Dthread.c84 thread_create_t create) in thread_standard_unwind_object_create_thread() argument
86 thread_t *thread = create.thread; in thread_standard_unwind_object_create_thread()
/hyp/vm/virtio_mmio/src/
A Dvirtio_mmio.c35 virtio_mmio_handle_object_create_virtio_mmio(virtio_mmio_create_t create) in virtio_mmio_handle_object_create_virtio_mmio() argument
37 virtio_mmio_t *virtio_mmio = create.virtio_mmio; in virtio_mmio_handle_object_create_virtio_mmio()
/hyp/core/partition_standard/src/
A Dpartition.c116 partition_standard_handle_object_create_partition(partition_create_t create) in partition_standard_handle_object_create_partition() argument
118 partition_t *partition = create.partition; in partition_standard_handle_object_create_partition()

Completed in 15 milliseconds