Searched refs:preemptible (Results 1 - 25 of 46) sorted by path

12

/linux-master/arch/x86/xen/
H A Dmulticalls.c64 BUG_ON(preemptible());
146 BUG_ON(preemptible());
174 BUG_ON(preemptible());
H A Denlighten_pv.c381 BUG_ON(preemptible());
392 BUG_ON(preemptible());
/linux-master/arch/arm/kernel/
H A Dperf_event_v7.c1367 BUG_ON(preemptible());
1381 BUG_ON(preemptible());
/linux-master/arch/arm/vfp/
H A Dvfpmodule.c60 * Must be called from non-preemptible context.
74 * clear vfp_current_hw_state. Must be called from non-preemptible context.
147 * - not preemptible as we're called in the middle of a thread switch
423 BUG_ON(preemptible());
/linux-master/arch/arm64/include/asm/
H A Darchrandom.h64 if (unlikely(!system_capabilities_finalized() && !preemptible()))
H A Defi.h48 (!preemptible() && efi_rt_stack_top != NULL && \
H A Dtraps.h62 WARN_ON(preemptible());
/linux-master/arch/arm64/kernel/
H A Dcpu_errata.c23 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible());
40 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible());
49 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible());
66 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible());
193 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible());
H A Dcpufeature.c1573 WARN_ON(scope == SCOPE_LOCAL_CPU && preemptible());
3041 WARN_ON(scope == SCOPE_LOCAL_CPU && preemptible());
3417 if (!WARN_ON(preemptible()) && n < ARM64_NCAPS) {
H A Ddebug-monitors.c84 WARN_ON(preemptible());
105 WARN_ON(preemptible());
215 * entirely not preemptible, and we can use rcu list safely here.
312 * entirely not preemptible, and we can use rcu list safely here.
H A Dfpsimd.c222 * preemptible. Disabling preemption is the right choice here as bottom
359 WARN_ON(preemptible());
447 WARN_ON(preemptible());
1876 WARN_ON(preemptible());
1924 * mode FPSIMD, but the task will not be preemptible so setting
2002 WARN_ON(preemptible());
H A Dproton-pack.c204 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible());
309 WARN_ON(preemptible());
333 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible());
515 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible());
635 WARN_ON(preemptible());
948 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible());
H A Dstacktrace.c180 * non-preemptible context.
184 ((task == current) && !preemptible()) \
/linux-master/arch/arm64/kvm/vgic/
H A Dvgic-init.c550 BUG_ON(preemptible());
/linux-master/arch/mips/kernel/
H A Dprocess.c563 if (!preemptible() && on_irq_stack(raw_smp_processor_id(), *sp)) {
/linux-master/arch/powerpc/kernel/
H A Dprocess.c211 WARN_ON(preemptible());
262 WARN_ON(preemptible());
332 WARN_ON(preemptible());
381 WARN_ON(preemptible());
/linux-master/arch/s390/kernel/
H A Dkprobes.c508 if (!preemptible() && kprobe_running() &&
/linux-master/arch/sparc/kernel/
H A Dsmp_64.c1448 WARN_ON_ONCE(preemptible());
/linux-master/arch/x86/include/asm/
H A Ddesc.h329 DEBUG_LOCKS_WARN_ON(preemptible());
346 DEBUG_LOCKS_WARN_ON(preemptible());
H A Dmmu_context.h84 DEBUG_LOCKS_WARN_ON(preemptible());
/linux-master/arch/x86/kernel/cpu/sgx/
H A Dmain.c862 WARN_ON_ONCE(preemptible());
/linux-master/arch/x86/kernel/
H A Dldt.c113 DEBUG_LOCKS_WARN_ON(preemptible());
H A Dtraps.c626 * from kprobe_running(), we have to be non-preemptible.
628 if (!preemptible() && kprobe_running() &&
/linux-master/arch/x86/kvm/
H A Dlapic.c2096 WARN_ON(preemptible());
2108 WARN_ON(preemptible());
2148 WARN_ON(preemptible());
/linux-master/arch/x86/mm/
H A Dtlb.c1098 VM_WARN_ON(in_nmi() || preemptible());
1211 WARN_ON_ONCE(preemptible());
1233 VM_WARN_ON_ONCE(preemptible());

Completed in 332 milliseconds

12