| /bsp/phytium/board/ |
| A D | secondary_cpu.c | 71 cpu_id = rt_hw_cpu_id(); in rt_hw_secondary_cpu_up() 124 arm_gic_redist_address_set(0, platform_get_gic_redist_base(), rt_hw_cpu_id()); in rt_hw_secondary_cpu_bsp_start() 128 arm_gic_redist_address_set(0, platform_get_gic_redist_base(), rt_hw_cpu_id()); in rt_hw_secondary_cpu_bsp_start() 141 rt_kprintf("\rcall cpu %d on success\n", rt_hw_cpu_id()); in rt_hw_secondary_cpu_bsp_start()
|
| A D | smp_sgi_test.c | 44 rt_int32_t cpu_id = rt_hw_cpu_id(); in smp_test_ipi_handle() 51 rt_int32_t cpu_id = rt_hw_cpu_id(); in core_thread() 65 rt_kprintf("demo_core%d \n", rt_hw_cpu_id()); in demo_core_test()
|
| A D | board.c | 245 extern int rt_hw_cpu_id(void); in rt_hw_board_aarch32_init() 257 arm_gic_redist_address_set(0, platform_get_gic_redist_base(), rt_hw_cpu_id()); in rt_hw_board_aarch32_init()
|
| A D | phytium_cpu_id.S | 147 .globl rt_hw_cpu_id 148 rt_hw_cpu_id: label
|
| A D | phytium_cpu.c | 75 int rt_hw_cpu_id(void) in rt_hw_cpu_id() function
|
| /bsp/nuvoton/libraries/nu_packages/Demo/ |
| A D | smp_demo.c | 33 rt_kprintf("cpu-%d %d\r\n", rt_hw_cpu_id(), counter++); in happy_counter() 68 if (rt_hw_cpu_id() == 1) in happy_memcpy() 71 …rt_kprintf("%d Bytes copied by cpu-%d in %d ms\n", DEF_TIMES * DEF_BUF_SIZE, rt_hw_cpu_id(), last … in happy_memcpy() 140 …rt_kprintf("[%08x@CPU-%d] ->Inc %d@%08x\n", rt_thread_self(), rt_hw_cpu_id(), *pu32Counter, DEF_CO… in happy_mutex()
|
| A D | hwsem_counter.c | 55 …rt_kprintf("[%08x@CPU-%d] ->Inc %d@%08x\n", rt_thread_self(), rt_hw_cpu_id(), *pu32Counter, DEF_CO… in hwsem_counter_go()
|
| /bsp/ft2004/drivers/ |
| A D | ft2004_cpu.S | 14 .globl rt_hw_cpu_id 15 rt_hw_cpu_id: label
|
| /bsp/raspberry-pi/raspi4-64/drivers/ |
| A D | drv_gtimer.c | 31 int cpu_id = rt_hw_cpu_id(); in _hw_timer_isr() 55 int cpu_id = rt_hw_cpu_id(); in rt_hw_gtimer_init()
|
| A D | board.c | 203 rt_kprintf("\rcpu %d boot success\n", rt_hw_cpu_id()); in rt_hw_secondary_cpu_bsp_start()
|
| /bsp/phytium/libraries/common/ |
| A D | phytium_interrupt.c | 40 rt_int32_t cpu_id = rt_hw_cpu_id(); in arm_gicv3_wait_rwp() 60 rt_uint64_t cpu_id = rt_hw_cpu_id(); in phytium_aarch64_arm_gic_redist_init()
|
| /bsp/raspberry-pi/raspi3-32/driver/ |
| A D | board.c | 61 enable_cpu_timer_intr(rt_hw_cpu_id()); in rt_hw_timer_init() 160 id = rt_hw_cpu_id(); in secondary_cpu_c_start()
|
| /bsp/raspberry-pi/raspi3-64/driver/ |
| A D | board.c | 69 core_timer_enable(rt_hw_cpu_id()); in rt_hw_timer_init() 164 int id = rt_hw_cpu_id(); in secondary_cpu_c_start()
|
| /bsp/rockchip/rk3568/driver/ |
| A D | board.c | 112 rt_kprintf("rt_hw_cpu_id:%d\n", rt_hw_cpu_id()); in print_cpu_id() 170 rt_kprintf("\rcall cpu %d on success\n", rt_hw_cpu_id()); in secondary_cpu_c_start()
|
| /bsp/nuvoton/numaker-hmi-ma35d1/applications/ |
| A D | main.c | 45 rt_kprintf("cpu-%d %d\r\n", rt_hw_cpu_id(), nu_cpu_dcache_line_size()); in main()
|
| /bsp/raspberry-pico/RP2040/libcpu/ |
| A D | cpuport.c | 29 int rt_hw_cpu_id(void) in rt_hw_cpu_id() function 134 rt_uint32_t cpuid = rt_hw_cpu_id(); in __rt_cpu_switch()
|
| /bsp/k210/board/ |
| A D | cpuport_smp.c | 23 int rt_hw_cpu_id(void) in rt_hw_cpu_id() function
|
| /bsp/qemu-vexpress-a9/drivers/ |
| A D | secondary_cpu.c | 50 rt_hw_ipi_send(0, RT_CPU_MASK ^ (1 << rt_hw_cpu_id())); in rt_hw_secondary_cpu_up()
|
| /bsp/raspberry-pi/raspi3-32/cpu/ |
| A D | cpu.c | 17 int rt_hw_cpu_id(void) in rt_hw_cpu_id() function
|
| A D | interrupt.c | 49 rt_kprintf("cpu %d unhandled irq: %d\n", rt_hw_cpu_id(),vector); in default_isr_handler()
|
| /bsp/phytium/aarch32/applications/ |
| A D | main.c | 61 rt_kprintf("Hi, core%d \r\n", rt_hw_cpu_id()); in demo_core_thread()
|
| /bsp/phytium/aarch64/applications/ |
| A D | main.c | 61 rt_kprintf("Hi, core%d \r\n", rt_hw_cpu_id()); in demo_core_thread()
|
| /bsp/nuvoton/libraries/ma35/rtt_port/ |
| A D | drv_hwsem.c | 147 u8PrivKey |= (rt_hw_cpu_id() << 6); in nu_mutex_take() 225 u8PrivKey |= (rt_hw_cpu_id() << 6); in nu_mutex_release()
|
| /bsp/nuvoton/numaker-iot-ma35d1/applications/ |
| A D | main.c | 117 rt_kprintf("cpu-%d %d\r\n", rt_hw_cpu_id(), nu_cpu_dcache_line_size()); in main()
|
| /bsp/renesas/libraries/HAL_Drivers/ |
| A D | drv_common.c | 167 rt_int32_t cpu_id = rt_hw_cpu_id(); in rt_hw_board_init()
|