| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | unaligned-emul.h | 23 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 …]
|
| H A D | ftrace.h | 35 STR(PTR) "\t1b, 3b\n\t" \ 57 STR(PTR) "\t1b, 3b\n\t" \
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include/ |
| H A D | stdatomic.h | 82 #define atomic_init(PTR, VAL) \ argument 83 atomic_store_explicit (PTR, VAL, __ATOMIC_RELAXED) 121 #define atomic_store_explicit(PTR, VAL, MO) \ argument 124 __auto_type __atomic_store_ptr = (PTR); \ 129 #define atomic_store(PTR, VAL) \ argument 130 atomic_store_explicit (PTR, VAL, __ATOMIC_SEQ_CST) 133 #define atomic_load_explicit(PTR, MO) \ argument 136 __auto_type __atomic_load_ptr = (PTR); \ 142 #define atomic_load(PTR) atomic_load_explicit (PTR, __ATOMIC_SEQ_CST) argument 145 #define atomic_exchange_explicit(PTR, VAL, MO) \ argument [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include/ |
| H A D | stdatomic.h | 82 #define atomic_init(PTR, VAL) \ argument 83 atomic_store_explicit (PTR, VAL, __ATOMIC_RELAXED) 121 #define atomic_store_explicit(PTR, VAL, MO) \ argument 124 __auto_type __atomic_store_ptr = (PTR); \ 129 #define atomic_store(PTR, VAL) \ argument 130 atomic_store_explicit (PTR, VAL, __ATOMIC_SEQ_CST) 133 #define atomic_load_explicit(PTR, MO) \ argument 136 __auto_type __atomic_load_ptr = (PTR); \ 142 #define atomic_load(PTR) atomic_load_explicit (PTR, __ATOMIC_SEQ_CST) argument 145 #define atomic_exchange_explicit(PTR, VAL, MO) \ argument [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A 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 …]
|
| H A 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 …]
|
| H A D | syscall.c | 125 " "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()
|
| H A 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
|
| H A 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
|
| H A D | r2300_fpu.S | 26 PTR 9b,fault; \ 32 PTR 9b,fault; \ 33 PTR 9b+4,fault; \
|
| /OK3568_Linux_fs/kernel/sound/pci/emu10k1/ |
| H A 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 …]
|
| /OK3568_Linux_fs/u-boot/fs/jffs2/ |
| H A D | compr_lzo.c | 136 #define PTR(a) ((lzo_ptr_t) (a)) macro 137 #define PTR_LINEAR(a) PTR(a) 142 #define PTR_LT(a,b) (PTR(a) < PTR(b)) 143 #define PTR_GE(a,b) (PTR(a) >= PTR(b)) 144 #define PTR_DIFF(a,b) ((lzo_ptrdiff_t) (PTR(a) - PTR(b)))
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | dma-mapping.h | 581 #define dma_unmap_addr(PTR, ADDR_NAME) ((PTR)->ADDR_NAME) argument 582 #define dma_unmap_addr_set(PTR, ADDR_NAME, VAL) (((PTR)->ADDR_NAME) = (VAL)) argument 583 #define dma_unmap_len(PTR, LEN_NAME) ((PTR)->LEN_NAME) argument 584 #define dma_unmap_len_set(PTR, LEN_NAME, VAL) (((PTR)->LEN_NAME) = (VAL)) argument 588 #define dma_unmap_addr(PTR, ADDR_NAME) (0) argument 589 #define dma_unmap_addr_set(PTR, ADDR_NAME, VAL) do { } while (0) argument 590 #define dma_unmap_len(PTR, LEN_NAME) (0) argument 591 #define dma_unmap_len_set(PTR, LEN_NAME, VAL) do { } while (0) argument
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A 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
|
| H A D | relocate_kernel_64.S | 20 #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
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | tree-ssa-operands.h | 65 #define USE_FROM_PTR(PTR) get_use_from_ptr (PTR) argument 66 #define DEF_FROM_PTR(PTR) get_def_from_ptr (PTR) argument
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | tree-ssa-operands.h | 65 #define USE_FROM_PTR(PTR) get_use_from_ptr (PTR) argument 66 #define DEF_FROM_PTR(PTR) get_def_from_ptr (PTR) argument
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-btf.rst | 82 [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
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
| H A D | 0004-add-fallback-parse_printf_format-implementation.patch | 146 + PTR, 169 + [PTR] = PA_POINTER, 199 + S('s') = E(PTR), S('S') = E(PTR), S('p') = E(UIPTR),S('n') = E(PTR), 208 + S('c') = E(INT), S('s') = E(PTR), S('n') = E(PTR), 214 + S('n') = E(PTR) 219 + S('n') = E(PTR), 225 + S('n') = E(PTR) 229 + S('n') = E(PTR) 234 + S('n') = E(PTR) 239 + S('n') = E(PTR)
|
| /OK3568_Linux_fs/kernel/arch/powerpc/xmon/ |
| H A D | ansidecl.h | 87 #define PTR void * macro 108 #define PTR char * macro 109 #define PTRCONST PTR
|
| /OK3568_Linux_fs/kernel/arch/nios2/kernel/ |
| H A D | ptrace.c | 61 #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()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/ |
| H A D | 0002-musl-does-not-provide-printf-h.patch | 167 + PTR, 190 + [PTR] = PA_POINTER, 220 + S('s') = E(PTR), S('S') = E(PTR), S('p') = E(UIPTR),S('n') = E(PTR), 229 + S('c') = E(INT), S('s') = E(PTR), S('n') = E(PTR), 235 + S('n') = E(PTR) 240 + S('n') = E(PTR), 246 + S('n') = E(PTR) 250 + S('n') = E(PTR) 255 + S('n') = E(PTR) 260 + S('n') = E(PTR)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/ |
| H A D | 0004-add-fallback-parse_printf_format-implementation.patch | 153 + PTR, 176 + [PTR] = PA_POINTER, 206 + S('s') = E(PTR), S('S') = E(PTR), S('p') = E(UIPTR),S('n') = E(PTR), 215 + S('c') = E(INT), S('s') = E(PTR), S('n') = E(PTR), 221 + S('n') = E(PTR) 226 + S('n') = E(PTR), 232 + S('n') = E(PTR) 236 + S('n') = E(PTR) 241 + S('n') = E(PTR) 246 + S('n') = E(PTR)
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | test_printf.c | 215 #define PTR ((void *)0xffff0123456789abUL) macro 227 nchars = snprintf(buf, PLAIN_BUF_SIZE, "%p", PTR); in plain_format() 247 #define PTR ((void *)0x456789ab) macro 287 ret = plain_hash_to_buffer(PTR, buf, PLAIN_BUF_SIZE); in plain_hash() 666 BUILD_BUG_ON(IS_ERR(PTR)); in errptr() 667 test_hashed("%pe", PTR); in errptr()
|
| /OK3568_Linux_fs/kernel/arch/arc/kernel/ |
| H A D | ptrace.c | 87 #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()
|