Searched refs:core_thr_mask (Results 1 – 2 of 2) sorted by relevance
141 uint8_t core0_thr_mask, core_thr_mask; in xlr_parse_mmu_options() local192 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()
178 uint32_t core0_thr_mask, core_thr_mask, cpu_rst_mask; in xlp_parse_mmu_options() local229 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()