HomeSort by: relevance | last modified time | path
    Searched defs:tsc_ref (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/x86/x86/
hyperv.c 178 struct hyperv_reftsc *tsc_ref; member in struct:hyperv_ref_tsc
205 struct hyperv_reftsc *tsc_ref = hyperv_ref_tsc.tsc_ref; local in function:hyperv_tc64_tsc
208 while ((seq = atomic_load_acq_int(&tsc_ref->tsc_seq)) != 0) {
210 uint64_t scale = tsc_ref->tsc_scale;
211 int64_t ofs = tsc_ref->tsc_ofs;
222 if (tsc_ref->tsc_seq == seq)
249 hyperv_ref_tsc.tsc_ref = (void *)uvm_km_alloc(kernel_map,
251 if (hyperv_ref_tsc.tsc_ref == NULL) {
256 if (!pmap_extract(pmap_kernel(), (vaddr_t)hyperv_ref_tsc.tsc_ref,
    [all...]

Completed in 11 milliseconds