| /Linux-v5.4/arch/mips/kernel/ |
| D | unaligned.c | 127 STR(PTR)"\t1b, 4b\n\t" \ 128 STR(PTR)"\t2b, 4b\n\t" \ 148 STR(PTR)"\t1b, 4b\n\t" \ 149 STR(PTR)"\t2b, 4b\n\t" \ 181 STR(PTR)"\t1b, 11b\n\t" \ 182 STR(PTR)"\t2b, 11b\n\t" \ 183 STR(PTR)"\t3b, 11b\n\t" \ 184 STR(PTR)"\t4b, 11b\n\t" \ 209 STR(PTR)"\t1b, 4b\n\t" \ 210 STR(PTR)"\t2b, 4b\n\t" \ [all …]
|
| D | relocate_kernel.S | 151 arg0: PTR 0x0 152 arg1: PTR 0x0 153 arg2: PTR 0x0 154 arg3: PTR 0x0 165 s_arg0: PTR 0x0 166 s_arg1: PTR 0x0 167 s_arg2: PTR 0x0 168 s_arg3: PTR 0x0 177 PTR 0x0 182 PTR 0 [all …]
|
| D | mips-r2-to-r6-emul.c | 1261 STR(PTR) " 1b,8b\n" in mipsr2_decoder() 1262 STR(PTR) " 2b,8b\n" in mipsr2_decoder() 1263 STR(PTR) " 3b,8b\n" in mipsr2_decoder() 1264 STR(PTR) " 4b,8b\n" in mipsr2_decoder() 1336 STR(PTR) " 1b,8b\n" in mipsr2_decoder() 1337 STR(PTR) " 2b,8b\n" in mipsr2_decoder() 1338 STR(PTR) " 3b,8b\n" in mipsr2_decoder() 1339 STR(PTR) " 4b,8b\n" in mipsr2_decoder() 1407 STR(PTR) " 1b,8b\n" in mipsr2_decoder() 1408 STR(PTR) " 2b,8b\n" in mipsr2_decoder() [all …]
|
| D | syscall.c | 124 " "STR(PTR)" 1b, 4b \n" in mips_atomic_set() 125 " "STR(PTR)" 2b, 4b \n" in mips_atomic_set() 154 " "STR(PTR)" 1b, 5b \n" in mips_atomic_set() 155 " "STR(PTR)" 2b, 5b \n" in mips_atomic_set()
|
| D | scall32-o32.S | 77 PTR load_a4, bad_stack_a4 78 PTR load_a5, bad_stack_a5 79 PTR load_a6, bad_stack_a6 80 PTR load_a7, bad_stack_a7 220 #define __SYSCALL(nr, entry) PTR entry
|
| D | scall64-o32.S | 76 PTR load_a4, bad_stack_a4 77 PTR load_a5, bad_stack_a5 78 PTR load_a6, bad_stack_a6 79 PTR load_a7, bad_stack_a7 216 #define __SYSCALL(nr, entry) PTR entry
|
| D | r2300_fpu.S | 26 PTR 9b,fault; \ 32 PTR 9b,bad_stack; \ 33 PTR 9b+4,bad_stack; \
|
| D | scall64-n32.S | 104 #define __SYSCALL(nr, entry) PTR entry
|
| D | scall64-n64.S | 112 #define __SYSCALL(nr, entry) PTR entry
|
| /Linux-v5.4/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 …]
|
| /Linux-v5.4/arch/nios2/kernel/ |
| D | ptrace.c | 36 #define REG_O_ONE(PTR, LOC) \ in genregs_get() argument 38 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, PTR, \ in genregs_get() 41 #define REG_O_RANGE(PTR, START, END) \ in genregs_get() argument 43 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, PTR, \ in genregs_get() 82 #define REG_IN_ONE(PTR, LOC) \ in genregs_set() argument 85 (void *)(PTR), LOC * 4, (LOC * 4) + 4); in genregs_set() 87 #define REG_IN_RANGE(PTR, START, END) \ in genregs_set() argument 90 (void *)(PTR), START * 4, (END * 4) + 4); in genregs_set()
|
| /Linux-v5.4/arch/x86/kernel/ |
| D | relocate_kernel_32.S | 16 #define PTR(x) (x << 2) macro 49 movl PTR(VA_CONTROL_PAGE)(%ebp), %edi 70 movl PTR(VA_CONTROL_PAGE)(%ebp), %edi 72 movl PTR(PA_PGD)(%ebp), %eax 74 movl PTR(PA_SWAP_PAGE)(%ebp), %eax 82 movl PTR(PA_CONTROL_PAGE)(%ebp), %edi 85 movl PTR(PA_PGD)(%ebp), %eax
|
| D | relocate_kernel_64.S | 17 #define PTR(x) (x << 3) macro 60 movq PTR(VA_CONTROL_PAGE)(%rsi), %r11 83 movq PTR(PA_CONTROL_PAGE)(%rsi), %r8 86 movq PTR(PA_TABLE_PAGE)(%rsi), %r9 89 movq PTR(PA_SWAP_PAGE)(%rsi), %r10
|
| /Linux-v5.4/arch/powerpc/xmon/ |
| D | ansidecl.h | 87 #define PTR void * macro 108 #define PTR char * macro 109 #define PTRCONST PTR
|
| /Linux-v5.4/arch/arc/kernel/ |
| D | ptrace.c | 29 #define REG_O_CHUNK(START, END, PTR) \ in genregs_get() argument 31 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, PTR, \ in genregs_get() 35 #define REG_O_ONE(LOC, PTR) \ in genregs_get() argument 37 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, PTR, \ in genregs_get() 114 #define REG_IN_CHUNK(FIRST, NEXT, PTR) \ in genregs_set() argument 117 (void *)(PTR), \ in genregs_set() 121 #define REG_IN_ONE(LOC, PTR) \ in genregs_set() argument 124 (void *)(PTR), \ in genregs_set()
|
| /Linux-v5.4/tools/bpf/bpftool/Documentation/ |
| D | bpftool-btf.rst | 91 [1] PTR '(anon)' type_id=2 96 [4] PTR '(anon)' type_id=5 144 [1] PTR '(anon)' type_id=2 162 [11] PTR '(anon)' type_id=12 168 [15] PTR '(anon)' type_id=16 197 [86] PTR '(anon)' type_id=87 204 [86] PTR '(anon)' type_id=87 210 [1] PTR '(anon)' type_id=0
|
| /Linux-v5.4/arch/mips/include/asm/ |
| D | ftrace.h | 35 STR(PTR) "\t1b, 3b\n\t" \ 57 STR(PTR) "\t1b, 3b\n\t" \
|
| D | asm.h | 257 #define PTR .word macro 282 #define PTR .dword macro
|
| D | r4kcache.h | 115 " "STR(PTR)" 1b, 3b \n" \ 139 " "STR(PTR)" 1b, 3b \n" \
|
| /Linux-v5.4/include/linux/ |
| D | dma-mapping.h | 807 #define dma_unmap_addr(PTR, ADDR_NAME) ((PTR)->ADDR_NAME) argument 808 #define dma_unmap_addr_set(PTR, ADDR_NAME, VAL) (((PTR)->ADDR_NAME) = (VAL)) argument 809 #define dma_unmap_len(PTR, LEN_NAME) ((PTR)->LEN_NAME) argument 810 #define dma_unmap_len_set(PTR, LEN_NAME, VAL) (((PTR)->LEN_NAME) = (VAL)) argument 814 #define dma_unmap_addr(PTR, ADDR_NAME) (0) argument 815 #define dma_unmap_addr_set(PTR, ADDR_NAME, VAL) do { } while (0) argument 816 #define dma_unmap_len(PTR, LEN_NAME) (0) argument 817 #define dma_unmap_len_set(PTR, LEN_NAME, VAL) do { } while (0) argument
|
| /Linux-v5.4/arch/mips/lib/ |
| D | strncpy_user.S | 18 PTR 9b, handler; \ 64 PTR 1b, .Lfault\@
|
| D | strnlen_user.S | 17 PTR 9b, handler; \
|
| /Linux-v5.4/lib/ |
| D | test_printf.c | 211 #define PTR ((void *)0xffff0123456789abUL) macro 222 nchars = snprintf(buf, PLAIN_BUF_SIZE, "%p", PTR); in plain_format() 242 #define PTR ((void *)0x456789ab) macro 281 ret = plain_hash_to_buffer(PTR, buf, PLAIN_BUF_SIZE); in plain_hash()
|
| /Linux-v5.4/arch/sparc/include/asm/ |
| D | ns87303.h | 16 #define PTR 0x02 macro
|
| D | parport.h | 168 ns87303_modify(config, PTR, in ecpp_probe()
|