Home
last modified time | relevance | path

Searched refs:my_hart_id (Results 1 – 2 of 2) sorted by relevance

/hal_microchip-latest/mpfs/mpfs_hal/startup_gcc/
Dsystem_startup.c72 hls->my_hart_id = MPFS_HAL_FIRST_HART; in main_first_hart()
101 hls->my_hart_id = MPFS_HAL_FIRST_HART; in main_first_hart()
142 hls->my_hart_id = hart_id; /* record hartid locally */ in main_first_hart()
162 hls->my_hart_id = hart_id; /* record hartid locally */ in main_first_hart()
224 hls->my_hart_id = MPFS_HAL_FIRST_HART; in u54_single_hart()
230 switch(hls->my_hart_id) in u54_single_hart()
324 switch(hls->my_hart_id) in main_other_hart()
Dsystem_startup.h52 volatile uint32_t my_hart_id; member