Searched refs:r23_cpu_num (Results 1 – 10 of 10) sorted by relevance
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/gnu/example_build/ |
D | set_gpr_boot_values.S | 71 ext r23_cpu_num, a0, 0, 4 // Extract CPUNum 75 ins sp, r23_cpu_num, STACK_SIZE_LOG2, 3
|
D | boot.h | 90 #define r23_cpu_num $23 /* s7 Unique per vpe "cpu" identifier (CP0 EBase[CPUNUM]). */ macro
|
D | start.S | 351 sll $9, r23_cpu_num, 2 # Build offset into array 367 bne r23_cpu_num, $0, _additional_vpe # If non-zero, an additional vpe is present 409 mtc0 r23_cpu_num, $4,2 # Setup UserLocal 424 move a0, r23_cpu_num // main(arg0) is the "cpu" number (cp0 EBase[CPUNUM].) 430 move s0, r23_cpu_num // main(arg0) is the "cpu" number (cp0 EBase[CPUNUM].)
|
D | init_gic.S | 68 bnez r23_cpu_num, init_vpe_gic // Only core0 vpe0 inits shared portion.
|
D | init_vpe1.S | 217 mttgpr v0, r23_cpu_num
|
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/example_build/ |
D | boot.h | 90 #define r23_cpu_num $23 /* s7 Unique per vpe "cpu" identifier (CP0 EBase[CPUNUM]). */ macro
|
D | start.mip | 346 …mtc0 r23_cpu_num, $4,2 # Save the logical VPE in UserLocal so we don't have c… 351 sll $9, r23_cpu_num, 2 # Build offset into array 367 bne r23_cpu_num, $0, _additional_vpe # If non-zero, an additional vpe is present 409 mtc0 r23_cpu_num, $4,2 # Setup UserLocal 424 move a0, r23_cpu_num // main(arg0) is the "cpu" number (cp0 EBase[CPUNUM].) 430 move s0, r23_cpu_num // main(arg0) is the "cpu" number (cp0 EBase[CPUNUM].)
|
D | set_gpr_boot_values.mip | 71 ext r23_cpu_num, a0, 0, 4 // Extract CPUNum 75 ins sp, r23_cpu_num, STACK_SIZE_LOG2, 3
|
D | init_gic.mip | 68 bnez r23_cpu_num, init_vpe_gic // Only core0 vpe0 inits shared portion.
|
D | init_vpe1.mip | 217 mttgpr v0, r23_cpu_num
|