Home
last modified time | relevance | path

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

/Linux-v4.19/include/trace/
Dbpf_probe.h39 UINTTYPE(sizeof(x)) __dst; \
40 memcpy(&__dst, &__src, sizeof(__dst)); \
41 (u64)__dst; })
/Linux-v4.19/arch/sparc/include/asm/
Dio_32.h88 static inline void sbus_memset_io(volatile void __iomem *__dst, int c, in sbus_memset_io() argument
92 sbus_writeb(c, __dst); in sbus_memset_io()
93 __dst++; in sbus_memset_io()