Home
last modified time | relevance | path

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

/freebsd/sys/i386/i386/
H A Dmpboot.S213 .globl bootCodeSeg
247 bootCodeSeg: /* this will be modified by mpInstallTramp() */ label
H A Dmp_machdep.c438 extern void bootCodeSeg(void);
482 dst16 = (u_int16_t *) (dst + ((u_int) bootCodeSeg - boot_base)); in install_ap_tramp()