/openbmc/qemu/tests/tcg/hexagon/ |
H A D | load_align.c | 122 #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 D | load_unpack.c | 136 #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 D | ptrace.c | 60 #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 D | tcg-op-common.h | 471 # define PTR i32 macro 474 # define PTR i64 macro
|
/openbmc/linux/arch/powerpc/xmon/ |
H A D | ansidecl.h | 87 #define PTR void * macro 108 #define PTR char * macro
|
/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/arch/x86/kernel/ |
H A D | relocate_kernel_64.S | 20 #define PTR(x) (x << 3) macro
|
H A D | relocate_kernel_32.S | 18 #define PTR(x) (x << 2) macro
|
/openbmc/linux/arch/arc/kernel/ |
H A D | ptrace.c | 170 #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 D | ns87303.h | 16 #define PTR 0x02 macro
|
/openbmc/linux/lib/ |
H A D | test_printf.c | 215 #define PTR ((void *)0xffff0123456789abUL) macro 247 #define PTR ((void *)0x456789ab) macro
|
/openbmc/u-boot/arch/mips/include/asm/ |
H A D | asm.h | 372 #define PTR .word macro 397 #define PTR .dword macro
|
/openbmc/u-boot/fs/jffs2/ |
H A D | compr_lzo.c | 136 #define PTR(a) ((lzo_ptr_t) (a)) macro
|
/openbmc/linux/tools/include/nolibc/ |
H A D | types.h | 232 #define container_of(PTR, TYPE, FIELD) ({ \ argument
|
/openbmc/qemu/include/disas/ |
H A D | dis-asm.h | 14 typedef void *PTR; typedef
|
/openbmc/linux/sound/pci/emu10k1/ |
H A D | emu10k1x.c | 53 #define PTR 0x00 /* Indexed register set pointer register */ macro
|
/openbmc/linux/include/sound/ |
H A D | emu10k1.h | 76 #define PTR 0x00 /* Indexed register set pointer register */ macro
|