Home
last modified time | relevance | path

Searched refs:kernphys (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/amd64/include/
H A Dpmap.h437 KASSERT(m->phys_addr < kernphys || \
438 m->phys_addr >= kernphys + (vm_offset_t)&_end - KERNSTART, \
440 m, m->phys_addr, kernphys, &_end));
H A Dmd_var.h54 extern vm_paddr_t kernphys;
/freebsd/sys/amd64/amd64/
H A Dmachdep.c874 vm_phys_early_add_seg((vm_paddr_t)kernphys, trunc_page(first)); in getmemsize()
993 if (pa >= (vm_paddr_t)kernphys && pa < first) in getmemsize()
1300 kernphys = amd64_loadaddr(); in hammer_time()
1302 physfree += kernphys; in hammer_time()
1314 physfree += ucode_load_bsp(physfree - kernphys + KERNSTART); in hammer_time()
1363 thread0.td_kstack = physfree - kernphys + KERNSTART; in hammer_time()
1400 dpcpu_init((void *)(physfree - kernphys + KERNSTART), 0); in hammer_time()
H A Dpmap.c472 vm_paddr_t kernphys; /* phys addr of start of bootstrap data */ variable
1600 pt_pages = howmany(addr - kernphys, NBPDR) + 1; /* +1 for 2M hole @0 */ in nkpt_init()
1647 if (pa < trunc_2mpage(kernphys + btext - KERNSTART) || in bootaddr_rwx()
1648 pa >= trunc_2mpage(kernphys + _end - KERNSTART)) in bootaddr_rwx()
1657 if (pa >= trunc_2mpage(kernphys + brwsection - KERNSTART)) in bootaddr_rwx()
1669 if (pa < round_2mpage(kernphys + etext - KERNSTART)) in bootaddr_rwx()
1721 kernphys - rounddown2(kernphys, NBPDP), NBPDP); in create_pagetables()
1783 for (i = 1, pax = kernphys; pax < KERNend; i++, pax += NBPDR) { in create_pagetables()
1855 for (i = 0, pax = rounddown2(kernphys, NBPDP); in create_pagetables()
1860 j = rounddown2(kernphys, NBPDP) >> PDPSHIFT; in create_pagetables()
[all …]
/freebsd/sys/x86/xen/
H A Dhvm.c163 + kernphys - KERNLOAD in early_init_vtop()