Searched defs:ACCESS_ONCE (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dcompiler.h87 #define ACCESS_ONCE(x) (*(volatile __typeof(x) *)&(x)) macro
/freebsd-11-stable/sys/contrib/ena-com/
H A Dena_plat.h412 #define ACCESS_ONCE(x) (*(volatile __typeof(x) *)&(x)) macro

Completed in 158 milliseconds