Searched refs:DSO (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/Documentation/ia64/ |
D | fsys.txt | 278 o AT_SYSINFO_EHDR : is the address of the kernel gate ELF DSO 280 The ELF DSO is a pre-linked library that is mapped in by the kernel at 284 AT_SYSINFO points into the kernel DSO at the 286 used before the kernel DSO) and as a convenience.
|
/linux-2.6.39/arch/powerpc/xmon/ |
D | ppc-opc.c | 1597 #define DSO(op, xop) (OP (op) | ((xop) & 0x3)) macro 1598 #define DS_MASK DSO (0x3f, 3) 4617 { "ld", DSO(58,0), DS_MASK, PPC64, { RT, DS, RA0 } }, 4619 { "ldu", DSO(58,1), DS_MASK, PPC64, { RT, DS, RAL } }, 4621 { "lwa", DSO(58,2), DS_MASK, PPC64, { RT, DS, RA0 } }, 4742 { "std", DSO(62,0), DS_MASK, PPC64, { RS, DS, RA0 } }, 4744 { "stdu", DSO(62,1), DS_MASK, PPC64, { RS, DS, RAS } }, 4746 { "stq", DSO(62,2), DS_MASK, POWER4, { RSQ, DS, RA0 } },
|