/* SPDX-License-Identifier: GPL-2.0 */ /* * page.h: Various defines and such for MMU operations on the Sparc for * the Linux kernel. * * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
*/
/* The following structure is used to hold the physical * memory configuration of the machine. This is filled in * prom_meminit() and is later used by mem_init() to set up * mem_map[]. We statically allocate SPARC_PHYS_BANKS+1 of * these structs, this is arbitrary. The entry after the * last valid one has num_bytes==0.
*/ struct sparc_phys_banks { unsignedlong base_addr; unsignedlong num_bytes;
};
#else /* * .. while these make it easier on the compiler
*/ typedefunsignedlong pte_t; typedefunsignedlong iopte_t; typedefunsignedlong pmd_t; typedefunsignedlong pgd_t; typedefunsignedlong ctxd_t; typedefunsignedlong pgprot_t; typedefunsignedlong iopgprot_t;
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.