Home
last modified time | relevance | path

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

12

/openbmc/qemu/tests/tcg/hexagon/
H A Dload_align.c125 : "+r"(RES), "=r"(PTR))
127 LOAD_ap(b, RES, PTR, ADDR)
129 LOAD_ap(h, RES, PTR, ADDR)
169 LOAD_pr(b, RES, PTR, INC)
171 LOAD_pr(h, RES, PTR, INC)
211 #define LOAD_pbr_b(RES, PTR) \ argument
212 LOAD_pbr(b, RES, PTR)
213 #define LOAD_pbr_h(RES, PTR) \ argument
214 LOAD_pbr(h, RES, PTR)
247 LOAD_pi(b, RES, PTR, INC)
[all …]
H A Dload_unpack.c139 : "=r"(RES), "=r"(PTR))
184 : "=r"(RES), "+r"(PTR) \
190 BxW_LOAD_pr(bh, RES, PTR, INC)
232 : "=r"(RES), "+r"(PTR) \
235 #define BxW_LOAD_pbr_Z(RES, PTR) \ argument
236 BxW_LOAD_pbr(ubh, RES, PTR)
237 #define BxW_LOAD_pbr_S(RES, PTR) \ argument
238 BxW_LOAD_pbr(bh, RES, PTR)
274 : "=r"(RES), "+r"(PTR))
321 : "=r"(RES), "+r"(PTR) \
[all …]
/openbmc/linux/sound/pci/emu10k1/
H A Dio.c42 outl(regptr, emu->port + PTR); in snd_emu10k1_ptr_read()
83 outl(regptr, emu->port + PTR); in snd_emu10k1_ptr_write()
87 outl(regptr, emu->port + PTR); in snd_emu10k1_ptr_write()
462 outl(CLIEH << 16, emu->port + PTR); in snd_emu10k1_voice_intr_enable()
466 outl(CLIEL << 16, emu->port + PTR); in snd_emu10k1_voice_intr_enable()
608 outl(SOLEL << 16, emu->port + PTR); in snd_emu10k1_voice_set_loop_stop_multiple()
610 outl(SOLEH << 16, emu->port + PTR); in snd_emu10k1_voice_set_loop_stop_multiple()
620 outl(SOLEL << 16, emu->port + PTR); in snd_emu10k1_voice_clear_loop_stop_multiple()
622 outl(SOLEH << 16, emu->port + PTR); in snd_emu10k1_voice_clear_loop_stop_multiple()
635 outl(SOLEL << 16, emu->port + PTR); in snd_emu10k1_voice_clear_loop_stop_multiple_atomic()
[all …]
/openbmc/u-boot/fs/jffs2/
H A Dcompr_lzo.c136 #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)))
/openbmc/linux/arch/powerpc/xmon/
H A Dansidecl.h87 #define PTR void * macro
108 #define PTR char * macro
109 #define PTRCONST PTR
/openbmc/linux/arch/x86/kernel/
H A 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
H A Drelocate_kernel_64.S20 #define PTR(x) (x << 3) macro
65 movq PTR(VA_CONTROL_PAGE)(%rsi), %r11
88 movq PTR(PA_CONTROL_PAGE)(%rsi), %r8
91 movq PTR(PA_TABLE_PAGE)(%rsi), %r9
94 movq PTR(PA_SWAP_PAGE)(%rsi), %r10
/openbmc/linux/include/linux/
H A Ddma-mapping.h596 #define dma_unmap_addr(PTR, ADDR_NAME) ((PTR)->ADDR_NAME) argument
597 #define dma_unmap_addr_set(PTR, ADDR_NAME, VAL) (((PTR)->ADDR_NAME) = (VAL)) argument
598 #define dma_unmap_len(PTR, LEN_NAME) ((PTR)->LEN_NAME) argument
599 #define dma_unmap_len_set(PTR, LEN_NAME, VAL) (((PTR)->LEN_NAME) = (VAL)) argument
603 #define dma_unmap_addr(PTR, ADDR_NAME) (0) argument
604 #define dma_unmap_addr_set(PTR, ADDR_NAME, VAL) do { } while (0) argument
605 #define dma_unmap_len(PTR, LEN_NAME) (0) argument
606 #define dma_unmap_len_set(PTR, LEN_NAME, VAL) do { } while (0) argument
/openbmc/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-btf.rst100 [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
/openbmc/linux/arch/nios2/kernel/
H A Dptrace.c60 #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()
/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/
H A D0002-musl-does-not-provide-printf-h.patch167 + 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)
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0002-add-fallback-parse_printf_format-implementation.patch152 + PTR,
175 + [PTR] = PA_POINTER,
205 + S('s') = E(PTR), S('S') = E(PTR), S('p') = E(UIPTR),S('n') = E(PTR),
214 + S('c') = E(INT), S('s') = E(PTR), S('n') = E(PTR),
220 + S('n') = E(PTR)
225 + S('n') = E(PTR),
231 + S('n') = E(PTR)
235 + S('n') = E(PTR)
240 + S('n') = E(PTR)
245 + S('n') = E(PTR)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0002-add-fallback-parse_printf_format-implementation.patch152 + PTR,
175 + [PTR] = PA_POINTER,
205 + S('s') = E(PTR), S('S') = E(PTR), S('p') = E(UIPTR),S('n') = E(PTR),
214 + S('c') = E(INT), S('s') = E(PTR), S('n') = E(PTR),
220 + S('n') = E(PTR)
225 + S('n') = E(PTR),
231 + S('n') = E(PTR)
235 + S('n') = E(PTR)
240 + S('n') = E(PTR)
245 + S('n') = E(PTR)
/openbmc/linux/Documentation/sound/hd-audio/
H A Dintel-multi-link.rst97 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
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dassoc_array.rst392 1 PTR TO NODE B 1*
395 e PTR TO NODE F e*
400 3 PTR TO NODE C 13*
/openbmc/qemu/include/disas/
H A Ddis-asm.h14 typedef void *PTR; typedef
263 PTR p;
295 PTR application_data;
324 PTR private_data;
/openbmc/linux/lib/
H A Dtest_printf.c215 #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()
768 BUILD_BUG_ON(IS_ERR(PTR)); in errptr()
769 test_hashed("%pe", PTR); in errptr()
/openbmc/qemu/include/tcg/
H A Dtcg-op-common.h471 # define PTR i32 macro
474 # define PTR i64 macro
483 glue(tcg_gen_ld_,PTR)((NAT)r, a, o); in tcg_gen_ld_ptr()
488 glue(tcg_gen_st_, PTR)((NAT)r, a, o); in tcg_gen_st_ptr()
493 glue(tcg_gen_discard_,PTR)((NAT)a); in tcg_gen_discard_ptr()
498 glue(tcg_gen_add_,PTR)((NAT)r, (NAT)a, (NAT)b); in tcg_gen_add_ptr()
503 glue(tcg_gen_addi_,PTR)((NAT)r, (NAT)a, b); in tcg_gen_addi_ptr()
508 glue(tcg_gen_mov_,PTR)((NAT)d, (NAT)s); in tcg_gen_mov_ptr()
513 glue(tcg_gen_movi_,PTR)((NAT)d, s); in tcg_gen_movi_ptr()
519 glue(tcg_gen_brcondi_,PTR)(cond, (NAT)a, b, label); in tcg_gen_brcondi_ptr()
[all …]
/openbmc/linux/tools/include/nolibc/
H A Dtypes.h232 #define container_of(PTR, TYPE, FIELD) ({ \ argument
233 __typeof__(((TYPE *)0)->FIELD) *__FIELD_PTR = (PTR); \
/openbmc/linux/arch/loongarch/include/asm/
H A Dasm.h162 #define PTR .word
185 #define PTR .dword
/openbmc/linux/arch/arc/kernel/
H A Dptrace.c170 #define REG_IN_CHUNK(FIRST, NEXT, PTR) \ in genregs_set() argument
173 (void *)(PTR), \ in genregs_set()
177 #define REG_IN_ONE(LOC, PTR) \ in genregs_set() argument
180 (void *)(PTR), \ in genregs_set()
/openbmc/linux/arch/sparc/include/asm/
H A Dns87303.h16 #define PTR 0x02 macro
/openbmc/linux/arch/loongarch/kernel/
H A Drelocate_kernel.S110 PTR relocate_new_kernel_end - relocate_new_kernel
/openbmc/u-boot/arch/mips/include/asm/
H A Dasm.h372 #define PTR .word macro
397 #define PTR .dword macro
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch2158 "FLD\tDWORD PTR ", "ESC_D9\t", "FST\tDWORD PTR ", "FSTP\tDWORD PTR ",
2434 "FIADD\tDWORD PTR ", "FIMUL\tDWORD PTR ", "FICOM\tDWORD PTR ",
2436 "FISUB\tDWORD PTR ", "FISUBR\tDWORD PTR ", "FIDIV\tDWORD PTR ",
2439 "FISUB\tDWORD PTR ", "FISUBR\tDWORD PTR ", "FIDIV\tDWORD PTR ",
2443 "FIADD\tDWORD PTR ", "FIMUL\tDWORD PTR ", "FICOM\tDWORD PTR ",
2445 "FISUB\tDWORD PTR ", "FISUBR\tDWORD PTR ", "FIDIV\tDWORD PTR ",
2694 "FADD\tQWORD PTR ", "FMUL\tQWORD PTR ", "FCOM\tQWORD PTR ",
2696 "FSUB\tQWORD PTR ", "FSUBR\tQWORD PTR ", "FDIV\tQWORD PTR ",
2950 "FIADD\tWORD PTR ", "FIMUL\tWORD PTR ", "FICOM\tWORD PTR ",
2952 "FISUB\tWORD PTR ", "FISUBR\tWORD PTR ", "FIDIV\tWORD PTR ",
[all …]

12