Home
last modified time | relevance | path

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

/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 Dstdatomic.h82 #define atomic_init(PTR, VAL) \ argument
121 #define atomic_store_explicit(PTR, VAL, MO) \ argument
129 #define atomic_store(PTR, VAL) \ argument
133 #define atomic_load_explicit(PTR, MO) \ argument
142 #define atomic_load(PTR) atomic_load_explicit (PTR, __ATOMIC_SEQ_CST) argument
145 #define atomic_exchange_explicit(PTR, VAL, MO) \ argument
156 #define atomic_exchange(PTR, VAL) \ argument
160 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
171 #define atomic_compare_exchange_strong(PTR, VAL, DES) \ argument
175 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \ 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 Dstdatomic.h82 #define atomic_init(PTR, VAL) \ argument
121 #define atomic_store_explicit(PTR, VAL, MO) \ argument
129 #define atomic_store(PTR, VAL) \ argument
133 #define atomic_load_explicit(PTR, MO) \ argument
142 #define atomic_load(PTR) atomic_load_explicit (PTR, __ATOMIC_SEQ_CST) argument
145 #define atomic_exchange_explicit(PTR, VAL, MO) \ argument
156 #define atomic_exchange(PTR, VAL) \ argument
160 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
171 #define atomic_compare_exchange_strong(PTR, VAL, DES) \ argument
175 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Ddma-mapping.h581 #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/nios2/kernel/
H A Dptrace.c61 #define REG_IN_ONE(PTR, LOC) \ in genregs_set() argument
66 #define REG_IN_RANGE(PTR, START, END) \ in genregs_set() argument
/OK3568_Linux_fs/kernel/arch/powerpc/xmon/
H A Dansidecl.h87 #define PTR void * macro
108 #define PTR char * macro
/OK3568_Linux_fs/kernel/arch/arc/kernel/
H A Dptrace.c87 #define REG_IN_CHUNK(FIRST, NEXT, PTR) \ in genregs_set() argument
94 #define REG_IN_ONE(LOC, PTR) \ in genregs_set() argument
/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 Dtree-ssa-operands.h65 #define USE_FROM_PTR(PTR) get_use_from_ptr (PTR) argument
66 #define DEF_FROM_PTR(PTR) get_def_from_ptr (PTR) argument
H A Dansidecl.h73 #define PTR void * macro
H A Dtree.h5043 #define FOREACH_FUNCTION_ARGS_PTR(FNTYPE, PTR, ITER) \ 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 Dtree-ssa-operands.h65 #define USE_FROM_PTR(PTR) get_use_from_ptr (PTR) argument
66 #define DEF_FROM_PTR(PTR) get_def_from_ptr (PTR) argument
H A Dansidecl.h73 #define PTR void * macro
H A Dtree.h5043 #define FOREACH_FUNCTION_ARGS_PTR(FNTYPE, PTR, ITER) \ argument
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Drelocate_kernel_32.S18 #define PTR(x) (x << 2) macro
H A Drelocate_kernel_64.S20 #define PTR(x) (x << 3) macro
/OK3568_Linux_fs/kernel/lib/
H A Dtest_printf.c215 #define PTR ((void *)0xffff0123456789abUL) macro
247 #define PTR ((void *)0x456789ab) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dasm.h279 #define PTR .word macro
304 #define PTR .dword macro
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dns87303.h16 #define PTR 0x02 macro
/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/config/arm/
H A Daout.h247 #define ASM_OUTPUT_ASCII(STREAM, PTR, LEN) \ argument
H A Darm.h1835 #define ASM_OUTPUT_OPCODE(STREAM, PTR) \ argument
/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Dasm.h373 #define PTR .word macro
398 #define PTR .dword macro
/OK3568_Linux_fs/u-boot/fs/jffs2/
H A Dcompr_lzo.c136 #define PTR(a) ((lzo_ptr_t) (a)) macro
/OK3568_Linux_fs/kernel/sound/pci/ca0106/
H A Dca0106.h62 #define PTR 0x00 /* Indexed register set pointer register */ macro
/OK3568_Linux_fs/kernel/sound/pci/emu10k1/
H A Demu10k1x.c54 #define PTR 0x00 /* Indexed register set pointer register */ macro
/OK3568_Linux_fs/kernel/include/sound/
H A Demu10k1.h52 #define PTR 0x00 /* Indexed register set pointer register */ macro