Searched refs:r9_vpe_num (Results 1 – 6 of 6) sorted by relevance
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/gnu/example_build/ |
D | boot.h | 78 #define r9_vpe_num $9 /* t1 MT ASE VPE number that this TC is bound to (0 if non-MT.) */ macro
|
D | start.S | 197 bnez r9_vpe_num, clear_done 223 beqz r9_vpe_num, do_tlb // VPE 0? 242 bnez r9_vpe_num, init_done // If we are not a vpe0 then we are done. 426 move a2, r9_vpe_num // main(arg2) is the vpe number.
|
D | set_gpr_boot_values.S | 92 ext r9_vpe_num, a0, 0, 4 // Extract CurVPE
|
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/example_build/ |
D | boot.h | 78 #define r9_vpe_num $9 /* t1 MT ASE VPE number that this TC is bound to (0 if non-MT.) */ macro
|
D | start.mip | 197 bnez r9_vpe_num, clear_done 223 beqz r9_vpe_num, do_tlb // VPE 0? 242 bnez r9_vpe_num, init_done // If we are not a vpe0 then we are done. 426 move a2, r9_vpe_num // main(arg2) is the vpe number.
|
D | set_gpr_boot_values.mip | 92 ext r9_vpe_num, a0, 0, 4 // Extract CurVPE
|