Home
last modified time | relevance | path

Searched defs:__READ_ONCE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/alpha/include/asm/
H A Drwonce.h23 #define __READ_ONCE(x) \ macro
/openbmc/linux/arch/arm64/include/asm/
H A Drwonce.h36 #define __READ_ONCE(x) \ macro
/openbmc/linux/include/asm-generic/
H A Drwonce.h44 #define __READ_ONCE(x) (*(const volatile __unqual_scalar_typeof(x) *)&(x)) macro
/openbmc/u-boot/include/linux/
H A Dcompiler.h277 #define __READ_ONCE(x, check) \ macro