Searched refs:CMAP3 (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/i386/i386/
H A Dpmap.c275 static pt_entry_t *CMAP3; variable
445 * CMAP3 is used for the idle process page zeroing.
454 SYSMAP(caddr_t, CMAP3, CADDR3, 1)
4226 if (*CMAP3)
4227 panic("pmap_zero_page_idle: CMAP3 busy");
4229 *CMAP3 = PG_V | PG_RW | VM_PAGE_TO_PHYS(m) | PG_A | PG_M |
4233 *CMAP3 = 0;
/freebsd-9.3-release/sys/i386/xen/
H A Dpmap.c252 static pt_entry_t *CMAP3; variable
411 * CMAP3 is used for the idle process page zeroing.
421 SYSMAP(caddr_t, CMAP3, CADDR3, 1)
3412 if (*CMAP3)
3413 panic("pmap_zero_page_idle: CMAP3 busy");

Completed in 182 milliseconds