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

/freebsd-9.3-release/sys/i386/xen/
H A Dpmap.c244 struct sysmaps { struct
251 static struct sysmaps sysmaps_pcpu[MAXCPU];
367 struct sysmaps *sysmaps; local
414 sysmaps = &sysmaps_pcpu[i];
415 mtx_init(&sysmaps->lock, "SYSMAPS", NULL, MTX_DEF);
416 SYSMAP(caddr_t, sysmaps->CMAP1, sysmaps->CADDR1, 1)
417 SYSMAP(caddr_t, sysmaps->CMAP2, sysmaps
3360 struct sysmaps *sysmaps; local
3383 struct sysmaps *sysmaps; local
3429 struct sysmaps *sysmaps; local
3453 struct sysmaps *sysmaps; local
4093 struct sysmaps *sysmaps; local
[all...]
/freebsd-9.3-release/sys/i386/i386/
H A Dpmap.c266 struct sysmaps { struct
273 static struct sysmaps sysmaps_pcpu[MAXCPU];
389 struct sysmaps *sysmaps; local
448 sysmaps = &sysmaps_pcpu[i];
449 mtx_init(&sysmaps->lock, "SYSMAPS", NULL, MTX_DEF);
450 SYSMAP(caddr_t, sysmaps->CMAP1, sysmaps->CADDR1, 1)
451 SYSMAP(caddr_t, sysmaps->CMAP2, sysmaps
4171 struct sysmaps *sysmaps; local
4196 struct sysmaps *sysmaps; local
4245 struct sysmaps *sysmaps; local
4273 struct sysmaps *sysmaps; local
5140 struct sysmaps *sysmaps; local
[all...]

Completed in 158 milliseconds