raw_cpu_read_4    533 arch/x86/include/asm/percpu.h 	return ((1UL << (nr % BITS_PER_LONG)) & raw_cpu_read_4(*a)) != 0;
raw_cpu_read_4     26 arch/x86/include/asm/preempt.h 	return raw_cpu_read_4(__preempt_count) & ~PREEMPT_NEED_RESCHED;
raw_cpu_read_4     34 arch/x86/include/asm/preempt.h 		old = raw_cpu_read_4(__preempt_count);
raw_cpu_read_4     70 arch/x86/include/asm/preempt.h 	return !(raw_cpu_read_4(__preempt_count) & PREEMPT_NEED_RESCHED);
raw_cpu_read_4    102 arch/x86/include/asm/preempt.h 	return unlikely(raw_cpu_read_4(__preempt_count) == preempt_offset);
raw_cpu_read_4    200 include/asm-generic/percpu.h #ifndef raw_cpu_read_4