Searched refs:tsl (Results 1 – 1 of 1) sorted by relevance
628 uint32_t tsl, tsh; in cpu_rdtscp_execute() local630 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