Home
last modified time | relevance | path

Searched defs:MMMU (Results 1 – 5 of 5) sorted by relevance

/plan9-contrib/sys/src/9k/k10/
H A Ddat.h8 typedef struct MMMU MMMU; typedef
143 struct MMMU struct
145 Page* pml4; /* pml4 for this processor */
146 PTE* pmap; /* unused as of yet */
148 uint pgszlg2[NPGSZ]; /* per Mach or per Sys? */
149 uintmem pgszmask[NPGSZ];
150 uint pgsz[NPGSZ];
151 int npgsz;
176 MMMU; argument
/plan9-contrib/sys/src/9/bcm/
H A Ddat.h23 typedef struct MMMU MMMU; typedef
146 struct MMMU struct
148 PTE* mmul1; /* l1 for this processor */
149 int mmul1lo;
150 int mmul1hi;
151 int mmupid;
152 PTE* kmapl2; /* l2 for section containing kmap area and vectors */
/plan9-contrib/sys/src/9/omap/
H A Ddat.h34 typedef struct MMMU MMMU; typedef
126 struct MMMU struct
128 PTE* mmul1; /* l1 for this processor */
129 int mmul1lo;
153 MMMU; argument
/plan9-contrib/sys/src/9/kw/
H A Ddat.h8 typedef struct MMMU MMMU; typedef
102 struct MMMU struct
104 PTE* mmul1; /* l1 for this processor */
105 int mmul1lo;
129 MMMU; argument
/plan9-contrib/sys/src/9/teg2/
H A Ddat.h33 typedef struct MMMU MMMU; typedef
140 struct MMMU struct
142 PTE* mmul1; /* l1 for this processor */
143 int mmul1lo;
144 int mmul1hi;
168 MMMU; argument