Searched refs:BUG_ON (Results 201 - 225 of 2192) sorted by path

1234567891011>>

/linux-master/arch/mips/generic/
H A Dinit.c30 BUG_ON(!fdt);
77 BUG_ON(!mach);
/linux-master/arch/mips/include/asm/
H A Dhighmem.h52 #define flush_cache_kmaps() BUG_ON(cpu_has_dc_aliases)
H A Dmaar.h44 BUG_ON(lower & (0xffff | ~(MIPS_MAAR_ADDR << 4)));
45 BUG_ON(((upper & 0xffff) != 0xffff)
/linux-master/arch/mips/jazz/
H A Dirq.c133 BUG_ON(HZ != 100);
H A Djazzdma.c73 BUG_ON(!pgtbl);
/linux-master/arch/mips/kernel/
H A Dcevt-bcm1480.c104 BUG_ON(cpu > 3); /* Only have 4 general purpose timers */
H A Dcevt-sb1250.c104 BUG_ON(cpu > 2);
H A Dcpu-probe.c733 BUG_ON(!ok); /* Arch spec violation! */
1755 BUG_ON(__builtin_constant_p(cpu_has_counter) && cpu_has_counter);
1895 BUG_ON(!__cpu_name[cpu]);
1896 BUG_ON(c->cputype == CPU_UNKNOWN);
1903 BUG_ON(current_cpu_type() != c->cputype);
H A Dcpu-r3k-probe.c122 BUG_ON(!__cpu_name[cpu]);
123 BUG_ON(c->cputype == CPU_UNKNOWN);
130 BUG_ON(current_cpu_type() != c->cputype);
H A Djump_label.c48 BUG_ON((e->target & J_ALIGN_MASK) != J_ISA_BIT);
H A Dmips-cm.c229 BUG_ON((addr & CM_GCR_L2_ONLY_SYNC_BASE_SYNCBASE) != addr);
254 BUG_ON((addr & CM_GCR_BASE_GCRBASE) != addr);
H A Dpm-cps.c614 BUG_ON((p - buf) > max_instrs);
615 BUG_ON((l - labels) > ARRAY_SIZE(labels));
616 BUG_ON((r - relocs) > ARRAY_SIZE(relocs));
H A Dptrace.c517 BUG_ON(count % sizeof(elf_fpreg_t));
575 BUG_ON(count % sizeof(int));
707 BUG_ON(to.left % sizeof(u32));
730 BUG_ON(count % sizeof(u32));
773 BUG_ON(to.left % sizeof(u64));
796 BUG_ON(count % sizeof(u64));
H A Dsignal.c186 BUG_ON(IS_ENABLED(CONFIG_EVA));
233 BUG_ON(IS_ENABLED(CONFIG_EVA));
H A Dsmp-bmips.c539 BUG_ON(ebase != CKSEG0);
H A Dsmp-cps.c436 BUG_ON(!cpu_has_mipsmt && !cpu_has_vp);
461 BUG_ON(ident != mips_cm_vp_id(smp_processor_id()));
H A Dsmp.c236 BUG_ON(ret);
270 BUG_ON(num_present_cpus() > 1);
275 BUG_ON(!virq);
280 BUG_ON(!virq);
318 BUG_ON(!ipidomain);
H A Dtraps.c2078 BUG_ON(!cpu_has_veic && !cpu_has_vint);
2270 BUG_ON(current->mm);
H A Dunaligned.c445 BUG_ON(!used_math());
475 BUG_ON(!thread_msa_context_live());
965 BUG_ON(!used_math());
966 BUG_ON(!is_fpu_owner());
H A Dvdso.c46 BUG_ON(!PAGE_ALIGNED(image->data));
47 BUG_ON(!PAGE_ALIGNED(image->size));
/linux-master/arch/mips/kvm/
H A Dloongson_ipi.c61 BUG_ON(offset & (len - 1));
109 BUG_ON(offset & (len - 1));
H A Dmips.c1549 BUG_ON(user_mode(regs));
H A Dtlb.c61 BUG_ON(idx >= current_cpu_data.tlbsize);
H A Dvz.c931 BUG_ON(kvm_read_sw_gc0_maari(cop0) >=
1010 BUG_ON(kvm_read_sw_gc0_maari(cop0) >=
/linux-master/arch/mips/loongson64/
H A Dcop2-ex.c194 BUG_ON(!used_math());
210 BUG_ON(!used_math());
277 BUG_ON(!used_math());
295 BUG_ON(!used_math());

Completed in 446 milliseconds

1234567891011>>