/linux-6.1.9/sound/pci/emu10k1/ |
D | io.c | 38 outl(regptr, emu->port + PTR); in snd_emu10k1_ptr_read() 45 outl(regptr, emu->port + PTR); in snd_emu10k1_ptr_read() 74 outl(regptr, emu->port + PTR); in snd_emu10k1_ptr_write() 80 outl(regptr, emu->port + PTR); in snd_emu10k1_ptr_write() 98 outl(regptr, emu->port + 0x20 + PTR); in snd_emu10k1_ptr20_read() 115 outl(regptr, emu->port + 0x20 + PTR); in snd_emu10k1_ptr20_write() 318 outl(CLIEH << 16, emu->port + PTR); in snd_emu10k1_voice_intr_enable() 322 outl(CLIEL << 16, emu->port + PTR); in snd_emu10k1_voice_intr_enable() 338 outl(CLIEH << 16, emu->port + PTR); in snd_emu10k1_voice_intr_disable() 342 outl(CLIEL << 16, emu->port + PTR); in snd_emu10k1_voice_intr_disable() [all …]
|
D | emuproc.c | 442 outl(regptr, emu->port + iobase + PTR); in snd_ptr_read() 460 outl(regptr, emu->port + iobase + PTR); in snd_ptr_write()
|
D | emu10k1x.c | 53 #define PTR 0x00 /* Indexed register set pointer register */ macro 289 outl(regptr, emu->port + PTR); in snd_emu10k1x_ptr_read() 306 outl(regptr, emu->port + PTR); in snd_emu10k1x_ptr_write()
|
/linux-6.1.9/arch/powerpc/xmon/ |
D | ansidecl.h | 87 #define PTR void * macro 108 #define PTR char * macro 109 #define PTRCONST PTR
|
/linux-6.1.9/arch/x86/kernel/ |
D | relocate_kernel_32.S | 18 #define PTR(x) (x << 2) macro 50 movl PTR(VA_CONTROL_PAGE)(%ebp), %edi 71 movl PTR(VA_CONTROL_PAGE)(%ebp), %edi 73 movl PTR(PA_PGD)(%ebp), %eax 75 movl PTR(PA_SWAP_PAGE)(%ebp), %eax 83 movl PTR(PA_CONTROL_PAGE)(%ebp), %edi 86 movl PTR(PA_PGD)(%ebp), %eax
|
D | relocate_kernel_64.S | 20 #define PTR(x) (x << 3) macro 64 movq PTR(VA_CONTROL_PAGE)(%rsi), %r11 87 movq PTR(PA_CONTROL_PAGE)(%rsi), %r8 90 movq PTR(PA_TABLE_PAGE)(%rsi), %r9 93 movq PTR(PA_SWAP_PAGE)(%rsi), %r10
|
/linux-6.1.9/include/linux/ |
D | dma-mapping.h | 591 #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.1.9/tools/bpf/bpftool/Documentation/ |
D | bpftool-btf.rst | 100 [1] PTR '(anon)' type_id=2 105 [4] PTR '(anon)' type_id=5 155 [1] PTR '(anon)' type_id=2 173 [11] PTR '(anon)' type_id=12 179 [15] PTR '(anon)' type_id=16 208 [86] PTR '(anon)' type_id=87 215 [86] PTR '(anon)' type_id=87 221 [1] PTR '(anon)' type_id=0 254 [104850] PTR '(anon)' type_id=104848 255 [104851] PTR '(anon)' type_id=104849
|
D | bpftool-gen.rst | 392 [5] PTR '(anon)' type_id=8 403 [1] PTR '(anon)' type_id=2 430 [7] PTR '(anon)' type_id=3
|
/linux-6.1.9/arch/nios2/kernel/ |
D | ptrace.c | 60 #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-6.1.9/Documentation/translations/zh_CN/core-api/ |
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-6.1.9/lib/ |
D | test_printf.c | 228 #define PTR ((void *)0xffff0123456789abUL) macro 240 nchars = snprintf(buf, PLAIN_BUF_SIZE, "%p", PTR); in plain_format() 260 #define PTR ((void *)0x456789ab) macro 300 ret = plain_hash_to_buffer(PTR, buf, PLAIN_BUF_SIZE); in plain_hash() 757 BUILD_BUG_ON(IS_ERR(PTR)); in errptr() 758 test_hashed("%pe", PTR); in errptr()
|
/linux-6.1.9/tools/include/nolibc/ |
D | types.h | 206 #define container_of(PTR, TYPE, FIELD) ({ \ argument 207 __typeof__(((TYPE *)0)->FIELD) *__FIELD_PTR = (PTR); \
|
/linux-6.1.9/arch/loongarch/include/asm/ |
D | asm.h | 162 #define PTR .word 185 #define PTR .dword
|
/linux-6.1.9/arch/arc/kernel/ |
D | ptrace.c | 172 #define REG_IN_CHUNK(FIRST, NEXT, PTR) \ in genregs_set() argument 175 (void *)(PTR), \ in genregs_set() 179 #define REG_IN_ONE(LOC, PTR) \ in genregs_set() argument 182 (void *)(PTR), \ in genregs_set()
|
/linux-6.1.9/arch/loongarch/lib/ |
D | clear_user.S | 19 PTR \from\()b, \to\()b
|
D | copy_user.S | 19 PTR \from\()b, \to\()b
|
/linux-6.1.9/arch/sparc/include/asm/ |
D | ns87303.h | 16 #define PTR 0x02 macro
|
D | parport.h | 168 ns87303_modify(config, PTR, in ecpp_probe()
|
/linux-6.1.9/arch/loongarch/kernel/ |
D | relocate_kernel.S | 111 PTR relocate_new_kernel_end - relocate_new_kernel
|
D | fpu.S | 25 PTR .ex\@, fault
|
/linux-6.1.9/Documentation/core-api/ |
D | assoc_array.rst | 448 1 PTR TO NODE B 1* 451 e PTR TO NODE F e* 456 3 PTR TO NODE C 13*
|
/linux-6.1.9/drivers/gpu/drm/nouveau/dispnv50/ |
D | disp.c | 148 NVIF_WV32(&dmac->base.user, NV507C, PUT, PTR, dmac->cur); in nv50_dmac_kick() 158 u32 get = NVIF_RV32(&dmac->base.user, NV507C, GET, PTR); in nv50_dmac_free() 170 u32 get = NVIF_RV32(&dmac->base.user, NV507C, GET, PTR); in nv50_dmac_wind() 177 if (NVIF_TV32(&dmac->base.user, NV507C, GET, PTR, >, 0)) in nv50_dmac_wind()
|
/linux-6.1.9/include/sound/ |
D | emu10k1.h | 52 #define PTR 0x00 /* Indexed register set pointer register */ macro
|
/linux-6.1.9/Documentation/arm64/ |
D | acpi_object_usage.rst | 302 RSDP Section 5.2.5 (signature == "RSD PTR")
|