Searched refs:__read_once_size (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/virtio/ringtest/ |
| H A D | main.h | 150 void __read_once_size(const volatile void *p, void *res, int size) in __read_once_size() function 181 __read_once_size(&(x), __u.__c, sizeof(x)); \
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | compiler.h | 129 static __always_inline void __read_once_size(const volatile void *p, void *res, int size) in __read_once_size() function 182 __read_once_size(&(x), __u.__c, sizeof(x)); \
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/ |
| H A D | compiler.h | 242 void __read_once_size(const volatile void *p, void *res, int size) in __read_once_size() function 315 __read_once_size(&(x), __u.__c, sizeof(x)); \
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | compiler.h | 216 void __read_once_size(const volatile void *p, void *res, int size) in __read_once_size() function 281 __read_once_size(&(x), __u.__c, sizeof(x)); \
|
| /OK3568_Linux_fs/buildroot/board/roseapplepi/patches/uboot/ |
| H A D | 0001-compiler-.h-sync-include-linux-compiler-.h-with-Linu.patch | 633 +void __read_once_size(const volatile void *p, void *res, int size) 698 + __read_once_size(&(x), __u.__c, sizeof(x)); \
|