/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Numascale NumaConnect-Specific Header file * * Copyright (C) 2011 Numascale AS. All rights reserved. * * Send feedback to <support@numascale.com> *
*/
/* * Local CSR space starts in global CSR space with "nodeid" = 0xfff0, however * when using the direct mapping on x86_64, both start and size needs to be * aligned with PMD_SIZE which is 2M
*/ #define NUMACHIP_LCSR_BASE 0x3ffffe000000ULL #define NUMACHIP_LCSR_LIM 0x3fffffffffffULL #define NUMACHIP_LCSR_SIZE (NUMACHIP_LCSR_LIM - NUMACHIP_LCSR_BASE + 1) #define NUMACHIP_LAPIC_BITS 8
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.