Home
last modified time | relevance | path

Searched refs:bootCodeSeg (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/i386/i386/
H A Dmpboot.s215 .globl bootCodeSeg
249 bootCodeSeg: /* this will be modified by mpInstallTramp() */ label
H A Dmp_machdep.c390 extern void bootCodeSeg(void);
434 dst16 = (u_int16_t *) (dst + ((u_int) bootCodeSeg - boot_base)); in install_ap_tramp()