| /linux/include/linux/ |
| H A D | dma-mapping.h | 788 #define dma_unmap_addr(PTR, ADDR_NAME) ((PTR)->ADDR_NAME) argument 789 #define dma_unmap_addr_set(PTR, ADDR_NAME, VAL) (((PTR)->ADDR_NAME) = (VAL)) argument 790 #define dma_unmap_len(PTR, LEN_NAME) ((PTR)->LEN_NAME) argument 791 #define dma_unmap_len_set(PTR, LEN_NAME, VAL) (((PTR)->LEN_NAME) = (VAL)) argument 795 #define dma_unmap_addr(PTR, ADDR_NAME) \ argument 796 ({ typeof(PTR) __p __maybe_unused = PTR; 0; }) 797 #define dma_unmap_addr_set(PTR, ADDR_NAME, VAL) \ argument 798 do { typeof(PTR) __p __maybe_unused = PTR; } while (0) 799 #define dma_unmap_len(PTR, LEN_NAME) \ argument 800 ({ typeof(PTR) __p __maybe_unused = PTR; 0; }) [all …]
|
| /linux/arch/powerpc/xmon/ |
| H A D | ansidecl.h | 87 #define PTR void * macro 108 #define PTR char * macro 109 #define PTRCONST PTR
|
| /linux/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-btf.rst | 104 [1] PTR '(anon)' type_id=2 109 [4] PTR '(anon)' type_id=5 159 [1] PTR '(anon)' type_id=2 177 [11] PTR '(anon)' type_id=12 183 [15] PTR '(anon)' type_id=16 212 [86] PTR '(anon)' type_id=87 219 [86] PTR '(anon)' type_id=87 225 [1] PTR '(anon)' type_id=0 258 [104850] PTR '(anon)' type_id=104848 259 [104851] PTR '(ano [all...] |
| /linux/Documentation/sound/hd-audio/ |
| H A D | intel-multi-link.rst | 97 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 D | assoc_array.rst | 392 1 PTR TO NODE B 1* 395 e PTR TO NODE F e* 400 3 PTR TO NODE C 13*
|
| /linux/tools/include/nolibc/ |
| H A D | types.h | 160 #define container_of(PTR, TYPE, FIELD) ({ \ 161 __typeof__(((TYPE *)0)->FIELD) *__FIELD_PTR = (PTR); \ 145 container_of(PTR,TYPE,FIELD) global() argument
|
| /linux/include/net/ |
| H A D | netmem.h | 397 #define netmem_dma_unmap_addr_set(NETMEM, PTR, ADDR_NAME, VAL) \ argument 400 dma_unmap_addr_set(PTR, ADDR_NAME, VAL); \ 402 dma_unmap_addr_set(PTR, ADDR_NAME, 0); \
|
| /linux/arch/loongarch/include/asm/ |
| H A D | asm.h | 185 #define PTR .word 215 #define PTR .dword
|
| H A D | asmmacro.h | 675 PTR 766b 676 PTR \sym
|
| /linux/arch/sparc/include/asm/ |
| H A D | ns87303.h | 16 #define PTR 0x02 macro
|
| /linux/tools/testing/selftests/kvm/ |
| H A D | guest_print_test.c | 38 TYPE(test_type_ptr, PTR, "%p", uintptr_t)
|
| /linux/sound/pci/emu10k1/ |
| H A D | emu10k1x.c | 54 #define PTR 0x00 /* Indexed register set pointer register */ macro 93 /* Emu10k1x pointer-offset register set, accessed through the PTR and DATA registers */ 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 D | fprobetrace.rst | 160 support, you don't need a memory dereference operator (``+0(PTR)``) for 161 accessing the string pointed by a ``PTR``. It automatically adds the memory
|
| /linux/Documentation/core-api/ |
| H A D | assoc_array.rst | 453 1 PTR TO NODE B 1* 456 e PTR TO NODE F e* 465 3 PTR TO NODE C 13*
|
| /linux/arch/x86/kernel/ |
| H A D | relocate_kernel_64.S | 23 #define PTR(x) (x << 3) macro
|
| /linux/Documentation/arch/arm64/ |
| H A D | acpi_object_usage.rst | 367 RSDP Section 5.2.5 (signature == "RSD PTR")
|