Home
last modified time | relevance | path

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

/freebsd-14.2/sys/amd64/include/
H A Dpmap.h440 KASSERT(m->phys_addr < kernphys || \
441 m->phys_addr >= kernphys + (vm_offset_t)&_end - KERNSTART, \
443 m, m->phys_addr, kernphys, &_end));
H A Dmd_var.h54 extern vm_paddr_t kernphys;
/freebsd-14.2/sys/amd64/amd64/
H A Dmachdep.c876 vm_phys_early_add_seg((vm_paddr_t)kernphys, trunc_page(first)); in getmemsize()
994 if (pa >= (vm_paddr_t)kernphys && pa < first) in getmemsize()
1301 kernphys = amd64_loadaddr(); in hammer_time()
1303 physfree += kernphys; in hammer_time()
1315 physfree += ucode_load_bsp(physfree - kernphys + KERNSTART); in hammer_time()
1364 thread0.td_kstack = physfree - kernphys + KERNSTART; in hammer_time()
1401 dpcpu_init((void *)(physfree - kernphys + KERNSTART), 0); in hammer_time()
H A Dpmap.c474 vm_paddr_t kernphys; /* phys addr of start of bootstrap data */ variable
1648 if (pa < trunc_2mpage(kernphys + btext - KERNSTART) || in bootaddr_rwx()
1649 pa >= trunc_2mpage(kernphys + _end - KERNSTART)) in bootaddr_rwx()
1658 if (pa >= trunc_2mpage(kernphys + brwsection - KERNSTART)) in bootaddr_rwx()
1670 if (pa < round_2mpage(kernphys + etext - KERNSTART)) in bootaddr_rwx()
1722 kernphys - rounddown2(kernphys, NBPDP), NBPDP); in create_pagetables()
1856 for (i = 0, pax = rounddown2(kernphys, NBPDP); in create_pagetables()
1861 j = rounddown2(kernphys, NBPDP) >> PDPSHIFT; in create_pagetables()
1933 res = atop(KERNend - (vm_paddr_t)kernphys); in pmap_bootstrap()
1958 (vm_paddr_t)kernphys); in pmap_bootstrap()
[all …]