Home
last modified time | relevance | path

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

/trueos/sys/mips/rmi/
HDxlr_machdep.c141 uint8_t core0_thr_mask, core_thr_mask; in xlr_parse_mmu_options() local
192 core_thr_mask = (cpu_map >> (i*4)) & 0xf; in xlr_parse_mmu_options()
193 if (core_thr_mask) { in xlr_parse_mmu_options()
194 if (core_thr_mask != core0_thr_mask) in xlr_parse_mmu_options()
/trueos/sys/mips/nlm/
HDxlp_machdep.c178 uint32_t core0_thr_mask, core_thr_mask, cpu_rst_mask; in xlp_parse_mmu_options() local
229 core_thr_mask = (cpu_map >> (4 * i)) & 0xf; in xlp_parse_mmu_options()
230 if (core_thr_mask == 0) in xlp_parse_mmu_options()
232 if (core_thr_mask != core0_thr_mask) in xlp_parse_mmu_options()