/* SPDX-License-Identifier: GPL-2.0-only */ /************************************************************************** * Copyright (c) 2007-2011, Intel Corporation. * All Rights Reserved. *
**************************************************************************/
#ifndef __MMU_H #define __MMU_H
struct psb_mmu_driver { /* protects driver- and pd structures. Always take in read mode * before taking the page table spinlock.
*/ struct rw_semaphore sem;
/* protects page tables, directory tables and pt tables. * and pt structures.
*/
spinlock_t lock;
atomic_t needs_tlbflush;
atomic_t *msvdx_mmu_invaldc; struct psb_mmu_pd *default_pd;
uint32_t bif_ctrl; int has_clflush; int clflush_add; unsignedlong clflush_mask;
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.