pmap.c | 111 * `Page Map Entry Group' (PMEG) and the virtual page number---the 114 * call each Page Map Entry Group a pmeg (for want of a better name). 118 * to have an invalid segment is to make one full pmeg of invalid PTEs. 237 * does not point to the invalid PMEG. 251 * Each PMEG in the MMU is either free or contains PTEs corresponding to 254 * to steal a PMEG from some process (if we need one and none are free) 266 * Since I hate the name PMEG I call this data structure an `mmu entry'. 298 u_short me_cookie; /* hardware SMEG/PMEG number */ 463 * all one instead. e.g. KERNBASE is usually mapped by pmeg number zero. 485 #define setsegmap(va, pmeg) (CPU_ISSUN4C 2032 int s, i, pmeg, *pte; local in function:mmu_pagein_seg 2441 int pte, va, vr, vs, pmeg, flags; local in function:pv_syncflags4_4c 4284 int pmeg = getsegmap(va); local in function:pmap_quiet_check 4495 int i, pmeg; local in function:pgt_lvl23_remove4_4c 4698 int nleft, pmeg, inmmu; local in function:pmap_rmk4_4c 4843 int nleft, pmeg, inmmu; local in function:pmap_rmu4_4c 5266 int pmeg; local in function:pmap_changeprot4_4c 5760 int vr, vs, *ptep, pte, pmeg, s; local in function:pmap_enu4_4c 6052 int nleft, pmeg; local in function:pmap_kremove4_4c 7700 int pmeg; local in function:pmap_dumpmmu [all...] |