/src/sys/arch/usermode/usermode/ |
pmap.c | 76 struct pmap_l2 **pm_l1; member in struct:pmap 360 pmap->pm_l1 = (struct pmap_l2 **) kmem_kvm_cur_start; 363 addr = thunk_mmap(pmap->pm_l1, pm_l1_size, 367 if (addr != (void *) pmap->pm_l1) 370 memset(pmap->pm_l1, 0, pm_l1_size); /* test and clear */ 397 pmap->pm_l1[l1] = (struct pmap_l2 *) 419 va = (vaddr_t) pmap->pm_l1 + pg; 516 pmap->pm_l1 = kmem_zalloc(pm_l1_size, KM_SLEEP); 517 assert(pmap->pm_l1); 544 l2tbl = pmap->pm_l1[l1] [all...] |
pmap.c | 76 struct pmap_l2 **pm_l1; member in struct:pmap 360 pmap->pm_l1 = (struct pmap_l2 **) kmem_kvm_cur_start; 363 addr = thunk_mmap(pmap->pm_l1, pm_l1_size, 367 if (addr != (void *) pmap->pm_l1) 370 memset(pmap->pm_l1, 0, pm_l1_size); /* test and clear */ 397 pmap->pm_l1[l1] = (struct pmap_l2 *) 419 va = (vaddr_t) pmap->pm_l1 + pg; 516 pmap->pm_l1 = kmem_zalloc(pm_l1_size, KM_SLEEP); 517 assert(pmap->pm_l1); 544 l2tbl = pmap->pm_l1[l1] [all...] |
pmap.c | 76 struct pmap_l2 **pm_l1; member in struct:pmap 360 pmap->pm_l1 = (struct pmap_l2 **) kmem_kvm_cur_start; 363 addr = thunk_mmap(pmap->pm_l1, pm_l1_size, 367 if (addr != (void *) pmap->pm_l1) 370 memset(pmap->pm_l1, 0, pm_l1_size); /* test and clear */ 397 pmap->pm_l1[l1] = (struct pmap_l2 *) 419 va = (vaddr_t) pmap->pm_l1 + pg; 516 pmap->pm_l1 = kmem_zalloc(pm_l1_size, KM_SLEEP); 517 assert(pmap->pm_l1); 544 l2tbl = pmap->pm_l1[l1] [all...] |
/src/sys/arch/arm/include/arm32/ |
pmap.h | 222 pd_entry_t *pm_l1; member in struct:pmap 233 struct l1_ttable *pm_l1; member in struct:pmap
|
pmap.h | 222 pd_entry_t *pm_l1; member in struct:pmap 233 struct l1_ttable *pm_l1; member in struct:pmap
|
pmap.h | 222 pd_entry_t *pm_l1; member in struct:pmap 233 struct l1_ttable *pm_l1; member in struct:pmap
|