Searched refs:cpu_id_ptr (Results 1 – 1 of 1) sorted by relevance
626 cpu_rdtscp_execute(uint64_t *timestamp_ptr, uint32_t *cpu_id_ptr) in cpu_rdtscp_execute() argument630 asm volatile ("rdtscp":"=a"(tsl), "=d"(tsh), "=c"(*cpu_id_ptr)); in cpu_rdtscp_execute()
Completed in 4 milliseconds