Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dcompiler.h544 #define __ACCESS_ONCE(x) ({ \ macro
547 #define ACCESS_ONCE(x) (*__ACCESS_ONCE(x))
/OK3568_Linux_fs/u-boot/include/linux/
H A Dcompiler.h531 #define __ACCESS_ONCE(x) ({ \ macro
534 #define ACCESS_ONCE(x) (*__ACCESS_ONCE(x))
/OK3568_Linux_fs/buildroot/board/roseapplepi/patches/uboot/
H A D0001-compiler-.h-sync-include-linux-compiler-.h-with-Linu.patch784 +#define __ACCESS_ONCE(x) ({ \
787 +#define ACCESS_ONCE(x) (*__ACCESS_ONCE(x))