raw_cpu_read_4    499 arch/x86/include/asm/percpu.h 	return ((1UL << (nr % BITS_PER_LONG)) & raw_cpu_read_4(*a)) != 0;
raw_cpu_read_4     22 arch/x86/include/asm/preempt.h 	return raw_cpu_read_4(__preempt_count) & ~PREEMPT_NEED_RESCHED;
raw_cpu_read_4     66 arch/x86/include/asm/preempt.h 	return !(raw_cpu_read_4(__preempt_count) & PREEMPT_NEED_RESCHED);
raw_cpu_read_4     98 arch/x86/include/asm/preempt.h 	return unlikely(!raw_cpu_read_4(__preempt_count));
raw_cpu_read_4    176 include/asm-generic/percpu.h #ifndef raw_cpu_read_4