/linux-2.4.37.9/include/asm-sh64/ |
D | elf.h | 76 #define ELF_PLAT_INIT(_r, load_addr) \ argument 77 do { _r->regs[0]=0; _r->regs[1]=0; _r->regs[2]=0; _r->regs[3]=0; \ 78 _r->regs[4]=0; _r->regs[5]=0; _r->regs[6]=0; _r->regs[7]=0; \ 79 _r->regs[8]=0; _r->regs[9]=0; _r->regs[10]=0; _r->regs[11]=0; \ 80 _r->regs[12]=0; _r->regs[13]=0; _r->regs[14]=0; _r->regs[15]=0; \ 81 _r->regs[16]=0; _r->regs[17]=0; _r->regs[18]=0; _r->regs[19]=0; \ 82 _r->regs[20]=0; _r->regs[21]=0; _r->regs[22]=0; _r->regs[23]=0; \ 83 _r->regs[24]=0; _r->regs[25]=0; _r->regs[26]=0; _r->regs[27]=0; \ 84 _r->regs[28]=0; _r->regs[29]=0; _r->regs[30]=0; _r->regs[31]=0; \ 85 _r->regs[32]=0; _r->regs[33]=0; _r->regs[34]=0; _r->regs[35]=0; \ [all …]
|
/linux-2.4.37.9/include/asm-ia64/sn/ |
D | module.h | 69 #define RBT_TO_MODULE(_r, _b, _t) ((_r) << MODULE_RACK_SHFT | \ argument 88 #define RACK_GET_CLASS(_r) ((_r) / RACK_CLASS_DVDR) argument 89 #define RACK_GET_GROUP(_r) (((_r) - RACK_GET_CLASS(_r) * \ argument 91 #define RACK_GET_NUM(_r) (((_r) - RACK_GET_CLASS(_r) * \ argument 92 RACK_CLASS_DVDR - RACK_GET_GROUP(_r) * \ 102 #define RACK_GROUP_BITS(_r) (RACK_GET_CLASS(_r) ? 3 : 2) argument 103 #define RACK_NUM_BITS(_r) (RACK_GET_CLASS(_r) ? 2 : 3) argument 105 #define RACK_CLASS_MASK(_r) 0x20 argument 106 #define RACK_CLASS_SHFT(_r) 5 argument 107 #define RACK_ADD_CLASS(_r, _c) \ argument [all …]
|
D | addrs.h | 157 #define LOCAL_HUB_L(_r) HUB_L(LOCAL_HUB_ADDR(_r)) argument 158 #define LOCAL_HUB_S(_r, _d) HUB_S(LOCAL_HUB_ADDR(_r), (_d)) argument 159 #define REMOTE_HUB_L(_n, _r) HUB_L(REMOTE_HUB_ADDR((_n), (_r))) argument 160 #define REMOTE_HUB_S(_n, _r, _d) HUB_S(REMOTE_HUB_ADDR((_n), (_r)), (_d)) argument 161 #define REMOTE_HUB_PI_L(_n, _sn, _r) HUB_L(REMOTE_HUB_PI_ADDR((_n), (_sn), (_r))) argument 162 #define REMOTE_HUB_PI_S(_n, _sn, _r, _d) HUB_S(REMOTE_HUB_PI_ADDR((_n), (_sn), (_r)), (_d)) argument
|
/linux-2.4.37.9/include/asm-mips/ |
D | elf.h | 92 #define ELF_PLAT_INIT(_r, load_addr) do { \ argument 93 _r->regs[1] = _r->regs[2] = _r->regs[3] = _r->regs[4] = 0; \ 94 _r->regs[5] = _r->regs[6] = _r->regs[7] = _r->regs[8] = 0; \ 95 _r->regs[9] = _r->regs[10] = _r->regs[11] = _r->regs[12] = 0; \ 96 _r->regs[13] = _r->regs[14] = _r->regs[15] = _r->regs[16] = 0; \ 97 _r->regs[17] = _r->regs[18] = _r->regs[19] = _r->regs[20] = 0; \ 98 _r->regs[21] = _r->regs[22] = _r->regs[23] = _r->regs[24] = 0; \ 99 _r->regs[25] = _r->regs[26] = _r->regs[27] = _r->regs[28] = 0; \ 100 _r->regs[30] = _r->regs[31] = 0; \
|
/linux-2.4.37.9/include/asm-mips64/ |
D | elf.h | 90 #define ELF_PLAT_INIT(_r, load_addr) do { \ argument 91 _r->regs[1] = _r->regs[2] = _r->regs[3] = _r->regs[4] = 0; \ 92 _r->regs[5] = _r->regs[6] = _r->regs[7] = _r->regs[8] = 0; \ 93 _r->regs[9] = _r->regs[10] = _r->regs[11] = _r->regs[12] = 0; \ 94 _r->regs[13] = _r->regs[14] = _r->regs[15] = _r->regs[16] = 0; \ 95 _r->regs[17] = _r->regs[18] = _r->regs[19] = _r->regs[20] = 0; \ 96 _r->regs[21] = _r->regs[22] = _r->regs[23] = _r->regs[24] = 0; \ 97 _r->regs[25] = _r->regs[26] = _r->regs[27] = _r->regs[28] = 0; \ 98 _r->regs[30] = _r->regs[31] = 0; \
|
/linux-2.4.37.9/include/asm-sh/ |
D | elf.h | 64 #define ELF_PLAT_INIT(_r, load_addr) \ argument 65 do { _r->regs[0]=0; _r->regs[1]=0; _r->regs[2]=0; _r->regs[3]=0; \ 66 _r->regs[4]=0; _r->regs[5]=0; _r->regs[6]=0; _r->regs[7]=0; \ 67 _r->regs[8]=0; _r->regs[9]=0; _r->regs[10]=0; _r->regs[11]=0; \ 68 _r->regs[12]=0; _r->regs[13]=0; _r->regs[14]=0; \ 69 _r->sr = SR_FD; } while (0)
|
/linux-2.4.37.9/include/asm-cris/ |
D | elf.h | 42 #define ELF_PLAT_INIT(_r, load_addr) do { \ argument 43 (_r)->r13 = 0; (_r)->r12 = 0; (_r)->r11 = 0; (_r)->r10 = 0; \ 44 (_r)->r9 = 0; (_r)->r8 = 0; (_r)->r7 = 0; (_r)->r6 = 0; \ 45 (_r)->r5 = 0; (_r)->r4 = 0; (_r)->r3 = 0; (_r)->r2 = 0; \ 46 (_r)->r1 = 0; (_r)->r0 = 0; (_r)->mof = 0; (_r)->srp = 0; \
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | elf.h | 42 #define ELF_PLAT_INIT(_r, load_addr) do { \ argument 44 (_r)->rbx = 0; (_r)->rcx = 0; (_r)->rdx = 0; \ 45 (_r)->rsi = 0; (_r)->rdi = 0; (_r)->rbp = 0; \ 46 (_r)->rax = 0; \ 47 (_r)->r8 = 0; \ 48 (_r)->r9 = 0; \ 49 (_r)->r10 = 0; \ 50 (_r)->r11 = 0; \ 51 (_r)->r12 = 0; \ 52 (_r)->r13 = 0; \ [all …]
|
/linux-2.4.37.9/include/asm-i386/ |
D | elf.h | 44 #define ELF_PLAT_INIT(_r, load_addr) do { \ argument 45 _r->ebx = 0; _r->ecx = 0; _r->edx = 0; \ 46 _r->esi = 0; _r->edi = 0; _r->ebp = 0; \ 47 _r->eax = 0; \
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | elf.h | 100 #define ELF_PLAT_INIT(_r, interp_load_addr) do { \ argument 101 memset(_r->gpr, 0, sizeof(_r->gpr)); \ 102 _r->ctr = _r->link = _r->xer = _r->ccr = 0; \ 103 _r->gpr[2] = interp_load_addr; \
|
/linux-2.4.37.9/arch/ppc/math-emu/ |
D | op-2.h | 286 if (_FP_FRAC_GT_2(_m, _r)) \ 289 _FP_FRAC_ADD_2(_r, _r, Y); \ 290 if (_FP_FRAC_GE_2(_r, Y) && _FP_FRAC_GT_2(_m, _r)) \ 293 _FP_FRAC_ADD_2(_r, _r, Y); \ 296 _FP_FRAC_SUB_2(_r, _r, _m); \ 303 if (_FP_FRAC_GT_2(_m, _r)) \ 306 _FP_FRAC_ADD_2(_r, _r, Y); \ 307 if (_FP_FRAC_GE_2(_r, Y) && _FP_FRAC_GT_2(_m, _r)) \ 310 _FP_FRAC_ADD_2(_r, _r, Y); \ 313 _FP_FRAC_SUB_2(_r, _r, _m); \
|
D | op-1.h | 146 _FP_W_TYPE _q, _r; \ 150 doit(_q, _r, X##_f, Y##_f); \ 151 R##_f = _q | (_r != 0); \ 161 _FP_W_TYPE _nh, _nl, _q, _r; \ 179 udiv_qrnnd(_q, _r, _nh, _nl, Y##_f); \ 180 R##_f = _q | (_r != 0); \ 185 _FP_W_TYPE _nh, _nl, _q, _r; \ 197 udiv_qrnnd(_q, _r, _nh, _nl, Y##_f); \ 198 R##_f = _q | (_r != 0); \
|
/linux-2.4.37.9/include/asm-mips64/sn/ |
D | addrs.h | 277 #define LOCAL_HUB_L(_r) HUB_L(LOCAL_HUB_ADDR(_r)) argument 278 #define LOCAL_HUB_S(_r, _d) HUB_S(LOCAL_HUB_ADDR(_r), (_d)) argument 279 #define REMOTE_HUB_L(_n, _r) HUB_L(REMOTE_HUB_ADDR((_n), (_r))) argument 280 #define REMOTE_HUB_S(_n, _r, _d) HUB_S(REMOTE_HUB_ADDR((_n), (_r)), (_d)) argument 281 #define REMOTE_HUB_PI_L(_n, _sn, _r) HUB_L(REMOTE_HUB_PI_ADDR((_n), (_sn), (_r))) argument 282 #define REMOTE_HUB_PI_S(_n, _sn, _r, _d) HUB_S(REMOTE_HUB_PI_ADDR((_n), (_sn), (_r)), (_d)) argument
|
/linux-2.4.37.9/include/math-emu/ |
D | op-1.h | 191 _FP_W_TYPE _q, _r; \ 195 doit(_q, _r, X##_f, Y##_f); \ 196 R##_f = _q | (_r != 0); \ 206 _FP_W_TYPE _nh, _nl, _q, _r, _y; \ 224 udiv_qrnnd(_q, _r, _nh, _nl, _y); \ 225 R##_f = _q | (_r != 0); \ 230 _FP_W_TYPE _nh, _nl, _q, _r; \ 242 udiv_qrnnd(_q, _r, _nh, _nl, Y##_f); \ 243 R##_f = _q | (_r != 0); \
|
D | op-2.h | 452 if (_FP_FRAC_GT_2(_m, _r)) \ 455 _FP_FRAC_ADD_2(_r, Y, _r); \ 456 if (_FP_FRAC_GE_2(_r, Y) && _FP_FRAC_GT_2(_m, _r)) \ 459 _FP_FRAC_ADD_2(_r, Y, _r); \ 462 _FP_FRAC_DEC_2(_r, _m); \ 480 if (_FP_FRAC_GT_2(_m, _r)) \ 483 _FP_FRAC_ADD_2(_r, Y, _r); \ 484 if (_FP_FRAC_GE_2(_r, Y) && _FP_FRAC_GT_2(_m, _r)) \ 487 _FP_FRAC_ADD_2(_r, Y, _r); \ 490 if (!_FP_FRAC_EQ_2(_r, _m)) \
|
/linux-2.4.37.9/include/asm-arm/ |
D | elf.h | 51 #define ELF_PLAT_INIT(_r, load_addr) (_r)->ARM_r0 = 0 argument
|
/linux-2.4.37.9/include/asm-s390/ |
D | elf.h | 39 #define ELF_PLAT_INIT(_r, load_addr) \ argument 40 _r->gprs[14] = 0
|
/linux-2.4.37.9/include/asm-s390x/ |
D | elf.h | 39 #define ELF_PLAT_INIT(_r, load_addr) \ argument 41 _r->gprs[14] = 0; \
|
/linux-2.4.37.9/include/asm-alpha/ |
D | elf.h | 53 #define ELF_PLAT_INIT(_r, load_addr) _r->r0 = 0 argument
|
/linux-2.4.37.9/include/asm-m68k/ |
D | elf.h | 34 #define ELF_PLAT_INIT(_r, load_addr) _r->a1 = 0 argument
|
/linux-2.4.37.9/include/asm-parisc/ |
D | elf.h | 121 #define ELF_PLAT_INIT(_r, load_addr) _r->gr[23] = 0 argument
|
/linux-2.4.37.9/arch/s390x/kernel/ |
D | binfmt_elf32.c | 38 #define ELF_PLAT_INIT(_r, load_addr) \ argument 40 _r->gprs[14] = 0; \
|
/linux-2.4.37.9/include/asm-ia64/ |
D | elf.h | 52 #define ELF_PLAT_INIT(_r, load_addr) ia64_init_addr_space() argument
|
D | ia32.h | 392 #define ELF_PLAT_INIT(_r, load_addr) ia64_elf32_init(_r) argument
|
/linux-2.4.37.9/arch/ia64/ia32/ |
D | binfmt_elf32.c | 49 #define ELF_PLAT_INIT(_r, load_addr) ia64_elf32_init(_r) argument
|