Searched refs:__read_once_size (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/virtio/ringtest/ |
H A D | main.h | 155 void __read_once_size(const volatile void *p, void *res, int size) in __read_once_size() function 187 __read_once_size(&(x), __u.__c, sizeof(x)); \ 195 __read_once_size(&(x), __u.__c, sizeof(x)); \
|
/openbmc/linux/samples/bpf/ |
H A D | xdp_sample.bpf.h | 69 static __always_inline void __read_once_size(const volatile void *p, void *res, int size) in __read_once_size() function 101 __read_once_size(&(x), __u.__c, sizeof(x)); \
|
/openbmc/linux/tools/include/linux/ |
H A D | compiler.h | 135 static __always_inline void __read_once_size(const volatile void *p, void *res, int size) in __read_once_size() function 188 __read_once_size(&(x), __u.__c, sizeof(x)); \
|
/openbmc/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)); \
|