Home
last modified time | relevance | path

Searched refs:read_tsc (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dtsc.c1089 * checking the result of read_tsc() - cycle_last for being negative.
1092 static u64 read_tsc(struct clocksource *cs) in read_tsc() function
1125 * .mask MUST be CLOCKSOURCE_MASK(64). See comment above read_tsc()
1131 .read = read_tsc,
1151 .read = read_tsc,
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dtsc.c1125 * checking the result of read_tsc() - cycle_last for being negative.
1128 static u64 read_tsc(struct clocksource *cs) in read_tsc() function
1161 * .mask MUST be CLOCKSOURCE_MASK(64). See comment above read_tsc()
1167 .read = read_tsc,
1187 .read = read_tsc,
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dx86.c2406 static u64 read_tsc(void) in read_tsc() function
2448 *tsc_timestamp = read_tsc(); in vgettsc()
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dx86.c2795 static u64 read_tsc(void) in read_tsc() function
2836 *tsc_timestamp = read_tsc(); in vgettsc()

Completed in 31 milliseconds