Symbol: __mem
arch/mips/include/asm/io.h
185
volatile type *__mem; \
arch/mips/include/asm/io.h
193
__mem = (void *)__swizzle_addr_##bwlq((unsigned long)(mem)); \
arch/mips/include/asm/io.h
195
__val = pfx##ioswab##bwlq(__mem, val); \
arch/mips/include/asm/io.h
198
*__mem = __val; \
arch/mips/include/asm/io.h
215
: "0" (__val), "m" (*__mem)); \
arch/mips/include/asm/io.h
224
volatile type *__mem; \
arch/mips/include/asm/io.h
227
__mem = (void *)__swizzle_addr_##bwlq((unsigned long)(mem)); \
arch/mips/include/asm/io.h
233
__val = *__mem; \
arch/mips/include/asm/io.h
247
: "m" (*__mem)); \
arch/mips/include/asm/io.h
258
return pfx##ioswab##bwlq(__mem, __val); \
drivers/net/ethernet/qlogic/qlcnic/qlcnic_minidump.c
1020
struct __mem *rom = &entry->region.mem;
drivers/net/ethernet/qlogic/qlcnic/qlcnic_minidump.c
234
struct __mem mem;
drivers/net/ethernet/qlogic/qlcnic/qlcnic_minidump.c
563
struct __mem *rom = &entry->region.mem;
drivers/net/ethernet/qlogic/qlcnic/qlcnic_minidump.c
661
struct __mem *mem, __le32 *buffer,
drivers/net/ethernet/qlogic/qlcnic/qlcnic_minidump.c
721
struct __mem *mem)
drivers/net/ethernet/qlogic/qlcnic/qlcnic_minidump.c
768
struct __mem *mem,
drivers/net/ethernet/qlogic/qlcnic/qlcnic_minidump.c
858
struct __mem *mem = &entry->region.mem;
drivers/pmdomain/amlogic/meson-ee-pwrc.c
248
#define VPU_PD(__name, __top_pd, __mem, __is_pwr_off, __resets, __clks) \
drivers/pmdomain/amlogic/meson-ee-pwrc.c
254
.mem_pd_count = ARRAY_SIZE(__mem), \
drivers/pmdomain/amlogic/meson-ee-pwrc.c
255
.mem_pd = __mem, \
drivers/pmdomain/amlogic/meson-ee-pwrc.c
259
#define TOP_PD(__name, __top_pd, __mem, __is_pwr_off) \
drivers/pmdomain/amlogic/meson-ee-pwrc.c
263
.mem_pd_count = ARRAY_SIZE(__mem), \
drivers/pmdomain/amlogic/meson-ee-pwrc.c
264
.mem_pd = __mem, \
drivers/pmdomain/amlogic/meson-ee-pwrc.c
268
#define MEM_PD(__name, __mem) \
drivers/pmdomain/amlogic/meson-ee-pwrc.c
269
TOP_PD(__name, NULL, __mem, NULL)