PTR
#define REG_IN_CHUNK(FIRST, NEXT, PTR) \
(void *)(PTR), \
#define REG_IN_ONE(LOC, PTR) \
(void *)(PTR), \
PTR 766b
PTR \sym
#define REG_IN_ONE(PTR, LOC) \
(void *)(PTR), LOC * 4, (LOC * 4) + 4);
#define REG_IN_RANGE(PTR, START, END) \
(void *)(PTR), START * 4, (END * 4) + 4);
#define PTRCONST PTR
ns87303_modify(config, PTR,
NVIF_WV32(&dmac->base.user, NV507C, PUT, PTR, dmac->cur);
u32 get = NVIF_RV32(&dmac->base.user, NV507C, GET, PTR);
u32 get = NVIF_RV32(&dmac->base.user, NV507C, GET, PTR);
if (NVIF_TV32(&dmac->base.user, NV507C, GET, PTR, >, 0))
#define vdo_allocate(COUNT, TYPE, WHAT, PTR) \
__vdo_do_allocation(COUNT, sizeof(TYPE), 0, __alignof__(TYPE), WHAT, PTR)
#define vdo_allocate_extended(TYPE1, COUNT, TYPE2, WHAT, PTR) \
TYPE1 **_ptr = (PTR); \
#define dma_unmap_addr(PTR, ADDR_NAME) ((PTR)->ADDR_NAME)
#define dma_unmap_addr_set(PTR, ADDR_NAME, VAL) (((PTR)->ADDR_NAME) = (VAL))
#define dma_unmap_len(PTR, LEN_NAME) ((PTR)->LEN_NAME)
#define dma_unmap_len_set(PTR, LEN_NAME, VAL) (((PTR)->LEN_NAME) = (VAL))
#define dma_unmap_addr(PTR, ADDR_NAME) \
({ typeof(PTR) __p __maybe_unused = PTR; 0; })
#define dma_unmap_addr_set(PTR, ADDR_NAME, VAL) \
do { typeof(PTR) __p __maybe_unused = PTR; } while (0)
#define dma_unmap_len(PTR, LEN_NAME) \
({ typeof(PTR) __p __maybe_unused = PTR; 0; })
#define dma_unmap_len_set(PTR, LEN_NAME, VAL) \
do { typeof(PTR) __p __maybe_unused = PTR; } while (0)
#define RPC_GET_BE64(MESG, OFFSET, PTR) \
*(u32 *)(PTR) = \
#define RPC_GET_BE32(MESG, OFFSET, PTR) \
*(u32 *)(PTR) = \
#define RPC_GET_BE16(MESG, OFFSET, PTR) \
*(u16 *)(PTR) = (data[_offset + 1] | data[_offset + 0] << 8); \
#define RPC_GET_U8(MESG, OFFSET, PTR) \
*(u8 *)(PTR) = (data[OFFSET]); \
#define netmem_dma_unmap_addr_set(NETMEM, PTR, ADDR_NAME, VAL) \
dma_unmap_addr_set(PTR, ADDR_NAME, VAL); \
dma_unmap_addr_set(PTR, ADDR_NAME, 0); \
plain_hash_to_buffer(kunittest, PTR, buf, PLAIN_BUF_SIZE);
BUILD_BUG_ON(IS_ERR(PTR));
test_hashed(kunittest, "%pe", PTR);
outl(regptr, emu->port + PTR);
outl(regptr, emu->port + PTR);
outl(regptr, emu->port + iobase + PTR);
outl(regptr, emu->port + iobase + PTR);
outl((reg << 16) | chn, emu->port + PTR);
outl(regptr, emu->port + PTR);
outl(CLIEH << 16, emu->port + PTR);
outl(CLIEL << 16, emu->port + PTR);
outl(CLIEH << 16, emu->port + PTR);
outl(CLIEL << 16, emu->port + PTR);
outl(CLIPH << 16, emu->port + PTR);
outl(CLIPL << 16, emu->port + PTR);
outl(HLIEH << 16, emu->port + PTR);
outl(HLIEL << 16, emu->port + PTR);
outl(HLIEH << 16, emu->port + PTR);
outl(HLIEL << 16, emu->port + PTR);
outl(HLIPH << 16, emu->port + PTR);
outl(HLIPL << 16, emu->port + PTR);
outl(SOLEH << 16, emu->port + PTR);
outl(SOLEL << 16, emu->port + PTR);
outl(SOLEH << 16, emu->port + PTR);
outl(SOLEL << 16, emu->port + PTR);
outl(SOLEL << 16, emu->port + PTR);
outl(SOLEH << 16, emu->port + PTR);
outl(SOLEL << 16, emu->port + PTR);
outl(SOLEH << 16, emu->port + PTR);
outl(SOLEL << 16, emu->port + PTR);
outl(SOLEH << 16, emu->port + PTR);
outl(SOLEL << 16, emu->port + PTR);
outl(SOLEH << 16, emu->port + PTR);
outl(regptr, emu->port + PTR);
outl(regptr, emu->port + PTR);
#define container_of(PTR, TYPE, FIELD) ({ \
__typeof__(((TYPE *)0)->FIELD) *__FIELD_PTR = (PTR); \
TYPE(test_type_ptr, PTR, "%p", uintptr_t)