Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/nios2/kernel/
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-6.3-rc2/include/linux/
A Ddma-mapping.h591 #define dma_unmap_addr(PTR, ADDR_NAME) ((PTR)->ADDR_NAME) argument
592 #define dma_unmap_addr_set(PTR, ADDR_NAME, VAL) (((PTR)->ADDR_NAME) = (VAL)) argument
593 #define dma_unmap_len(PTR, LEN_NAME) ((PTR)->LEN_NAME) argument
594 #define dma_unmap_len_set(PTR, LEN_NAME, VAL) (((PTR)->LEN_NAME) = (VAL)) argument
598 #define dma_unmap_addr(PTR, ADDR_NAME) (0) argument
599 #define dma_unmap_addr_set(PTR, ADDR_NAME, VAL) do { } while (0) argument
600 #define dma_unmap_len(PTR, LEN_NAME) (0) argument
601 #define dma_unmap_len_set(PTR, LEN_NAME, VAL) do { } while (0) argument
/linux-6.3-rc2/arch/powerpc/xmon/
A Dansidecl.h87 #define PTR void * macro
108 #define PTR char * macro
/linux-6.3-rc2/arch/x86/kernel/
A Drelocate_kernel_64.S20 #define PTR(x) (x << 3) macro
A Drelocate_kernel_32.S18 #define PTR(x) (x << 2) macro
/linux-6.3-rc2/arch/arc/kernel/
A Dptrace.c172 #define REG_IN_CHUNK(FIRST, NEXT, PTR) \ in genregs_set() argument
179 #define REG_IN_ONE(LOC, PTR) \ in genregs_set() argument
/linux-6.3-rc2/arch/loongarch/include/asm/
A Dasm.h162 #define PTR .word macro
185 #define PTR .dword macro
/linux-6.3-rc2/arch/sparc/include/asm/
A Dns87303.h16 #define PTR 0x02 macro
/linux-6.3-rc2/lib/
A Dtest_printf.c216 #define PTR ((void *)0xffff0123456789abUL) macro
248 #define PTR ((void *)0x456789ab) macro
/linux-6.3-rc2/tools/include/nolibc/
A Dtypes.h206 #define container_of(PTR, TYPE, FIELD) ({ \ argument
/linux-6.3-rc2/sound/pci/emu10k1/
A Demu10k1x.c53 #define PTR 0x00 /* Indexed register set pointer register */ macro
/linux-6.3-rc2/include/sound/
A Demu10k1.h52 #define PTR 0x00 /* Indexed register set pointer register */ macro

Completed in 31 milliseconds