Home
last modified time | relevance | path

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

/optee_os/lib/libutils/ext/include/
H A Dspeculation_barrier.h30 #define load_no_speculate(__ptr, __low, __high) \ argument
32 __typeof__ ((__ptr)) __ptr_once = (__ptr); \
37 #define load_no_speculate_fail(__ptr, __low, __high, __failval) \ argument
39 __typeof__ ((__ptr)) __ptr_once = (__ptr); \
44 #define load_no_speculate_cmp(__ptr, __low, __high, __failval, __cmpptr) \ argument
45 (__builtin_load_no_speculate (__ptr, __low, __high, __failval, __cmpptr))
57 #define __load_no_speculate1(__ptr, __low, __high, __failval, \ argument
60 __typeof__ (0 + (*(__ptr))) __nln_val; \
63 __typeof__(*(__ptr)) __fv \
64 = (__typeof__(*(__ptr)))(unsigned long long) (__failval); \
[all …]
H A Dutil.h183 const typeof(((type *)0)->member) *__ptr = (ptr); \
184 (type *)((unsigned long)(__ptr) - offsetof(type, member)); \