Home
last modified time | relevance | path

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

/include/asm-generic/
Drwonce.h43 #ifndef __READ_ONCE
44 #define __READ_ONCE(x) (*(const volatile __unqual_scalar_typeof(x) *)&(x)) macro
50 __READ_ONCE(x); \
67 return __READ_ONCE(*(unsigned long *)addr); in __read_once_word_nocheck()