Home
last modified time | relevance | path

Searched refs:ONE_GIG (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/uts/i86pc/sys/
H A Dmach_mmu.h58 #define ONE_GIG (1024 * 1024 * 1024) macro
59 #define FOUR_GIG ((uint64_t)4 * ONE_GIG)
/titanic_41/usr/src/uts/i86pc/vm/
H A Di86_mmu.c494 mmu_btop(xen_info->pt_base - ONE_GIG)); in hat_kern_setup()
/titanic_41/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c1513 mfn_base = ONE_GIG; in startup_kernel()
1658 ktext_phys = ONE_GIG; /* from UNIX Mapfile */ in startup_kernel()
/titanic_41/usr/src/uts/i86pc/os/
H A Dddi_impl.c2505 ramdisk_start -= ONE_GIG; in impl_setup_ddi()
2506 ramdisk_end -= ONE_GIG; in impl_setup_ddi()
H A Dfastboot.c352 fastboot_map_with_size(nk, 0, 0, ONE_GIG, 1); in fastboot_build_pagetables()
H A Dfakebop.c1605 va_pfn = mmu_btop(va - ONE_GIG); in relocate_boot_archive()
H A Dstartup.c1204 valloc_base = segkpm_base + P2ROUNDUP(kpm_resv_amount, ONE_GIG); in startup_memlist()
/titanic_41/usr/src/uts/common/os/
H A Ddumpsubr.c79 #define ONE_GIG (1024 * 1024 * 1024UL) macro
706 if (physmem > (16 * ONE_GIG) / PAGESIZE) in dump_update_clevel()
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dst.c12528 #define ONE_GIG (ONE_K * ONE_K * ONE_K) macro