Home
last modified time | relevance | path

Searched refs:hart_id (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/arch/riscv/kernel/
H A Dsbi_mpxy.c33 uint32_t hart_id = 0; in mpxy_get_core_local() local
38 hart_id = thread_get_hartid_by_hartindex(pos); in mpxy_get_core_local()
40 mpxy = &mpxy_core_local_array[hart_id]; in mpxy_get_core_local()
H A Dboot.c71 uint32_t curr_hartid = thread_get_core_local()->hart_id; in start_secondary_cores()
H A Dasm-defines.c26 offsetof(struct thread_core_local, hart_id));
H A Dthread_arch.c333 return thread_core_local[hartidx].hart_id; in thread_get_hartid_by_hartindex()
/optee_os/core/arch/riscv/include/
H A Dsbi_mpxy_rpmi.h85 uint32_t hart_id; member
/optee_os/core/arch/riscv/include/kernel/
H A Dthread_arch.h36 uint32_t hart_id; member