Searched refs:BUG_ON (Results 151 - 175 of 2200) sorted by path

1234567891011>>

/linux-master/arch/arm64/include/asm/
H A Dmmu_context.h59 BUG_ON(pgd == swapper_pg_dir);
H A Dpgalloc.h101 BUG_ON((unsigned long)p4d & (PAGE_SIZE-1));
H A Dpgtable.h891 BUG_ON(!pgtable_l4_enabled());
1010 BUG_ON(!pgtable_l5_enabled());
/linux-master/arch/arm64/kernel/
H A Dalternative.c161 BUG_ON(alt->alt_len != 0);
163 BUG_ON(alt->alt_len != alt->orig_len);
244 BUG_ON(all_alternatives_applied);
H A Dcpufeature.c947 BUG_ON(arm64_ftr_regs[i].sys_id <= arm64_ftr_regs[i - 1].sys_id);
H A Defi.c124 BUG_ON(md->type != EFI_RUNTIME_SERVICES_CODE &&
H A Dfpsimd.c1907 BUG_ON(!may_use_simd());
1913 BUG_ON(IS_ENABLED(CONFIG_PREEMPT_RT) || !in_serving_softirq());
H A Dmachine_kexec.c173 BUG_ON(!in_kexec_crash && (stuck_cpus || (num_online_cpus() > 1)));
H A Dmte.c224 BUG_ON(nr_inst != 1); /* Branch -> NOP */
279 BUG_ON(read_sysreg(ttbr0_el1) & TTBR_CNP_BIT);
280 BUG_ON(read_sysreg(ttbr1_el1) & TTBR_CNP_BIT);
H A Dpatching.c44 BUG_ON(!page);
H A Dproton-pack.c572 BUG_ON(nr_inst != 1); /* Branch -> NOP */
594 BUG_ON(nr_inst != 1); /* NOP -> HVC/SMC */
1068 BUG_ON(nr_inst != 1);
1079 BUG_ON(nr_inst != 1);
1093 BUG_ON(nr_inst != 1); /* MOV -> MOV */
1113 BUG_ON(nr_inst != 1); /* MOV -> MOV */
1136 BUG_ON(nr_inst != 2);
/linux-master/arch/arm64/kernel/probes/
H A Dkprobes.c287 BUG_ON(!instruction_pointer(regs));
/linux-master/arch/arm64/kvm/
H A Darm.c1915 BUG_ON(!system_capabilities_finalized());
H A Ddebug.c267 BUG_ON(!vcpu->guest_debug &&
H A Dfpsimd.c77 BUG_ON(!current->mm);
H A Dmmu.c422 BUG_ON(!virt_addr_valid(kaddr));
784 BUG_ON(is_kernel_in_hyp_mode());
1880 BUG_ON((hyp_idmap_start ^ (hyp_idmap_end - 1)) & PAGE_MASK);
H A Dsys_regs.c386 BUG_ON(!p->is_write);
985 BUG_ON(p->is_write);
3108 BUG_ON(!r->access);
H A Dsys_regs.h139 BUG_ON(!r->reg);
140 BUG_ON(r->reg >= NR_SYS_REGS);
147 BUG_ON(!r->reg);
148 BUG_ON(r->reg >= NR_SYS_REGS);
192 BUG_ON(i1 == i2);
H A Dva_layout.c159 BUG_ON(nr_inst != 5);
182 BUG_ON(insn == AARCH64_BREAK_FAULT);
194 BUG_ON(nr_inst != 4);
248 BUG_ON(nr_inst != 4);
/linux-master/arch/arm64/kvm/hyp/include/nvhe/
H A Dmemory.h54 BUG_ON(p->refcount == USHRT_MAX);
60 BUG_ON(!p->refcount);
72 BUG_ON(p->refcount);
H A Dspinlock.h119 BUG_ON(!hyp_spin_is_locked(lock));
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-smp.c21 BUG_ON(cpu >= ARRAY_SIZE(hyp_cpu_logical_map));
34 BUG_ON(cpu >= ARRAY_SIZE(kvm_arm_hyp_percpu_base));
H A Dlist_debug.c20 BUG_ON(1); \
H A Dmem_protect.c536 BUG_ON(!__get_fault_info(esr, &fault));
540 BUG_ON(ret && ret != -EAGAIN);
H A Dsetup.c322 BUG_ON(kvm_check_pvm_sysreg_table());

Completed in 734 milliseconds

1234567891011>>