Searched refs:__BUILD_MEMORY_STRING (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/arch/sh/include/asm/ |
D | io.h | 89 #define __BUILD_MEMORY_STRING(pfx, bwlq, type) \ macro 114 __BUILD_MEMORY_STRING(__raw_, b, u8) 115 __BUILD_MEMORY_STRING(__raw_, w, u16) 121 __BUILD_MEMORY_STRING(__raw_, l, u32) 124 __BUILD_MEMORY_STRING(__raw_, q, u64)
|
/Linux-v4.19/arch/mips/include/asm/ |
D | io.h | 504 #define __BUILD_MEMORY_STRING(bwlq, type) \ in BUILDIO_MEM() macro 554 __BUILD_MEMORY_STRING(bwlq, type) \
|