Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/xen/
H A Dpv.c87 extern u_int64_t hammer_time(u_int64_t, u_int64_t);
271 return (hammer_time(0, physfree)); in hammer_time_xen_legacy()
350 return (hammer_time(0, physfree)); in hammer_time_xen()
/f-stack/freebsd/amd64/amd64/
H A Dlocore.S75 call hammer_time /* set up cpu for unix operation */
H A Dmachdep.c165 extern u_int64_t hammer_time(u_int64_t, u_int64_t);
1618 hammer_time(u_int64_t modulep, u_int64_t physfree) in hammer_time() function