Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/include/asm/
Dpreempt.h26 return raw_cpu_read_4(__preempt_count) & ~PREEMPT_NEED_RESCHED; in preempt_count()
34 old = raw_cpu_read_4(__preempt_count); in preempt_count_set()
70 return !(raw_cpu_read_4(__preempt_count) & PREEMPT_NEED_RESCHED); in test_preempt_need_resched()
102 return unlikely(raw_cpu_read_4(__preempt_count) == preempt_offset); in should_resched()
Dpercpu.h230 #define raw_cpu_read_4(pcp) percpu_from_op(4, , "mov", pcp) macro
367 return ((1UL << (nr % BITS_PER_LONG)) & raw_cpu_read_4(*a)) != 0; in x86_this_cpu_constant_test_bit()
/kernel/linux/linux-5.10/include/asm-generic/
Dpercpu.h200 #ifndef raw_cpu_read_4
201 #define raw_cpu_read_4(pcp) raw_cpu_generic_read(pcp) macro