Home
last modified time | relevance | path

Searched defs:PTR (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/md/dm-vdo/
H A Dmemory-alloc.h70 #define vdo_allocate(COUNT, TYPE, WHAT, PTR) \ argument
86 #define vdo_allocate_extended(TYPE1, COUNT, TYPE2, WHAT, PTR) \ argument
/linux/include/linux/firmware/thead/
H A Dthead,th1520-aon.h141 #define RPC_GET_BE64(MESG, OFFSET, PTR) \ argument
152 #define RPC_GET_BE32(MESG, OFFSET, PTR) \ argument
161 #define RPC_GET_BE16(MESG, OFFSET, PTR) \ argument
168 #define RPC_GET_U8(MESG, OFFSET, PTR) \ argument
/linux/arch/nios2/kernel/
H A Dptrace.c60 #define REG_IN_ONE(PTR, LOC) \ in genregs_set() argument
65 #define REG_IN_RANGE(PTR, START, END) \ in genregs_set() argument
/linux/arch/powerpc/xmon/
H A Dansidecl.h87 #define PTR void * macro
108 #define PTR char * macro
/linux/include/linux/
H A Ddma-mapping.h710 #define dma_unmap_addr(PTR, ADDR_NAME) ((PTR)->ADDR_NAME) argument
711 #define dma_unmap_addr_set(PTR, ADDR_NAME, VAL) (((PTR)->ADDR_NAME) = (VAL)) argument
712 #define dma_unmap_len(PTR, LEN_NAME) ((PTR)->LEN_NAME) argument
713 #define dma_unmap_len_set(PTR, LEN_NAME, VAL) (((PTR)->LEN_NAME) = (VAL)) argument
717 #define dma_unmap_addr(PTR, ADDR_NAME) \ argument
719 dma_unmap_addr_set(PTR,ADDR_NAME,VAL) global() argument
721 dma_unmap_len(PTR,LEN_NAME) global() argument
723 dma_unmap_len_set(PTR,LEN_NAME,VAL) global() argument
[all...]
/linux/arch/x86/kernel/
H A Drelocate_kernel_32.S18 #define PTR(x) (x << 2) macro
H A Drelocate_kernel_64.S23 #define PTR(x) (x << 3) macro
/linux/arch/arc/kernel/
H A Dptrace.c170 #define REG_IN_CHUNK(FIRST, NEXT, PTR) \ in genregs_set() argument
177 #define REG_IN_ONE(LOC, PTR) \ in genregs_set() argument
/linux/arch/sparc/include/asm/
H A Dns87303.h16 #define PTR 0x02 macro
/linux/lib/tests/
H A Dprintf_kunit.c219 #define PTR ((void *)0xffff0123456789abUL) macro
228 #define PTR ((void *)0x456789ab) macro
/linux/include/net/
H A Dnetmem.h399 #define netmem_dma_unmap_addr_set(NETMEM, PTR, ADDR_NAME, VAL) \ argument
/linux/tools/include/nolibc/
H A Dtypes.h192 #define container_of(PTR, TYPE, FIELD) ({ \ argument
/linux/sound/pci/emu10k1/
H A Demu10k1x.c54 #define PTR 0x00 /* Indexed register set pointer register */ macro
/linux/include/sound/
H A Demu10k1.h76 #define PTR 0x00 /* Indexed register set pointer register */ macro