Searched refs:CMAP1 (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/sys/amd64/include/
H A Dpmap.h278 extern pt_entry_t *CMAP1;
/freebsd-9.3-release/sys/i386/include/
H A Dpmap.h420 extern pt_entry_t *CMAP1;
/freebsd-9.3-release/sys/i386/i386/
H A Dpmap.c268 pt_entry_t *CMAP1; member in struct:sysmaps
274 pt_entry_t *CMAP1 = 0; variable
444 * CMAP1/CMAP2 are used for zeroing and copying pages.
450 SYSMAP(caddr_t, sysmaps->CMAP1, sysmaps->CADDR1, 1)
453 SYSMAP(caddr_t, CMAP1, CADDR1, 1)
4250 if (*sysmaps->CMAP1)
4251 panic("pmap_copy_page: CMAP1 busy");
4257 *sysmaps->CMAP1 = PG_V | VM_PAGE_TO_PHYS(src) | PG_A |
4262 *sysmaps->CMAP1 = 0;
4282 if (*sysmaps->CMAP1 !
[all...]
H A Dmachdep.c2366 pte = CMAP1;
/freebsd-9.3-release/sys/i386/xen/
H A Dpmap.c246 pt_entry_t *CMAP1; member in struct:sysmaps
410 * CMAP1/CMAP2 are used for zeroing and copying pages.
416 SYSMAP(caddr_t, sysmaps->CMAP1, sysmaps->CADDR1, 1)
3434 if (*sysmaps->CMAP1)
3435 panic("pmap_copy_page: CMAP1 busy");
3462 if (*sysmaps->CMAP1 != 0)
3463 panic("pmap_copy_pages: CMAP1 busy");
/freebsd-9.3-release/sys/pc98/pc98/
H A Dmachdep.c1956 pte = CMAP1;
/freebsd-9.3-release/sys/amd64/amd64/
H A Dmachdep.c1490 pte = CMAP1;
H A Dpmap.c260 pt_entry_t *CMAP1 = 0; variable
666 * CMAP1 is only used for the memory test.
668 SYSMAP(caddr_t, CMAP1, CADDR1, 1)

Completed in 213 milliseconds