Searched refs:raw_cpu_read_8 (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/include/asm-generic/
H A Dpercpu.h179 #ifndef raw_cpu_read_8
180 #define raw_cpu_read_8(pcp) (*raw_cpu_ptr(&(pcp))) macro
/linux-4.4.14/arch/x86/include/asm/
H A Dpercpu.h467 #define raw_cpu_read_8(pcp) percpu_from_op("mov", pcp) macro
526 return ((1UL << (nr % BITS_PER_LONG)) & raw_cpu_read_8(*a)) != 0; x86_this_cpu_constant_test_bit()

Completed in 40 milliseconds