Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/mips/rmi/
HDxlr_machdep.c141 uint8_t core0_thr_mask, core_thr_mask; in xlr_parse_mmu_options() local
178 core0_thr_mask = cpu_map & 0xf; in xlr_parse_mmu_options()
179 switch (core0_thr_mask) { in xlr_parse_mmu_options()
194 if (core_thr_mask != core0_thr_mask) in xlr_parse_mmu_options()
223 (u_long)core0_thr_mask, (u_long)cpu_map); in xlr_parse_mmu_options()
/freebsd-11-stable/sys/mips/nlm/
HDxlp_machdep.c178 uint32_t core0_thr_mask, core_thr_mask, cpu_rst_mask; in xlp_parse_mmu_options() local
195 core0_thr_mask = cpu_map & 0xf; in xlp_parse_mmu_options()
196 switch (core0_thr_mask) { in xlp_parse_mmu_options()
232 if (core_thr_mask != core0_thr_mask) in xlp_parse_mmu_options()
257 (u_long)core0_thr_mask, (u_long)cpu_map); in xlp_parse_mmu_options()