Home
last modified time | relevance | path

Searched defs:current (Results 1 – 23 of 23) sorted by relevance

/hyp/vm/vcpu/aarch64/src/
A Dwfi.c40 thread_t *current = thread_get_self(); in vcpu_handle_vcpu_trap_wfi() local
116 thread_t *current = thread_get_self(); in vcpu_handle_scheduler_quiescent() local
129 thread_t *current = thread_get_self(); in vcpu_handle_thread_context_switch_post() local
160 thread_t *current = thread_get_self(); in vcpu_wakeup_self() local
199 thread_t *current = thread_get_self(); in vcpu_pending_wakeup() local
213 thread_t *current = thread_get_self(); in vcpu_block_start() local
233 thread_t *current = thread_get_self(); in vcpu_block_finish() local
242 thread_t *current = thread_get_self(); in vcpu_handle_thread_exit_to_user() local
A Daarch64_init.c402 thread_t *current = thread_get_self(); in vcpu_poweroff() local
455 thread_t *current = thread_get_self(); in vcpu_suspend() local
518 thread_t *current = thread_get_self(); in vcpu_halted() local
/hyp/vm/vdebug/aarch64/src/
A Dvdebug.c61 thread_t *current = thread_get_self(); in vdebug_handle_thread_save_state() local
104 thread_t *current = thread_get_self(); in vdebug_handle_thread_context_switch_post() local
121 thread_t *current = thread_get_self(); in vdebug_handle_thread_load_state() local
155 thread_t *current = thread_get_self(); in vdebug_handle_vcpu_debug_trap() local
242 thread_t *current = thread_get_self(); in vdebug_handle_vcpu_trap_mcrmrc14_guest() local
/hyp/vm/vgic/src/
A Dvpe.c21 thread_t *current = thread_get_self(); in vgic_handle_thread_context_switch_pre() local
38 thread_t *current = thread_get_self(); in vgic_handle_thread_load_state_vpe() local
65 thread_t *current = thread_get_self(); in vgic_vpe_schedule_current() local
A Ddeliver.c112 thread_t *current = thread_get_self(); in vgic_read_lr_state() local
129 thread_t *current = thread_get_self(); in vgic_write_lr() local
1369 thread_t *current = thread_get_self(); in vgic_route_1n_preference() local
3865 thread_t *current = thread_get_self(); in vgic_handle_ipi_received_enable() local
3878 thread_t *current = thread_get_self(); in vgic_handle_ipi_received_sync() local
3888 thread_t *current = thread_get_self(); in vgic_handle_ipi_received_deliver() local
3918 thread_t *current = thread_get_self(); in vgic_handle_ipi_received_sgi() local
3936 thread_t *current = thread_get_self(); in vgic_icc_set_group_enable() local
4131 thread_t *current = thread_get_self(); in vgic_icc_generate_sgi() local
/hyp/vm/psci/src/
A Dpsci_common.c265 thread_t *current = thread_get_self(); in psci_version() local
281 thread_t *current = thread_get_self(); in psci_suspend() local
327 thread_t *current = thread_get_self(); in psci_cpu_suspend() local
372 thread_t *current = thread_get_self(); in psci_cpu_suspend_32() local
389 thread_t *current = thread_get_self(); in psci_cpu_suspend_64() local
432 thread_t *current = thread_get_self(); in psci_cpu_default_suspend_32() local
448 thread_t *current = thread_get_self(); in psci_cpu_default_suspend_64() local
464 thread_t *current = thread_get_self(); in psci_cpu_off() local
551 thread_t *current = thread_get_self(); in psci_cpu_on_32() local
567 thread_t *current = thread_get_self(); in psci_cpu_on_64() local
[all …]
/hyp/vm/arm_pv_time/src/
A Darm_pv_time.c40 thread_t *current = thread_get_self(); in smccc_pv_time_features() local
64 thread_t *current = thread_get_self(); in smccc_pv_time_st() local
123 arm_pv_time_handle_scheduler_schedule(thread_t *current, thread_t *yielded_from, in arm_pv_time_handle_scheduler_schedule()
143 thread_t *current = thread_get_self(); in arm_pv_time_handle_thread_context_switch_post() local
/hyp/vm/arm_vm_pmu/aarch64/src/
A Darm_vm_pmu.c56 arm_vm_pmu_counters_enabled(thread_t *current) in arm_vm_pmu_counters_enabled()
65 arm_vm_pmu_is_el1_trap_enabled(thread_t *current) in arm_vm_pmu_is_el1_trap_enabled()
72 arm_vm_pmu_el1_trap_set_enable(thread_t *current, bool enable) in arm_vm_pmu_el1_trap_set_enable()
/hyp/vm/smccc/aarch64/src/
A Dsmccc_64.c18 thread_t *current = thread_get_self(); in smccc_handle_call() local
158 thread_t *current = thread_get_self(); in smccc_handle_vcpu_trap_default() local
/hyp/mem/allocator_list/src/
A Dfreelist.c132 allocator_node_t *current = head->next; in check_heap_consistency() local
184 allocator_node_t *current = (*head)->next; in list_add() local
323 allocator_node_t **current, size_t alloc_size, in allocate_from_node()
413 allocator_node_t *current = *head; in allocate_block() local
553 allocator_node_t *current = allocator->heap; in allocator_heap_remove_memory() local
/hyp/vm/vete/src/
A Dvete.c77 thread_t *current = thread_get_self(); in vete_prohibit_registers_access() local
137 thread_t *current = thread_get_self(); in vete_handle_vcpu_trap_sysreg() local
/hyp/platform/arm_trng_fi/src/
A Darm_trng.c91 thread_t *current = thread_get_self(); in arm_trng_fi_check_mbz() local
112 thread_t *current = thread_get_self(); in arm_trng_fi_handle_call() local
/hyp/vm/smccc/src/
A Dsmccc_hypercalls.c30 thread_t *current = thread_get_self(); in smccc_handle_hypercall_wrapper() local
/hyp/vm/psci_pc/src/
A Dpsci_pc.c77 thread_t *current = thread_get_self(); in psci_pc_set_suspend_mode() local
215 psci_vcpu_suspend(thread_t *current) in psci_vcpu_suspend()
/hyp/misc/smc_trace/src/
A Dsmc_trace.c61 thread_t *current = thread_get_self(); in smc_trace_log() local
/hyp/mem/addrspace/aarch64/src/
A Dvmmio.c22 thread_t *current = thread_get_self(); in addrspace_handle_vdevice_access_fixed_addr() local
/hyp/mem/addrspace/armv8/src/
A Dabort.c114 thread_t *current = thread_get_self(); in addrspace_handle_guest_translation_fault() local
/hyp/core/scheduler_fprr/src/
A Dscheduler_fprr.c525 thread_t *current = thread_get_self(); in can_yield_to() local
591 thread_t *current = thread_get_self(); in scheduler_schedule() local
652 thread_t *current = thread_get_self(); in scheduler_yield() local
670 thread_t *current = thread_get_self(); in scheduler_yield_to() local
1265 thread_t *current = thread_get_self(); in scheduler_will_preempt_current() local
A Dscheduler_tests.c95 thread_t *current = thread_get_self(); in schedule_check_switched() local
/hyp/vm/vtrbe/src/
A Dvtrbe.c158 thread_t *current = thread_get_self(); in vtrbe_handle_vcpu_trap_sysreg() local
/hyp/vm/vcpu/src/
A Dvcpu.c105 thread_t *current = thread_get_self(); in vcpu_handle_thread_exited() local
/hyp/core/thread_standard/src/
A Dthread.c179 thread_t *current = thread_get_self(); in thread_switch_to() local
/hyp/platform/gicv3/src/
A Dgicv3.c2188 thread_t *current = thread_get_self(); in gicv3_vpe_schedule() local
2225 thread_t *current = thread_get_self(); in gicv3_vpe_deschedule() local
2287 thread_t *current = thread_get_self(); in gicv3_vpe_check_wakeup() local

Completed in 95 milliseconds