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

  /src/sys/arch/m68k/include/
pmap_68k.h 140 * For leaf (page) and inner segment tables, pt_st points to the
142 * is the index into that segment table. pt_st also serves as a
144 * table lookup tree. For the level-1 table, pt_st is NULL and
150 struct pmap_table *pt_st; member in struct:pmap_table
  /src/sys/arch/m68k/m68k/
pmap_68k.c 1302 KASSERT(pt->pt_st == NULL);
1315 KASSERT(pt->pt_st == NULL);
1410 if (__predict_true(pt->pt_st != NULL)) {
1415 pte_store(&pt->pt_st->pt_entries[pt->pt_stidx], 0);
1417 pmap_table_release_slow(pmap, pt->pt_st, pc);
1418 pt->pt_st = NULL;
1528 t2->pt_st = t1;

Completed in 25 milliseconds