Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dpercpu.h145 #define __raw_cpu_read_const(pcp) __raw_cpu_read(, , pcp) macro
180 #define __raw_cpu_read_const(pcp) ({ BUILD_BUG(); (typeof(pcp))0; }) macro
560 #define this_cpu_read_const(pcp) __raw_cpu_read_const(pcp)