Home
last modified time | relevance | path

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

/openbmc/linux/samples/bpf/
H A Dxdp_sample.bpf.h83 static __always_inline void __write_once_size(volatile void *p, void *res, int size) in __write_once_size() function
109 __write_once_size(&(x), __u.__c, sizeof(x)); \
/openbmc/linux/tools/virtio/ringtest/
H A Dmain.h169 static __always_inline void __write_once_size(volatile void *p, void *res, int size) in __write_once_size() function
204 __write_once_size(&(x), __u.__c, sizeof(x)); \
/openbmc/linux/tools/include/linux/
H A Dcompiler.h149 static __always_inline void __write_once_size(volatile void *p, void *res, int size) in __write_once_size() function
196 __write_once_size(&(x), __u.__c, sizeof(x)); \
/openbmc/u-boot/include/linux/
H A Dcompiler.h241 static __always_inline void __write_once_size(volatile void *p, void *res, int size) in __write_once_size() function
298 __write_once_size(&(x), __u.__c, sizeof(x)); \