Home
last modified time | relevance | path

Searched defs:PTR (Results 1 – 17 of 17) sorted by relevance

/openbmc/qemu/tests/tcg/hexagon/
H A Dload_align.c122 #define LOAD_ap(SZ, RES, PTR, ADDR) \ argument
126 #define LOAD_ap_b(RES, PTR, ADDR) \ argument
128 #define LOAD_ap_h(RES, PTR, ADDR) \ argument
161 #define LOAD_pr(SZ, RES, PTR, INC) \ argument
168 #define LOAD_pr_b(RES, PTR, INC) \ argument
170 #define LOAD_pr_h(RES, PTR, INC) \ argument
203 #define LOAD_pbr(SZ, RES, PTR) \ argument
211 #define LOAD_pbr_b(RES, PTR) \ argument
213 #define LOAD_pbr_h(RES, PTR) \ argument
246 #define LOAD_pi_b(RES, PTR, INC) \ argument
[all …]
H A Dload_unpack.c136 #define BxW_LOAD_ap(SZ, RES, PTR, ADDR) \ argument
140 #define BxW_LOAD_ap_Z(RES, PTR, ADDR) \ argument
142 #define BxW_LOAD_ap_S(RES, PTR, ADDR) \ argument
180 #define BxW_LOAD_pr(SZ, RES, PTR, INC) \ argument
187 #define BxW_LOAD_pr_Z(RES, PTR, INC) \ argument
189 #define BxW_LOAD_pr_S(RES, PTR, INC) \ argument
227 #define BxW_LOAD_pbr(SZ, RES, PTR) \ argument
235 #define BxW_LOAD_pbr_Z(RES, PTR) \ argument
237 #define BxW_LOAD_pbr_S(RES, PTR) \ argument
275 #define BxW_LOAD_pi_Z(RES, PTR, INC) \ argument
[all …]
/openbmc/linux/arch/nios2/kernel/
H A Dptrace.c60 #define REG_IN_ONE(PTR, LOC) \ in genregs_set() argument
65 #define REG_IN_RANGE(PTR, START, END) \ in genregs_set() argument
/openbmc/qemu/include/tcg/
H A Dtcg-op-common.h471 # define PTR i32 macro
474 # define PTR i64 macro
/openbmc/linux/arch/powerpc/xmon/
H A Dansidecl.h87 #define PTR void * macro
108 #define PTR char * macro
/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/arch/x86/kernel/
H A Drelocate_kernel_64.S20 #define PTR(x) (x << 3) macro
H A Drelocate_kernel_32.S18 #define PTR(x) (x << 2) macro
/openbmc/linux/arch/arc/kernel/
H A Dptrace.c170 #define REG_IN_CHUNK(FIRST, NEXT, PTR) \ in genregs_set() argument
177 #define REG_IN_ONE(LOC, PTR) \ in genregs_set() argument
/openbmc/linux/arch/sparc/include/asm/
H A Dns87303.h16 #define PTR 0x02 macro
/openbmc/linux/lib/
H A Dtest_printf.c215 #define PTR ((void *)0xffff0123456789abUL) macro
247 #define PTR ((void *)0x456789ab) macro
/openbmc/u-boot/arch/mips/include/asm/
H A Dasm.h372 #define PTR .word macro
397 #define PTR .dword macro
/openbmc/u-boot/fs/jffs2/
H A Dcompr_lzo.c136 #define PTR(a) ((lzo_ptr_t) (a)) macro
/openbmc/linux/tools/include/nolibc/
H A Dtypes.h232 #define container_of(PTR, TYPE, FIELD) ({ \ argument
/openbmc/qemu/include/disas/
H A Ddis-asm.h14 typedef void *PTR; typedef
/openbmc/linux/sound/pci/emu10k1/
H A Demu10k1x.c53 #define PTR 0x00 /* Indexed register set pointer register */ macro
/openbmc/linux/include/sound/
H A Demu10k1.h76 #define PTR 0x00 /* Indexed register set pointer register */ macro