Home | Sort by: relevance | last modified time | path |
/src/sys/arch/sun3/sun3x/ | |
pmap.c | 1492 mmu_short_pte_t *c_pte; local in function:free_c_table 1500 c_pte = &c_tbl->ct_dtbl[i]; 1501 if (MMU_VALID_DT(*c_pte)) { 1502 if (c_pte->attr.raw & MMU_SHORT_PTE_WIRED) 1504 pmap_remove_pte(c_pte); 1667 mmu_short_pte_t *c_pte; /* C: short page descriptor table */ local in function:pmap_enter 1849 c_pte = mmu_ptov(MMU_PTE_PA(*b_dte)); 1850 c_tbl = mmuC2tmgr(c_pte); 1893 c_pte = &c_tbl->ct_dtbl[pte_idx]; 1894 if (MMU_VALID_DT(*c_pte)) { /* Is the entry currently valid? * 2944 mmu_short_pte_t *c_pte; local in function:pmap_extract 3396 mmu_short_pte_t *c_pte; local in function:pmap_remove_c [all...] |