// SPDX-License-Identifier: GPL-2.0 /* * Entropy functions used on early boot for KASLR base and memory * randomization. The base randomization is done in the compressed * kernel and memory randomization is done early when the regular * kernel starts. This file is included in the compressed kernel and * normally linked in the regular.
*/ #include <asm/asm.h> #include <asm/kaslr.h> #include <asm/tsc.h> #include <asm/archrandom.h> #include <asm/e820/api.h> #include <asm/shared/io.h>
/* * When built for the regular kernel, several functions need to be stubbed out * or changed to their regular kernel equivalent.
*/ #ifndef KASLR_COMPRESSED_BOOT #include <asm/cpufeature.h> #include <asm/setup.h>
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.