Searched refs:raw_cpu_read_4 (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
H A Dpreempt.h22 return raw_cpu_read_4(__preempt_count) & ~PREEMPT_NEED_RESCHED; preempt_count()
60 return !(raw_cpu_read_4(__preempt_count) & PREEMPT_NEED_RESCHED); test_preempt_need_resched()
92 return unlikely(raw_cpu_read_4(__preempt_count) == preempt_offset); should_resched()
H A Dpercpu.h395 #define raw_cpu_read_4(pcp) percpu_from_op("mov", pcp) macro
528 return ((1UL << (nr % BITS_PER_LONG)) & raw_cpu_read_4(*a)) != 0; x86_this_cpu_constant_test_bit()
/linux-4.4.14/include/asm-generic/
H A Dpercpu.h176 #ifndef raw_cpu_read_4
177 #define raw_cpu_read_4(pcp) (*raw_cpu_ptr(&(pcp))) macro

Completed in 66 milliseconds