Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/xen/
H A Dpv.c200 hammer_time_xen_legacy(start_info_t *si, uint64_t xenstack) in hammer_time_xen_legacy() argument
203 uint64_t *PT4 = (u_int64_t *)xenstack; in hammer_time_xen_legacy()
204 uint64_t *PT3 = (u_int64_t *)(xenstack + PAGE_SIZE); in hammer_time_xen_legacy()
205 uint64_t *PT2 = (u_int64_t *)(xenstack + 2 * PAGE_SIZE); in hammer_time_xen_legacy()
212 if ((si == NULL) || (xenstack == 0)) { in hammer_time_xen_legacy()
220 physfree = xenstack + 3 * PAGE_SIZE - KERNBASE; in hammer_time_xen_legacy()