/openbmc/qemu/tests/tcg/hexagon/ |
H A D | load_align.c | 122 #define LOAD_ap(SZ, RES, PTR, ADDR) \ argument 125 : "+r"(RES), "=r"(PTR)) 126 #define LOAD_ap_b(RES, PTR, ADDR) \ argument 127 LOAD_ap(b, RES, PTR, ADDR) 128 #define LOAD_ap_h(RES, PTR, ADDR) \ argument 129 LOAD_ap(h, RES, PTR, ADDR) 161 #define LOAD_pr(SZ, RES, PTR, INC) \ argument 165 : "+r"(RES), "+r"(PTR) \ 168 #define LOAD_pr_b(RES, PTR, INC) \ argument 169 LOAD_pr(b, RES, PTR, INC) [all …]
|
H A D | load_unpack.c | 136 #define BxW_LOAD_ap(SZ, RES, PTR, ADDR) \ argument 139 : "=r"(RES), "=r"(PTR)) 140 #define BxW_LOAD_ap_Z(RES, PTR, ADDR) \ argument 141 BxW_LOAD_ap(ubh, RES, PTR, ADDR) 142 #define BxW_LOAD_ap_S(RES, PTR, ADDR) \ argument 143 BxW_LOAD_ap(bh, RES, PTR, ADDR) 180 #define BxW_LOAD_pr(SZ, RES, PTR, INC) \ argument 184 : "=r"(RES), "+r"(PTR) \ 187 #define BxW_LOAD_pr_Z(RES, PTR, INC) \ argument 188 BxW_LOAD_pr(ubh, RES, PTR, INC) [all …]
|
/openbmc/linux/sound/pci/emu10k1/ |
H A D | io.c | 42 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() 117 outl((reg << 16) | chn, emu->port + PTR); in snd_emu10k1_ptr_write_multiple() 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() 481 outl(CLIEH << 16, emu->port + PTR); in snd_emu10k1_voice_intr_disable() 485 outl(CLIEL << 16, emu->port + PTR); in snd_emu10k1_voice_intr_disable() 499 outl(CLIPH << 16, emu->port + PTR); in snd_emu10k1_voice_intr_ack() 502 outl(CLIPL << 16, emu->port + PTR); in snd_emu10k1_voice_intr_ack() [all …]
|
/openbmc/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)))
|
/openbmc/linux/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 | 21 #define PTR(x) (x << 3) macro 66 movq PTR(VA_CONTROL_PAGE)(%rsi), %r11 89 movq PTR(PA_CONTROL_PAGE)(%rsi), %r8 92 movq PTR(PA_TABLE_PAGE)(%rsi), %r9 95 movq PTR(PA_SWAP_PAGE)(%rsi), %r10
|
/openbmc/linux/arch/powerpc/xmon/ |
H A D | ansidecl.h | 87 #define PTR void * macro 108 #define PTR char * macro 109 #define PTRCONST PTR
|
/openbmc/linux/include/linux/ |
H A D | dma-mapping.h | 596 #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 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
|
/openbmc/linux/arch/nios2/kernel/ |
H A 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()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
H A D | 0002-add-fallback-parse_printf_format-implementation.patch | 152 + 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/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)
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
H A D | 0004-add-fallback-parse_printf_format-implementation.patch | 152 + 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 D | intel-multi-link.rst | 97 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 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*
|
/openbmc/qemu/include/disas/ |
H A D | dis-asm.h | 14 typedef void *PTR; typedef 255 PTR p; 287 PTR application_data; 316 PTR private_data;
|
/openbmc/linux/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() 768 BUILD_BUG_ON(IS_ERR(PTR)); in errptr() 769 test_hashed("%pe", PTR); in errptr()
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op-common.h | 471 # 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/arch/arc/kernel/ |
H A D | ptrace.c | 170 #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/tools/include/nolibc/ |
H A D | types.h | 232 #define container_of(PTR, TYPE, FIELD) ({ \ argument 233 __typeof__(((TYPE *)0)->FIELD) *__FIELD_PTR = (PTR); \
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | asm.h | 162 #define PTR .word 185 #define PTR .dword
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | ns87303.h | 16 #define PTR 0x02 macro
|
/openbmc/u-boot/arch/mips/include/asm/ |
H A D | asm.h | 372 #define PTR .word macro 397 #define PTR .dword macro
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | relocate_kernel.S | 110 PTR relocate_new_kernel_end - relocate_new_kernel
|
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/ |
H A D | Update-x86emu-from-X.org.patch | 2158 "FLD\tDWORD PTR ", "ESC_D9\t", "FST\tDWORD PTR ", "FSTP\tDWORD PTR ", 2434 "FIADD\tDWORD PTR ", "FIMUL\tDWORD PTR ", "FICOM\tDWORD PTR ", 2435 "FICOMP\tDWORD PTR ", 2436 "FISUB\tDWORD PTR ", "FISUBR\tDWORD PTR ", "FIDIV\tDWORD PTR ", 2438 "FICOMP\tDWORD PTR ", 2439 "FISUB\tDWORD PTR ", "FISUBR\tDWORD PTR ", "FIDIV\tDWORD PTR ", 2440 "FIDIVR\tDWORD PTR ", 2443 "FIADD\tDWORD PTR ", "FIMUL\tDWORD PTR ", "FICOM\tDWORD PTR ", 2444 "FICOMP\tDWORD PTR ", 2445 "FISUB\tDWORD PTR ", "FISUBR\tDWORD PTR ", "FIDIV\tDWORD PTR ", [all …]
|