Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Linux/arch/powerpc/kernel/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 888 B image not shown  

Quelle  early_32.c   Sprache: C

 
// SPDX-License-Identifier: GPL-2.0

/*
 * Early init before relocation
 */


#include <linux/init.h>
#include <linux/kernel.h>
#include <asm/setup.h>
#include <asm/sections.h>

/*
 * We're called here very early in the boot.
 *
 * Note that the kernel may be running at an address which is different
 * from the address that it was linked at, so we must use RELOC/PTRRELOC
 * to access static data (including strings).  -- paulus
 */

notrace unsigned long __init early_init(unsigned long dt_ptr)
{
 unsigned long kva, offset = reloc_offset();

 kva = *PTRRELOC(&kernstart_virt_addr);

 /* First zero the BSS */
 if (kva == KERNELBASE)
  memset(PTRRELOC(&__bss_start), 0, __bss_stop - __bss_start);

 /*
 * Identify the CPU type and fix up code sections
 * that depend on which cpu we have.
 */

 identify_cpu(offset, mfspr(SPRN_PVR));

 apply_feature_fixups();

 return kva + offset;
}

Messung V0.5
C=88 H=60 G=75

¤ Dauer der Verarbeitung: 0.0 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

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.