Searched refs:r20_more_vpes (Results 1 – 8 of 8) sorted by relevance
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/gnu/example_build/ |
D | boot.h | 87 #define r20_more_vpes $20 /* s4 Number of vpes in this core in addition to vpe 0. */ macro
|
D | set_gpr_boot_values.S | 97 ext r20_more_vpes, a0, 10, 4 // Extract VPE
|
D | start.S | 379 addiu $9, r20_more_vpes, 1 # Caculate the total vpes per core 427 addiu a3, r20_more_vpes, 1 // main(arg3) is the number of vpe on this core.
|
D | init_vpe1.S | 72 beqz r20_more_vpes, done_init_vpe1 // If there is no vpe1 then skip init_vpe1.
|
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/example_build/ |
D | boot.h | 87 #define r20_more_vpes $20 /* s4 Number of vpes in this core in addition to vpe 0. */ macro
|
D | set_gpr_boot_values.mip | 97 ext r20_more_vpes, a0, 10, 4 // Extract VPE
|
D | start.mip | 379 addiu $9, r20_more_vpes, 1 # Caculate the total vpes per core 427 addiu a3, r20_more_vpes, 1 // main(arg3) is the number of vpe on this core.
|
D | init_vpe1.mip | 72 beqz r20_more_vpes, done_init_vpe1 // If there is no vpe1 then skip init_vpe1.
|