Searched refs:bootMP_size (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/i386/include/
H A Dsmp.h31 extern int bootMP_size;
/freebsd-11-stable/sys/i386/i386/
H A Dmpboot.s277 .globl bootMP_size
278 bootMP_size: label
H A Dmp_machdep.c151 if ((basemem - boot_address) < bootMP_size)
407 int size = *(int *) ((u_long) & bootMP_size);
/freebsd-11-stable/sys/amd64/amd64/
H A Dmp_machdep.c99 static u_int bootMP_size; variable
109 bootMP_size = mptramp_end - mptramp_start;
111 if (((basemem * 1024) - boot_address) < bootMP_size)
339 bcopy(mptramp_start, (void *)va, bootMP_size);

Completed in 108 milliseconds