/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | sysdep.h | 58 # define cfi_def_cfa(reg, off) .cfi_def_cfa reg, off argument 59 # define cfi_def_cfa_register(reg) .cfi_def_cfa_register reg argument 62 # define cfi_offset(reg, off) .cfi_offset reg, off argument 63 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off argument 65 # define cfi_return_column(reg) .cfi_return_column reg argument 66 # define cfi_restore(reg) .cfi_restore reg argument 67 # define cfi_same_value(reg) .cfi_same_value reg argument 68 # define cfi_undefined(reg) .cfi_undefined reg argument 87 # define cfi_restore(reg) argument 89 # define cfi_undefined(reg) argument [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/nios/ |
A D | NM_Macros.S | 65 BGEN \reg,\bit 76 _bgen \reg,\val,0 77 _bgen \reg,\val,1 78 _bgen \reg,\val,2 79 _bgen \reg,\val,3 80 _bgen \reg,\val,4 81 _bgen \reg,\val,5 193 CMPI \reg,10 290 MOV %g0,\reg 349 MOV %g7,\reg [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/sh/ |
A D | lowlevel-atomic.h | 26 #define INC(mem, reg) \ argument 31 98: mov.l mem, reg; \ 32 add _IMP1, reg; \ 33 mov.l reg, mem; \ 36 #define DEC(mem, reg) \ argument 41 98: mov.l mem, reg; \ 42 add _IMM1, reg; \ 43 mov.l reg, mem; \ 53 mov reg, tmp; \ 65 mov.l reg, mem; \ [all …]
|
A D | lowlevellock.S | 31 extu.b reg, reg 34 extu.b reg, reg 38 xor tmp, reg 45 xor tmp, reg 49 xor tmp, reg 69 98: or tmp, reg 79 98: or tmp, reg 91 and tmp2, reg 105 or tmp, reg 122 or tmp, reg [all …]
|
A D | lowlevelrobustlock.S | 33 # define LOAD_FUTEX_WAIT(reg,tmp,tmp2) \ argument 36 xor tmp, reg 39 # define LOAD_FUTEX_WAIT(reg,tmp,tmp2) \ argument 48 xor tmp, reg ; \ 49 and tmp2, reg 51 # define LOAD_FUTEX_WAIT(reg,tmp,tmp2) \ argument 60 xor tmp, reg ; \ 61 and tmp2, reg ; \ 63 or tmp, reg
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/ |
A D | lowlevellock.S | 32 # define LOAD_FUTEX_WAIT(reg) \ argument 36 # define LOAD_FUTEX_WAKE(reg) \ argument 41 movl %fs:PRIVATE_FUTEX, reg 44 movl %fs:PRIVATE_FUTEX, reg ; \ 45 orl $FUTEX_WAIT, reg 49 orl $FUTEX_WAKE, reg 51 # define LOAD_FUTEX_WAIT(reg) \ argument 53 andl %fs:PRIVATE_FUTEX, reg 58 orl $FUTEX_WAIT, reg 64 # define LOAD_FUTEX_WAKE(reg) \ argument [all …]
|
A D | lowlevelrobustlock.S | 32 # define LOAD_FUTEX_WAIT(reg) \ argument 34 # define LOAD_FUTEX_WAIT_ABS(reg) \ argument 38 # define LOAD_FUTEX_WAIT(reg) \ argument 39 xorl $FUTEX_PRIVATE_FLAG, reg ; \ 40 andl %fs:PRIVATE_FUTEX, reg 42 # define LOAD_FUTEX_WAIT(reg) \ argument 43 xorl $FUTEX_PRIVATE_FLAG, reg ; \ 44 andl %fs:PRIVATE_FUTEX, reg ; \ 45 orl $FUTEX_WAIT, reg 48 xorl $FUTEX_PRIVATE_FLAG, reg ; \ [all …]
|
A D | cancellation.S | 36 # define LOAD_PRIVATE_FUTEX_WAIT(reg) \ argument 37 movl $(FUTEX_WAIT | FUTEX_PRIVATE_FLAG), reg 40 # define LOAD_PRIVATE_FUTEX_WAIT(reg) \ argument 41 movl %fs:PRIVATE_FUTEX, reg 43 # define LOAD_PRIVATE_FUTEX_WAIT(reg) \ argument 44 movl %fs:PRIVATE_FUTEX, reg ; \ 45 orl $FUTEX_WAIT, reg
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/ |
A D | lowlevellock.S | 32 # define LOAD_FUTEX_WAIT(reg) \ argument 36 # define LOAD_FUTEX_WAKE(reg) \ argument 41 movl %gs:PRIVATE_FUTEX, reg 44 movl %gs:PRIVATE_FUTEX, reg ; \ 45 orl $FUTEX_WAIT, reg 48 movl %gs:PRIVATE_FUTEX, reg ; \ 49 orl $FUTEX_WAKE, reg 53 andl %gs:PRIVATE_FUTEX, reg 58 orl $FUTEX_WAIT, reg 64 # define LOAD_FUTEX_WAKE(reg) \ argument [all …]
|
A D | lowlevelrobustlock.S | 32 # define LOAD_FUTEX_WAIT(reg) \ argument 33 xorl $(FUTEX_WAIT | FUTEX_PRIVATE_FLAG), reg 36 # define LOAD_FUTEX_WAIT(reg) \ argument 37 xorl $FUTEX_PRIVATE_FLAG, reg ; \ 38 andl %gs:PRIVATE_FUTEX, reg 40 # define LOAD_FUTEX_WAIT(reg) \ argument 41 xorl $FUTEX_PRIVATE_FLAG, reg ; \ 42 andl %gs:PRIVATE_FUTEX, reg ; \ 43 orl $FUTEX_WAIT, reg
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/x86_64/ |
A D | sysdep.h | 296 # define PTR_MANGLE(reg) xorq __pointer_chk_guard_local(%rip), reg; \ argument 297 rolq $17, reg 298 # define PTR_DEMANGLE(reg) rorq $17, reg; \ argument 299 xorq __pointer_chk_guard_local(%rip), reg 303 : "=r" (reg) : "0" (reg)) 304 # define PTR_DEMANGLE(reg) __asm__ ("rorq $17, %0\n" \ argument 306 : "=r" (reg) : "0" (reg)) 310 # define PTR_MANGLE(reg) xorq %fs:POINTER_GUARD, reg; \ argument 311 rolq $17, reg 312 # define PTR_DEMANGLE(reg) rorq $17, reg; \ argument [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arm/bits/ |
A D | arm_bx.h | 33 # define BX(reg) bx reg argument 34 # define BXC(cond, reg) bx##cond reg argument 36 # define BX(reg) mov pc, reg argument 37 # define BXC(cond, reg) mov##cond pc, reg argument
|
A D | sigcontextinfo.h | 37 ctx.v20.reg.ARM_pc : ctx.v21.arm_pc)) 40 ctx.v20.reg.ARM_fp : ctx.v21.arm_fp)) 42 ctx.v20.reg.ARM_sp : ctx.v21.arm_sp))
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/i386/ |
A D | sysdep.h | 90 # define SETUP_PIC_REG(reg) \ argument 96 __x86.get_pc_thunk.reg: \ 97 movl (%esp), %e##reg; \ 99 .size __x86.get_pc_thunk.reg, . - __x86.get_pc_thunk.reg; \ 102 call __x86.get_pc_thunk.reg 104 # define LOAD_PIC_REG(reg) \ argument 105 SETUP_PIC_REG(reg); addl $_GLOBAL_OFFSET_TABLE_, %e##reg 408 # define PTR_MANGLE(reg) xorl %gs:POINTER_GUARD, reg; \ argument 409 roll $9, reg 410 # define PTR_DEMANGLE(reg) rorl $9, reg; \ argument [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arm/ |
A D | makecontext.c | 33 unsigned int reg; in __makecontext() local 64 for (reg = 0; (reg < argc) && (reg < NREG_ARGS); reg++) in __makecontext() 68 for (; reg < argc; reg++) in __makecontext()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/powerpc/ |
A D | setjmp.S | 32 #define LFD(reg) evldd r##reg argument 33 #define STFD(reg) evstdd r##reg argument 35 #define LFD(reg) lfd fp##reg argument 36 #define STFD(reg) stfd fp##reg argument
|
A D | __longjmp.S | 33 #define LFD(reg) evldd r##reg argument 34 #define STFD(reg) evstdd r##reg argument 36 #define LFD(reg) lfd fp##reg argument 37 #define STFD(reg) stfd fp##reg argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/powerpc/bits/ |
A D | syscalls.h | 237 # define PTR_MANGLE(reg, tmpreg) \ argument 239 xor reg,tmpreg,reg 240 # define PTR_MANGLE2(reg, tmpreg) \ argument 241 xor reg,tmpreg,reg 242 # define PTR_MANGLE3(destreg, reg, tmpreg) \ argument 244 xor destreg,tmpreg,reg 245 # define PTR_DEMANGLE(reg, tmpreg) PTR_MANGLE (reg, tmpreg) argument 246 # define PTR_DEMANGLE2(reg, tmpreg) PTR_MANGLE2 (reg, tmpreg) argument 247 # define PTR_DEMANGLE3(destreg, reg, tmpreg) PTR_MANGLE3 (destreg, reg, tmpreg) argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl_db/ |
A D | td_ta_map_lwp2thr.c | 101 ta->ta_howto_data.reg, DB_SIZEOF_DESC); in td_ta_map_lwp2thr() 104 if (DB_DESC_SIZE (ta->ta_howto_data.reg) == 0) in td_ta_map_lwp2thr() 106 if (DB_DESC_SIZE (ta->ta_howto_data.reg) & 0xff000000U) in td_ta_map_lwp2thr() 110 DB_DESC_OFFSET (ta->ta_howto_data.reg) in td_ta_map_lwp2thr() 111 = bswap_32 (DB_DESC_OFFSET (ta->ta_howto_data.reg)); in td_ta_map_lwp2thr() 112 DB_DESC_NELEM (ta->ta_howto_data.reg) in td_ta_map_lwp2thr() 113 = bswap_32 (DB_DESC_NELEM (ta->ta_howto_data.reg)); in td_ta_map_lwp2thr() 130 terr = _td_fetch_value_local (ta, ta->ta_howto_data.reg, -1, in td_ta_map_lwp2thr() 135 addr += (int32_t) DB_DESC_NELEM (ta->ta_howto_data.reg); in td_ta_map_lwp2thr()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/alpha/ |
A D | sysdep-cancel.h | 147 # define SINGLE_THREAD_P(reg) ldl reg, __local_multiple_threads(gp) !gprel argument 149 # define SINGLE_THREAD_P(reg) \ argument 150 ldah reg, __local_multiple_threads(gp) !gprelhigh; \ 151 ldl reg, __local_multiple_threads(reg) !gprellow 159 # define SINGLE_THREAD_P(reg) \ argument 161 ldl reg, MULTIPLE_THREADS_OFFSET($0)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/alpha/ |
A D | sysdep-cancel.h | 133 # define SINGLE_THREAD_P(reg) ldl reg, __local_multiple_threads(gp) !gprel argument 135 # define SINGLE_THREAD_P(reg) \ argument 136 ldah reg, __local_multiple_threads(gp) !gprelhigh; \ 137 ldl reg, __local_multiple_threads(reg) !gprellow
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sh/ |
A D | sysdep.h | 282 # define PTR_MANGLE(reg, tmp) \ 283 stc gbr,tmp; mov.l @(POINTER_GUARD,tmp),tmp; xor tmp,reg 284 # define PTR_MANGLE2(reg, tmp) xor tmp,reg 285 # define PTR_DEMANGLE(reg, tmp) PTR_MANGLE (reg, tmp) 286 # define PTR_DEMANGLE2(reg, tmp) PTR_MANGLE2 (reg, tmp)
|
/l4re-core-master/lua/lib/contrib/src/ |
A D | lcode.c | 262 if (reg != NO_REG && reg != GETARG_B(*i)) in patchtestreg() 263 SETARG_A(*i, reg); in patchtestreg() 291 if (patchtestreg(fs, list, reg)) in patchlistaux() 491 if (reg >= luaY_nvarstack(fs)) { in freereg() 493 lua_assert(reg == fs->freereg); in freereg() 811 luaK_nil(fs, reg, 1); in discharge2reg() 834 luaK_int(fs, reg, e->u.ival); in discharge2reg() 843 if (reg != e->u.info) in discharge2reg() 852 e->u.info = reg; in discharge2reg() 897 discharge2reg(fs, e, reg); in exp2reg() [all …]
|
/l4re-core-master/l4util/include/ARCH-x86/ |
A D | apic.h | 93 L4_INLINE void apic_write(unsigned long reg, unsigned long v); 94 L4_INLINE unsigned long apic_read(unsigned long reg); 124 apic_write(unsigned long reg, unsigned long v) in apic_write() argument 126 *((volatile unsigned long *)(apic_map_base+reg))=v; in apic_write() 132 apic_read(unsigned long reg) in apic_read() argument 134 return *((volatile unsigned long *)(apic_map_base+reg)); in apic_read()
|
/l4re-core-master/l4util/include/ARCH-amd64/ |
A D | apic.h | 93 L4_INLINE void apic_write(unsigned long reg, unsigned long v); 94 L4_INLINE unsigned long apic_read(unsigned long reg); 124 apic_write(unsigned long reg, unsigned long v) in apic_write() argument 126 *((volatile unsigned long *)(apic_map_base+reg))=v; in apic_write() 132 apic_read(unsigned long reg) in apic_read() argument 134 return *((volatile unsigned long *)(apic_map_base+reg)); in apic_read()
|