Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dpercpu.h533 #define this_cpu_read_stable_8(pcp) __raw_cpu_read_stable(8, pcp) macro
556 #define this_cpu_read_stable_8(pcp) ({ BUILD_BUG(); (typeof(pcp))0; }) macro