Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/arch/mips/include/asm/
Dunaligned-emul.h23 STR(PTR)"\t1b, 4b\n\t" \
24 STR(PTR)"\t2b, 4b\n\t" \
44 STR(PTR)"\t1b, 4b\n\t" \
45 STR(PTR)"\t2b, 4b\n\t" \
77 STR(PTR)"\t1b, 11b\n\t" \
78 STR(PTR)"\t2b, 11b\n\t" \
79 STR(PTR)"\t3b, 11b\n\t" \
80 STR(PTR)"\t4b, 11b\n\t" \
105 STR(PTR)"\t1b, 4b\n\t" \
106 STR(PTR)"\t2b, 4b\n\t" \
[all …]
Dftrace.h35 STR(PTR) "\t1b, 3b\n\t" \
57 STR(PTR) "\t1b, 3b\n\t" \
Dasm.h279 #define PTR .word macro
304 #define PTR .dword macro
Dr4kcache.h120 " "STR(PTR)" 1b, 3b \n" \
144 " "STR(PTR)" 1b, 3b \n" \
/kernel/linux/linux-5.10/arch/mips/kernel/
Drelocate_kernel.S151 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 …]
Dmips-r2-to-r6-emul.c1261 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 …]
Dsyscall.c125 " "STR(PTR)" 1b, 4b \n" in mips_atomic_set()
126 " "STR(PTR)" 2b, 4b \n" in mips_atomic_set()
155 " "STR(PTR)" 1b, 5b \n" in mips_atomic_set()
156 " "STR(PTR)" 2b, 5b \n" in mips_atomic_set()
Dscall64-o32.S76 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
Dscall32-o32.S77 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
Dr2300_fpu.S26 PTR 9b,fault; \
32 PTR 9b,fault; \
33 PTR 9b+4,fault; \
Dscall64-n32.S104 #define __SYSCALL(nr, entry) PTR entry
Dscall64-n64.S112 #define __SYSCALL(nr, entry) PTR entry
/kernel/linux/linux-5.10/sound/pci/emu10k1/
Dio.c38 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 …]
/kernel/linux/linux-5.10/arch/powerpc/xmon/
Dansidecl.h87 #define PTR void * macro
108 #define PTR char * macro
109 #define PTRCONST PTR
/kernel/linux/linux-5.10/arch/x86/kernel/
Drelocate_kernel_32.S18 #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
Drelocate_kernel_64.S20 #define PTR(x) (x << 3) macro
63 movq PTR(VA_CONTROL_PAGE)(%rsi), %r11
86 movq PTR(PA_CONTROL_PAGE)(%rsi), %r8
89 movq PTR(PA_TABLE_PAGE)(%rsi), %r9
92 movq PTR(PA_SWAP_PAGE)(%rsi), %r10
/kernel/linux/linux-5.10/include/linux/
Ddma-mapping.h564 #define dma_unmap_addr(PTR, ADDR_NAME) ((PTR)->ADDR_NAME) argument
565 #define dma_unmap_addr_set(PTR, ADDR_NAME, VAL) (((PTR)->ADDR_NAME) = (VAL)) argument
566 #define dma_unmap_len(PTR, LEN_NAME) ((PTR)->LEN_NAME) argument
567 #define dma_unmap_len_set(PTR, LEN_NAME, VAL) (((PTR)->LEN_NAME) = (VAL)) argument
571 #define dma_unmap_addr(PTR, ADDR_NAME) (0) argument
572 #define dma_unmap_addr_set(PTR, ADDR_NAME, VAL) do { } while (0) argument
573 #define dma_unmap_len(PTR, LEN_NAME) (0) argument
574 #define dma_unmap_len_set(PTR, LEN_NAME, VAL) do { } while (0) argument
/kernel/linux/linux-5.10/tools/bpf/bpftool/Documentation/
Dbpftool-btf.rst82 [1] PTR '(anon)' type_id=2
87 [4] PTR '(anon)' type_id=5
137 [1] PTR '(anon)' type_id=2
155 [11] PTR '(anon)' type_id=12
161 [15] PTR '(anon)' type_id=16
190 [86] PTR '(anon)' type_id=87
197 [86] PTR '(anon)' type_id=87
203 [1] PTR '(anon)' type_id=0
/kernel/linux/linux-5.10/arch/nios2/kernel/
Dptrace.c61 #define REG_IN_ONE(PTR, LOC) \ in genregs_set() argument
64 (void *)(PTR), LOC * 4, (LOC * 4) + 4); in genregs_set()
66 #define REG_IN_RANGE(PTR, START, END) \ in genregs_set() argument
69 (void *)(PTR), START * 4, (END * 4) + 4); in genregs_set()
/kernel/linux/linux-5.10/lib/
Dtest_printf.c213 #define PTR ((void *)0xffff0123456789abUL) macro
225 nchars = snprintf(buf, PLAIN_BUF_SIZE, "%p", PTR); in plain_format()
245 #define PTR ((void *)0x456789ab) macro
285 ret = plain_hash_to_buffer(PTR, buf, PLAIN_BUF_SIZE); in plain_hash()
658 BUILD_BUG_ON(IS_ERR(PTR)); in errptr()
659 test_hashed("%pe", PTR); in errptr()
/kernel/linux/linux-5.10/arch/mips/lib/
Dstrncpy_user.S18 PTR 9b, handler; \
64 PTR 1b, .Lfault\@
Dstrnlen_user.S17 PTR 9b, handler; \
/kernel/linux/linux-5.10/arch/arc/kernel/
Dptrace.c87 #define REG_IN_CHUNK(FIRST, NEXT, PTR) \ in genregs_set() argument
90 (void *)(PTR), \ in genregs_set()
94 #define REG_IN_ONE(LOC, PTR) \ in genregs_set() argument
97 (void *)(PTR), \ in genregs_set()
/kernel/linux/linux-5.10/arch/sparc/include/asm/
Dns87303.h16 #define PTR 0x02 macro
Dparport.h168 ns87303_modify(config, PTR, in ecpp_probe()

12