/linux-6.12.1/drivers/md/dm-vdo/ |
D | memory-alloc.h | 70 #define vdo_allocate(COUNT, TYPE, WHAT, PTR) \ argument 86 #define vdo_allocate_extended(TYPE1, COUNT, TYPE2, WHAT, PTR) \ argument
|
/linux-6.12.1/arch/nios2/kernel/ |
D | ptrace.c | 60 #define REG_IN_ONE(PTR, LOC) \ in genregs_set() argument 65 #define REG_IN_RANGE(PTR, START, END) \ in genregs_set() argument
|
/linux-6.12.1/arch/powerpc/xmon/ |
D | ansidecl.h | 87 #define PTR void * macro 108 #define PTR char * macro
|
/linux-6.12.1/include/linux/ |
D | dma-mapping.h | 629 #define dma_unmap_addr(PTR, ADDR_NAME) ((PTR)->ADDR_NAME) argument 630 #define dma_unmap_addr_set(PTR, ADDR_NAME, VAL) (((PTR)->ADDR_NAME) = (VAL)) argument 631 #define dma_unmap_len(PTR, LEN_NAME) ((PTR)->LEN_NAME) argument 632 #define dma_unmap_len_set(PTR, LEN_NAME, VAL) (((PTR)->LEN_NAME) = (VAL)) argument 636 #define dma_unmap_addr(PTR, ADDR_NAME) (0) argument 637 #define dma_unmap_addr_set(PTR, ADDR_NAME, VAL) do { } while (0) argument 638 #define dma_unmap_len(PTR, LEN_NAME) (0) argument 639 #define dma_unmap_len_set(PTR, LEN_NAME, VAL) do { } while (0) argument
|
/linux-6.12.1/arch/arc/kernel/ |
D | ptrace.c | 170 #define REG_IN_CHUNK(FIRST, NEXT, PTR) \ in genregs_set() argument 177 #define REG_IN_ONE(LOC, PTR) \ in genregs_set() argument
|
/linux-6.12.1/arch/x86/kernel/ |
D | relocate_kernel_64.S | 22 #define PTR(x) (x << 3) macro
|
D | relocate_kernel_32.S | 18 #define PTR(x) (x << 2) macro
|
/linux-6.12.1/arch/sparc/include/asm/ |
D | ns87303.h | 16 #define PTR 0x02 macro
|
/linux-6.12.1/lib/ |
D | test_printf.c | 215 #define PTR ((void *)0xffff0123456789abUL) macro 247 #define PTR ((void *)0x456789ab) macro
|
/linux-6.12.1/tools/include/nolibc/ |
D | types.h | 211 #define container_of(PTR, TYPE, FIELD) ({ \ argument
|
/linux-6.12.1/sound/pci/emu10k1/ |
D | emu10k1x.c | 53 #define PTR 0x00 /* Indexed register set pointer register */ macro
|
/linux-6.12.1/include/sound/ |
D | emu10k1.h | 76 #define PTR 0x00 /* Indexed register set pointer register */ macro
|