Home
last modified time | relevance | path

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

/arch/s390/lib/
Ddelay.c57 end = get_tod_clock_fast() + (usecs << 12); in __udelay_enabled()
67 } while (get_tod_clock_fast() < end); in __udelay_enabled()
111 end = get_tod_clock_fast() + (usecs << 12); in udelay_simple()
112 while (get_tod_clock_fast() < end) in udelay_simple()
122 end = get_tod_clock_fast() + nsecs; in __ndelay()
125 while (get_tod_clock_fast() < end) in __ndelay()
/arch/s390/include/asm/
Dtimex.h91 static inline unsigned long long get_tod_clock_fast(void) in get_tod_clock_fast() function
/arch/s390/crypto/
Dprng.c131 *p ^= get_tod_clock_fast(); in generate_entropy()
543 *((unsigned long long *)prng_data->buf) = get_tod_clock_fast(); in prng_tdes_read()
/arch/s390/kvm/
Dkvm-s390.h279 rc = get_tod_clock_fast() + kvm->arch.epoch; in kvm_s390_get_tod_clock_fast()
/arch/s390/kernel/
Ddebug.c870 active->id.stck = get_tod_clock_fast(); in debug_finish_entry()