Home
last modified time | relevance | path

Searched refs:PTR (Results 1 – 19 of 19) sorted by relevance

/linux/drivers/md/dm-vdo/
H A Dmemory-alloc.h70 #define vdo_allocate(COUNT, TYPE, WHAT, PTR) \ argument
71 __vdo_do_allocation(COUNT, sizeof(TYPE), 0, __alignof__(TYPE), WHAT, PTR)
86 #define vdo_allocate_extended(TYPE1, COUNT, TYPE2, WHAT, PTR) \ argument
89 TYPE1 **_ptr = (PTR); \
/linux/arch/powerpc/xmon/
H A Dansidecl.h87 #define PTR void * macro
108 #define PTR char * macro
109 #define PTRCONST PTR
/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-btf.rst101 [1] PTR '(anon)' type_id=2
106 [4] PTR '(anon)' type_id=5
156 [1] PTR '(anon)' type_id=2
174 [11] PTR '(anon)' type_id=12
180 [15] PTR '(anon)' type_id=16
209 [86] PTR '(anon)' type_id=87
216 [86] PTR '(anon)' type_id=87
222 [1] PTR '(anon)' type_id=0
255 [104850] PTR '(anon)' type_id=104848
256 [104851] PTR '(anon)' type_id=104849
/linux/arch/nios2/kernel/
H A Dptrace.c60 #define REG_IN_ONE(PTR, LOC) \ in genregs_set() argument
63 (void *)(PTR), LOC * 4, (LOC * 4) + 4); in genregs_set()
65 #define REG_IN_RANGE(PTR, START, END) \ in genregs_set() argument
68 (void *)(PTR), START * 4, (END * 4) + 4); in genregs_set()
/linux/Documentation/sound/hd-audio/
H A Dintel-multi-link.rst97 change in functionality. The LEPTR.PTR value is an offset from the
168 | PTR |------------+
188 functionality. The LEPTR.PTR value is an offset from the ML
239 | PTR |-----------+
258 change in functionality. The LEPTR.PTR value is an offset from the ML
309 … | PTR |-----------+ +-----------------+ 0x00028C00 + 0x1000 * x
/linux/Documentation/translations/zh_CN/core-api/
H A Dassoc_array.rst392 1 PTR TO NODE B 1*
395 e PTR TO NODE F e*
400 3 PTR TO NODE C 13*
/linux/include/net/
H A Dnetmem.h423 #define netmem_dma_unmap_addr_set(NETMEM, PTR, ADDR_NAME, VAL) \
426 dma_unmap_addr_set(PTR, ADDR_NAME, VAL); \
428 dma_unmap_addr_set(PTR, ADDR_NAME, 0); \
399 netmem_dma_unmap_addr_set(NETMEM,PTR,ADDR_NAME,VAL) global() argument
/linux/tools/include/nolibc/
H A Dtypes.h160 #define container_of(PTR, TYPE, FIELD) ({ \
161 __typeof__(((TYPE *)0)->FIELD) *__FIELD_PTR = (PTR); \
145 container_of(PTR,TYPE,FIELD) global() argument
/linux/lib/tests/
H A Dprintf_kunit.c219 #define PTR ((void *)0xffff0123456789abUL) macro
228 #define PTR ((void *)0x456789ab) macro
256 plain_hash_to_buffer(kunittest, PTR, buf, PLAIN_BUF_SIZE); in hash_pointer()
758 BUILD_BUG_ON(IS_ERR(PTR)); in errptr()
759 test_hashed(kunittest, "%pe", PTR); in errptr()
/linux/arch/arc/kernel/
H A Dptrace.c170 #define REG_IN_CHUNK(FIRST, NEXT, PTR) \ in genregs_set() argument
173 (void *)(PTR), \ in genregs_set()
177 #define REG_IN_ONE(LOC, PTR) \ in genregs_set() argument
180 (void *)(PTR), \ in genregs_set()
/linux/arch/loongarch/include/asm/
H A Dasm.h185 #define PTR .word
215 #define PTR .dword
H A Dasmmacro.h675 PTR 766b
676 PTR \sym
/linux/arch/sparc/include/asm/
H A Dns87303.h16 #define PTR 0x02 macro
/linux/tools/testing/selftests/kvm/
H A Dguest_print_test.c38 TYPE(test_type_ptr, PTR, "%p", uintptr_t)
/linux/sound/pci/emu10k1/
H A Demu10k1x.c54 #define PTR 0x00 /* Indexed register set pointer register */ macro
289 outl(regptr, emu->port + PTR); in snd_emu10k1x_ptr_read()
303 outl(regptr, emu->port + PTR); in snd_emu10k1x_ptr_write()
/linux/Documentation/trace/
H A Dfprobetrace.rst150 support, you don't need a memory dereference operator (``+0(PTR)``) for
151 accessing the string pointed by a ``PTR``. It automatically adds the memory
/linux/Documentation/core-api/
H A Dassoc_array.rst453 1 PTR TO NODE B 1*
456 e PTR TO NODE F e*
465 3 PTR TO NODE C 13*
/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c152 NVIF_WV32(&dmac->base.user, NV507C, PUT, PTR, dmac->cur); in nv50_dmac_kick()
162 u32 get = NVIF_RV32(&dmac->base.user, NV507C, GET, PTR); in nv50_dmac_free()
174 u32 get = NVIF_RV32(&dmac->base.user, NV507C, GET, PTR); in nv50_dmac_wind()
181 if (NVIF_TV32(&dmac->base.user, NV507C, GET, PTR, >, 0)) in nv50_dmac_wind()
/linux/Documentation/arch/arm64/
H A Dacpi_object_usage.rst367 RSDP Section 5.2.5 (signature == "RSD PTR")