Home
last modified time | relevance | path

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

/dragonfly/sbin/newfs_hammer2/
H A Dmkfs_hammer2.c263 hammer2_off_t boot_base, hammer2_off_t aux_base) in format_hammer2_misc() argument
298 for (tmp_base = boot_base; tmp_base < alloc_base; in format_hammer2_misc()
522 hammer2_off_t boot_base = HAMMER2_ZONE_SEG; in format_hammer2() local
523 hammer2_off_t aux_base = boot_base + opt->BootAreaSize; in format_hammer2()
544 alloc_base = format_hammer2_misc(vol, opt, boot_base, aux_base); in format_hammer2()
566 voldata->boot_beg = boot_base; in format_hammer2()
567 voldata->boot_end = boot_base + opt->BootAreaSize; in format_hammer2()
/dragonfly/sys/platform/pc64/x86_64/
H A Dmp_machdep.c632 u_int boot_base = (u_int) bootMP;
652 dst32 = (u_int32_t *) (dst + ((u_int) & mp_gdtbase - boot_base));
653 *dst32 = boot_addr + ((u_int) & MP_GDT - boot_base);
656 dst32 = (u_int32_t *) (dst + ((u_int) bigJump - boot_base) + 1);
660 dst16 = (u_int16_t *) (dst + ((u_int) bootCodeSeg - boot_base));
666 dst16 = (u_int16_t *) (dst + ((u_int) bootDataSeg - boot_base));