/* * The kldir memory area resides at a fixed place in each node's memory and * provides pointers to most other IP27 memory areas. This allows us to * resize and/or relocate memory areas at a later time without breaking all * firmware and kernels that use them. Indices in the array are * permanently dedicated to areas listed below. Some memory areas (marked * below) reside at a permanently fixed location, but are included in the * directory for completeness.
*/
/* * This is defined here because IP27_SYMMON_STK_SIZE must be at least what * we define here. Since it's set up in the prom. We can't redefine it later * and expect more space to be allocated. The way to find out the true size * of the symmon stacks is to divide SYMMON_STK_SIZE by SYMMON_STK_STRIDE * for a particular node.
*/ #define SYMMON_STACK_SIZE 0x8000
#ifdefined(PROM)
/* * These defines are prom version dependent. No code other than the IP27 * prom should attempt to use these values.
*/ #define IP27_LAUNCH_OFFSET 0x2400 #define IP27_LAUNCH_SIZE 0x400 #define IP27_LAUNCH_COUNT 2 #define IP27_LAUNCH_STRIDE 0x200
#endif/* PROM */ /* * There will be only one of these in a partition so the IO6 must set it up.
*/ #define IO6_GDA_OFFSET 0x11000 #define IO6_GDA_SIZE 0x400 #define IO6_GDA_COUNT 1 #define IO6_GDA_STRIDE 0
/* * save area of kernel nmi regs in the prom format
*/ #define IP27_NMI_KREGS_OFFSET 0x11400 #define IP27_NMI_KREGS_CPU_SIZE 0x200 /* * save area of kernel nmi regs in eframe format
*/ #define IP27_NMI_EFRAME_OFFSET 0x11800 #define IP27_NMI_EFRAME_SIZE 0x200
#endif/* _ASM_SN_SN0_KLDIR_H */
Messung V0.5
¤ Dauer der Verarbeitung: 0.2 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.