Home
last modified time | relevance | path

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

/hypervisor/include/arch/x86/asm/
A Dcpu.h628 uint32_t tsl, tsh; in cpu_rdtscp_execute() local
630 asm volatile ("rdtscp":"=a"(tsl), "=d"(tsh), "=c"(*cpu_id_ptr)); in cpu_rdtscp_execute()
631 *timestamp_ptr = ((uint64_t)tsh << 32U) | tsl; in cpu_rdtscp_execute()

Completed in 4 milliseconds