summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/tlb.h
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2002-03-04 07:07:10 +0000
committerjake <jake@FreeBSD.org>2002-03-04 07:07:10 +0000
commitc87ee2427de718b1d0f74563db6389e444d2f8f3 (patch)
treef950423e3ef4044894ada0d71502b84e1b271dd2 /sys/sparc64/include/tlb.h
parentd35de47e83cd41692be09beba6fb0edeb03f2f8f (diff)
downloadFreeBSD-src-c87ee2427de718b1d0f74563db6389e444d2f8f3.zip
FreeBSD-src-c87ee2427de718b1d0f74563db6389e444d2f8f3.tar.gz
Dig the information about which tlb slots were used to map the kernel out
of the metadata passed by the loader.
Diffstat (limited to 'sys/sparc64/include/tlb.h')
-rw-r--r--sys/sparc64/include/tlb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/sparc64/include/tlb.h b/sys/sparc64/include/tlb.h
index d3697e5..db10429 100644
--- a/sys/sparc64/include/tlb.h
+++ b/sys/sparc64/include/tlb.h
@@ -85,6 +85,9 @@
#define MMU_SFSR_W (1L << MMU_SFSR_W_SHIFT)
+extern int kernel_tlb_slots;
+extern struct tte *kernel_ttes;
+
/*
* Some tlb operations must be atomical, so no interrupt or trap can be allowed
* while they are in progress. Traps should not happen, but interrupts need to
OpenPOWER on IntegriCloud