Searched refs:rdtsc (Results 1 – 14 of 14) sorted by relevance
25 Does the OS/app use the rdtsc instruction at all?30 At what frequency is the rdtsc instruction executed by either the OS47 that uses rdtsc must be assumed to be TSC-sensitive and, as we52 Roughly speaking, native means rdtsc is fast but TSC-sensitive apps57 Starting at Xen 4.0, the default is that all rdtsc instructions are68 All rdtsc instructions are emulated; this is the best choice when109 To determine the frequency of rdtsc instructions that are emulated,186 or just "rdtsc". Instructions in the rdtsc family are non-privileged, but187 privileged software may set a cpuid bit to cause all rdtsc family190 return control to the code following the rdtsc instruction.[all …]
2130 Guest rdtsc/p is executed natively when monotonicity can be guaranteed2138 migration, and guest rdtsc/p will be executed natively after migration as well2142 Guest rdtsc/p is always emulated and the virtual TSC will appear to increment2149 Guest rdtsc/p is always executed natively (no monotonicity/frequency2150 guarantees). Guest rdtsc/p is emulated at native frequency if unsupported
87 static inline uint64_t rdtsc(void) in rdtsc() function109 return rdtsc(); in rdtsc_ordered()
158 s = rdtsc(); in wait_for_nmis()163 e = rdtsc(); in wait_for_nmis()
1910 tsc = rdtsc(); in tsc_check_writability()1913 uint64_t tmp, tmp2 = rdtsc(); in tsc_check_writability()1916 tmp = rdtsc(); in tsc_check_writability()2362 tsc = rdtsc(); in tsc_get_info()2444 d->arch.hvm.sync_tsc = rdtsc(); in tsc_set_info()
161 tsc = rdtsc(); in resource_access()
42 d->arch.hvm.sync_tsc = rdtsc(); in arch_hvm_save()77 d->arch.hvm.sync_tsc = rdtsc(); in arch_hvm_load()
430 tsc = at_tsc ?: rdtsc(); in hvm_set_guest_tsc_fixed()473 tsc = at_tsc ?: rdtsc(); in hvm_get_guest_tsc_fixed()
119 static inline uint64_t rdtsc(void) in rdtsc() function
650 rdtsc
676 boot_tsc_stamp = rdtsc(); in efi_arch_cpu()
862 *val = currd->arch.vtsc ? pv_soft_rdtsc(curr, ctxt->regs) : rdtsc(); in read_msr()
244 mib->mc_tsc = rdtsc(); in mca_init_bank()
5843 goto rdtsc; in x86_emulate()6860 case X86EMUL_OPC(0x0f, 0x31): rdtsc: /* rdtsc */ in x86_emulate()
Completed in 48 milliseconds