HomeSort by: relevance | last modified time | path
    Searched defs:pmap_l2 (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/usermode/usermode/
pmap.c 67 struct pmap_l2 { struct
76 struct pmap_l2 **pm_l1;
222 if (sizeof(struct pmap_l2) > PAGE_SIZE) {
223 panic("struct pmap_l2 bigger than one page?\n");
360 pmap->pm_l1 = (struct pmap_l2 **) kmem_kvm_cur_start;
397 pmap->pm_l1[l1] = (struct pmap_l2 *)
527 struct pmap_l2 *l2tbl;
639 struct pmap_l2 *l2tbl;
660 struct pmap_l2 *l2tbl;
1195 struct pmap_l2 *l2tbl
    [all...]
pmap.c 67 struct pmap_l2 { struct
76 struct pmap_l2 **pm_l1;
222 if (sizeof(struct pmap_l2) > PAGE_SIZE) {
223 panic("struct pmap_l2 bigger than one page?\n");
360 pmap->pm_l1 = (struct pmap_l2 **) kmem_kvm_cur_start;
397 pmap->pm_l1[l1] = (struct pmap_l2 *)
527 struct pmap_l2 *l2tbl;
639 struct pmap_l2 *l2tbl;
660 struct pmap_l2 *l2tbl;
1195 struct pmap_l2 *l2tbl
    [all...]
pmap.c 67 struct pmap_l2 { struct
76 struct pmap_l2 **pm_l1;
222 if (sizeof(struct pmap_l2) > PAGE_SIZE) {
223 panic("struct pmap_l2 bigger than one page?\n");
360 pmap->pm_l1 = (struct pmap_l2 **) kmem_kvm_cur_start;
397 pmap->pm_l1[l1] = (struct pmap_l2 *)
527 struct pmap_l2 *l2tbl;
639 struct pmap_l2 *l2tbl;
660 struct pmap_l2 *l2tbl;
1195 struct pmap_l2 *l2tbl
    [all...]
pmap.c 67 struct pmap_l2 { struct
76 struct pmap_l2 **pm_l1;
222 if (sizeof(struct pmap_l2) > PAGE_SIZE) {
223 panic("struct pmap_l2 bigger than one page?\n");
360 pmap->pm_l1 = (struct pmap_l2 **) kmem_kvm_cur_start;
397 pmap->pm_l1[l1] = (struct pmap_l2 *)
527 struct pmap_l2 *l2tbl;
639 struct pmap_l2 *l2tbl;
660 struct pmap_l2 *l2tbl;
1195 struct pmap_l2 *l2tbl
    [all...]

Completed in 86 milliseconds