Home
last modified time | relevance | path

Searched refs:physmem (Results 1 – 25 of 38) sorted by relevance

12

/f-stack/freebsd/mips/mediatek/
H A Dmtk_machdep.c120 physmem = btoc(val); in mips_init()
123 ctob(physmem) / (1024 * 1024)); in mips_init()
145 ctob(physmem) / (1024 * 1024)); in mips_init()
147 physmem = btoc(32 * 1024 * 1024); in mips_init()
149 ctob(physmem) / (1024 * 1024)); in mips_init()
154 dump_avail[1] = phys_avail[1] = ctob(physmem) in mips_init()
161 dump_avail[1] = phys_avail[1] = ctob(physmem); in mips_init()
181 physmem = btoc(32 * 1024 * 1024); in mips_init()
186 if (physmem < realmem) in mips_init()
187 realmem = physmem; in mips_init()
[all …]
/f-stack/lib/
H A Dff_freebsd_init.c65 long physmem; variable
95 physmem = ff_global_cfg.freebsd.physmem; in ff_freebsd_init()
H A Dff_config.h189 long physmem; member
/f-stack/freebsd/mips/ingenic/
H A Djz4780_machdep.c131 physmem = realmem = btoc(32 * 1024 * 1024); in mips_init()
145 physmem = realmem = btoc(val); in mips_init()
166 init_param2(physmem); in mips_init()
/f-stack/freebsd/mips/broadcom/
H A Dbcm_machdep.c476 physmem = 0; in mips_init()
507 physmem += len; in mips_init()
510 BCM_TRACE("Total phys memory is : %ld\n", physmem); in mips_init()
511 realmem = btoc(physmem); in mips_init()
517 physmem = realmem; in mips_init()
520 init_param2(physmem); in mips_init()
/f-stack/freebsd/mips/beri/
H A Dberi_machdep.c115 physmem = realmem; in mips_init()
119 physmem = btoc(val); in mips_init()
140 init_param2(physmem); in mips_init()
/f-stack/freebsd/vm/
H A Dvm_init.c100 long physmem; variable
181 physmem_est = lmin(physmem, btoc(vm_map_max(kernel_map) - in vm_ksubmap_init()
/f-stack/freebsd/mips/cavium/
H A Docteon_machdep.c223 realmem = physmem = btoc(phys_avail[1] - phys_avail[0]); in octeon_memory_init()
258 physmem += btoc(1 << 20); in octeon_memory_init()
274 realmem = physmem; in octeon_memory_init()
364 init_param2(physmem); in platform_start()
/f-stack/freebsd/mips/malta/
H A Dmalta_machdep.c210 physmem = realmem; in mips_init()
213 init_param2(physmem); in mips_init()
/f-stack/freebsd/mips/atheros/ar531x/
H A Dar5315_machdep.c231 physmem = realmem; in platform_start()
309 init_param2(physmem); in platform_start()
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dvmsystm.h48 #define physmem zfs_totalram_pages macro
/f-stack/freebsd/mips/atheros/
H A Dar71xx_machdep.c361 physmem = realmem; in platform_start()
419 init_param2(physmem); in platform_start()
/f-stack/freebsd/kern/
H A Dkern_mib.c203 if (physmem < p) in sysctl_hw_physmem()
204 p = physmem; in sysctl_hw_physmem()
208 SYSCTL_PROC(_hw, HW_PHYSMEM, physmem,
234 p1 = physmem - vm_wire_count(); in sysctl_hw_usermem()
246 SYSCTL_LONG(_hw, OID_AUTO, availpages, CTLFLAG_RD, &physmem, 0,
H A Dsubr_physmem.c412 PHYS_AVAIL_ENTRIES, hwphyssz, &physmem, &realmem); in physmem_init_kernel_globals()
421 DB_SHOW_COMMAND(physmem, db_show_physmem) in DB_SHOW_COMMAND() argument
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dkernel.c54 uint64_t physmem; variable
827 physmem = sysconf(_SC_PHYS_PAGES); in kernel_init()
829 dprintf("physmem = %llu pages (%.2f GB)\n", physmem, in kernel_init()
830 (double)physmem * sysconf(_SC_PAGE_SIZE) / (1ULL << 30)); in kernel_init()
/f-stack/freebsd/contrib/openzfs/cmd/zstream/
H A Dzstream_redup.c201 uint64_t physmem = sysconf(_SC_PHYS_PAGES) * sysconf(_SC_PAGESIZE); in zfs_redup_stream() local
203 MAX((physmem * MAX_RDT_PHYSMEM_PERCENT) / 100, in zfs_redup_stream()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Darc_os.c196 return (ptob(physmem)); in arc_all_memory()
/f-stack/freebsd/mips/nlm/
H A Dxlp_machdep.c350 init_param2(physmem); in mips_init()
502 realmem = physmem = btoc(physsz); in xlp_mem_init()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Darc_os.c456 return (ptob(physmem) / 2); in arc_all_memory()
/f-stack/freebsd/mips/mips/
H A Dminidump_machdep.c241 ptoa((uintmax_t)physmem) / 1048576); in minidumpsys()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/perf/
H A Dperf.shlib453 echo " \"physmem\": \"$(free -b | \
461 printf(" \"physmem\": %u,\n", `physmem * `_pagesize);
/f-stack/freebsd/arm/arm/
H A Dminidump_machdep.c245 printf("Physical memory: %u MB\n", ptoa((uintmax_t)physmem) / 1048576); in minidumpsys()
/f-stack/freebsd/i386/i386/
H A Dminidump_machdep_base.c262 printf("Physical memory: %ju MB\n", ptoa((uintmax_t)physmem) / 1048576); in minidumpsys()
/f-stack/freebsd/arm64/arm64/
H A Dminidump_machdep.c286 ptoa((uintmax_t)physmem) / 1048576); in minidumpsys()
/f-stack/freebsd/amd64/amd64/
H A Dminidump_machdep.c337 ptoa((uintmax_t)physmem) / 1048576); in minidumpsys()

12