Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dpreempt.h22 return raw_cpu_read_4(__preempt_count) & ~PREEMPT_NEED_RESCHED; in preempt_count()
63 return !(raw_cpu_read_4(__preempt_count) & PREEMPT_NEED_RESCHED); in test_preempt_need_resched()
95 return unlikely(raw_cpu_read_4(__preempt_count) == preempt_offset); in should_resched()
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; in x86_this_cpu_constant_test_bit()
/linux-4.1.27/include/asm-generic/
Dpercpu.h176 #ifndef raw_cpu_read_4
177 #define raw_cpu_read_4(pcp) (*raw_cpu_ptr(&(pcp))) macro