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

  /src/sys/arch/sun2/sun2/
pmap.c 322 int pmeg_index; local in function:TAILQ_HEAD
656 pmeg_array[x].pmeg_index = x;
749 sme = pmegp->pmeg_index;
838 (pmegp->pmeg_index == SEGINV) ||
843 if (pmegp->pmeg_index == pmap_db_watchpmeg) {
923 if (pmegp->pmeg_index == pmap_db_watchpmeg) {
925 pmegp->pmeg_index);
969 if (pmegp->pmeg_index == pmap_db_watchpmeg) {
970 db_printf("pmeg_cache: watch pmeg 0x%x\n", pmegp->pmeg_index);
2041 sme = pmegp->pmeg_index;
    [all...]
  /src/sys/arch/sun3/sun3/
pmap.c 331 int pmeg_index; local in function:TAILQ_HEAD
665 pmeg_array[x].pmeg_index = x;
758 sme = pmegp->pmeg_index;
847 (pmegp->pmeg_index == SEGINV) ||
852 if (pmegp->pmeg_index == pmap_db_watchpmeg) {
932 if (pmegp->pmeg_index == pmap_db_watchpmeg) {
934 pmegp->pmeg_index);
978 if (pmegp->pmeg_index == pmap_db_watchpmeg) {
979 db_printf("pmeg_cache: watch pmeg 0x%x\n", pmegp->pmeg_index);
2071 sme = pmegp->pmeg_index;
    [all...]

Completed in 13 milliseconds