Searched refs:physfree (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/x86/xen/
H A Dpv.c135 uint64_t physfree; local
152 physfree = xenstack + 3 * PAGE_SIZE - KERNBASE;
204 return (hammer_time(0, physfree));
/freebsd-11-stable/sys/i386/i386/
H A Dlocore.s96 physfree: .long 0 /* phys addr of next free page */ label
137 movl R(physfree), %esi ; \
140 movl %eax, R(physfree) ; \
313 pushl physfree /* value of first for init386(first) */
648 movl %esi,R(physfree) /* next free page is at end of kernel */
/freebsd-11-stable/sys/amd64/amd64/
H A Dmachdep.c1568 hammer_time(u_int64_t modulep, u_int64_t physfree) argument
1582 physfree += ucode_load_bsp(physfree + KERNBASE);
1583 physfree = roundup2(physfree, PAGE_SIZE);
1604 thread0.td_kstack = physfree + KERNBASE;
1608 physfree += kstack0_sz;
1632 dpcpu_init((void *)(physfree + KERNBASE), 0);
1633 physfree += DPCPU_SIZE;
1794 getmemsize(kmdp, physfree);
[all...]

Completed in 71 milliseconds