Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/i386/
H A Dmpboot.s216 .globl bootDataSeg
259 bootDataSeg: /* this will be modified by mpInstallTramp() */ label
H A Dmp_machdep.c391 extern void bootDataSeg(void);
440 dst16 = (u_int16_t *) (dst + ((u_int) bootDataSeg - boot_base)); in install_ap_tramp()