Home
last modified time | relevance | path

Searched refs:uvm_page_physload (Results 1 – 25 of 79) sorted by relevance

1234

/netbsd-src/tests/sys/uvm/
H A Dt_uvm_physseg.c646 upm = uvm_page_physload(VALID_START_PFN_1, VALID_END_PFN_1, in ATF_TC_BODY()
660 upm = uvm_page_physload(VALID_START_PFN_2, VALID_END_PFN_2, in ATF_TC_BODY()
690 upm = uvm_page_physload(VALID_START_PFN_1, VALID_END_PFN_1, in ATF_TC_BODY()
708 upm = uvm_page_physload(VALID_START_PFN_2, VALID_END_PFN_2, in ATF_TC_BODY()
734 upm = uvm_page_physload(VALID_START_PFN_2, VALID_END_PFN_2, in ATF_TC_BODY()
745 uvm_page_physload(VALID_START_PFN_1, VALID_END_PFN_1, in ATF_TC_BODY()
914 upm = uvm_page_physload(VALID_START_PFN_1, VALID_END_PFN_1,
945 upm =uvm_page_physload(VALID_START_PFN_2, VALID_END_PFN_2,
968 upm = uvm_page_physload(VALID_START_PFN_1, VALID_END_PFN_1, in ATF_TC_BODY()
979 upm = uvm_page_physload(VALID_START_PFN_2, VALID_END_PFN_2, in ATF_TC_BODY()
[all …]
H A Dt_uvm_physseg_load.c336 uvm_page_physload(i, i + PF_STEP, i, i + PF_STEP, in ATF_TC_BODY()
365 uvm_page_physload(i, i + PF_STEP, i, i + PF_STEP, in ATF_TC_BODY()
394 uvm_page_physload(i, i + PF_STEP, i, i + PF_STEP, in ATF_TC_BODY()
423 uvm_page_physload(i, i + PF_STEP, i, i + PF_STEP, in ATF_TC_BODY()
452 uvm_page_physload(i, i + PF_STEP, i, i + PF_STEP, in ATF_TC_BODY()
481 uvm_page_physload(i, i + PF_STEP, i, i + PF_STEP, in ATF_TC_BODY()
510 uvm_page_physload(i, i + PF_STEP, i, i + PF_STEP, in ATF_TC_BODY()
/netbsd-src/sys/arch/arc/arc/
H A Dmachdep.c383 uvm_page_physload(first, last, first, last, in mach_init()
387 uvm_page_physload(first, kernstartpfn, in mach_init()
390 uvm_page_physload(kernendpfn, last, in mach_init()
405 uvm_page_physload(first, last, first, last, in mach_init()
419 uvm_page_physload(first, last, first, last, VM_FREELIST_DEFAULT); in mach_init()
/netbsd-src/sys/arch/evbarm/tsarm/
H A Dtsarm_machdep.c713 uvm_page_physload(atop(physical_freestart), atop(physical_freeend), in initarm()
716 uvm_page_physload(0, atop(physical_freeend_low), in initarm()
724 uvm_page_physload(atop(0x1000000), atop(0x1800000), in initarm()
727 uvm_page_physload(atop(0x4000000), atop(0x4800000), in initarm()
730 uvm_page_physload(atop(0x5000000), atop(0x5800000), in initarm()
/netbsd-src/sys/arch/amiga/amiga/
H A Dpmap_bootstrap.c132 uvm_page_physload(atop(fromads), atop(toads), in pmap_bootstrap()
173 uvm_page_physload(atop(fromads), atop(toads), in pmap_bootstrap()
/netbsd-src/sys/arch/netwinder/netwinder/
H A Dnetwinder_machdep.c770 uvm_page_physload(atop(istart), in initarm()
783 uvm_page_physload(atop(start), in initarm()
797 uvm_page_physload(atop(istart + isize), in initarm()
802 uvm_page_physload(atop(start), atop(end), in initarm()
806 uvm_page_physload(atop(start), atop(end), in initarm()
/netbsd-src/sys/arch/arm/arm32/
H A Darm32_boot.c266 uvm_page_physload(start, end, start, end, VM_FREELIST_DEFAULT); in initarm_common()
300 uvm_page_physload(start, segend, start, segend, in initarm_common()
/netbsd-src/sys/arch/ia64/ia64/
H A Dmachdep.c569 uvm_page_physload(pfn0, kernstartpfn, in ia64_init()
580 uvm_page_physload(kernendpfn, pfn1, in ia64_init()
591 uvm_page_physload(pfn0, pfn1, pfn0, pfn1, in ia64_init()
/netbsd-src/sys/arch/evbarm/gemini/
H A Dgemini_machdep.c689 uvm_page_physload(atop(physical_freestart), atop(GEMINI_RAM_RESV_PBASE), in initarm()
692 uvm_page_physload(atop(GEMINI_RAM_RESV_PEND), atop(physical_freeend), in initarm()
696 uvm_page_physload(atop(physical_freestart), atop(physical_freeend), in initarm()
700 uvm_page_physload(atop(GEMINI_DRAM_BASE), atop(KERNEL_BASE_phys), in initarm()
/netbsd-src/sys/arch/evbarm/armadillo/
H A Darmadillo9_machdep.c815 uvm_page_physload(atop(physical_freestart), atop(physical_freeend), in initarm()
818 uvm_page_physload(atop(0xc0000000), atop(physical_freeend_low), in initarm()
825 uvm_page_physload(atop(start), atop(start + size), in initarm()
/netbsd-src/sys/uvm/
H A Duvm_physseg.h126 uvm_physseg_t uvm_page_physload(paddr_t, paddr_t, paddr_t,
/netbsd-src/sys/arch/atari/atari/
H A Dpmap_bootstrap.c135 uvm_page_physload(atop(usable_segs[i].start), in pmap_bootstrap()
/netbsd-src/sys/arch/dreamcast/dreamcast/
H A Dmachdep.c133 uvm_page_physload( in dreamcast_startup()
/netbsd-src/sys/arch/playstation2/playstation2/
H A Dmachdep.c140 uvm_page_physload(atop(start), atop(start + size), in mach_init()
/netbsd-src/sys/arch/epoc32/epoc32/
H A Dmachdep.c438 uvm_page_physload( in initarm()
451 uvm_page_physload(atop(start), atop(start + size), in initarm()
/netbsd-src/sys/arch/shark/ofw/
H A Dofw.c906 uvm_page_physload(atop(istart), in ofw_configmem()
919 uvm_page_physload(atop(start), in ofw_configmem()
933 uvm_page_physload(atop(istart + isize), in ofw_configmem()
938 uvm_page_physload(atop(start), atop(end), in ofw_configmem()
942 uvm_page_physload(atop(start), atop(end), in ofw_configmem()
/netbsd-src/sys/arch/arm/at91/
H A Dat91bus.c508 uvm_page_physload(atop(physical_freestart), atop(physical_freeend), in at91bus_setup()
511 uvm_page_physload(atop(physical_start), atop(physical_freeend_low), in at91bus_setup()
/netbsd-src/sys/arch/alpha/alpha/
H A Dmachdep.c240 uvm_page_physload(start_pfn, end_pfn, start_pfn, end_pfn, in alpha_page_physload()
255 uvm_page_physload(start_pfn, end_pfn, in alpha_page_physload_sheltered()
265 uvm_page_physload(start_pfn, shelter_start_pfn, in alpha_page_physload_sheltered()
276 uvm_page_physload(ov_start, ov_end, ov_start, ov_end, in alpha_page_physload_sheltered()
284 uvm_page_physload(shelter_end_pfn, end_pfn, in alpha_page_physload_sheltered()
/netbsd-src/sys/arch/ews4800mips/ews4800mips/
H A Dmachdep.c145 uvm_page_physload(atop(start), atop(start + size), in mach_init()
/netbsd-src/sys/arch/landisk/landisk/
H A Dmachdep.c217 uvm_page_physload( in landisk_startup()
/netbsd-src/sys/arch/evbarm/mini2440/
H A Dmini2440_machdep.c877 uvm_page_physload(atop(physical_freestart), atop(physical_freeend), in initarm()
880 uvm_page_physload(atop(SDRAM_START), atop(physical_freeend_low), in initarm()
/netbsd-src/sys/arch/acorn32/acorn32/
H A Drpc_machdep.c935 uvm_page_physload(atop(start), atop(end), in initarm()
938 uvm_page_physload(atop(start), atop(end), in initarm()
/netbsd-src/sys/arch/newsmips/newsmips/
H A Dmachdep.c300 uvm_page_physload(atop(first), atop(last), atop(first), atop(last), in mach_init()
/netbsd-src/sys/arch/mipsco/mipsco/
H A Dmachdep.c277 uvm_page_physload(atop(first), atop(last), atop(first), atop(last), in mach_init()
/netbsd-src/sys/arch/x68k/x68k/
H A Dmachdep.c200 uvm_page_physload(atop(s), atop(e), atop(s), atop(e), in x68k_init()
208 uvm_page_physload(atop(phys_extmem_seg[i].start), in x68k_init()

1234