Searched refs:st_time (Results 1 – 2 of 2) sorted by relevance
105 #define STEAL_TIME_SIZE ((sizeof(struct st_time) + 63) & ~63)111 struct st_time { struct114 uint64_t st_time; argument125 static void check_status(struct st_time *st) in check_status()133 struct st_time *st; in guest_code()147 st = (struct st_time *)status; in guest_code()151 WRITE_ONCE(guest_stolen_time[cpu], st->st_time); in guest_code()155 WRITE_ONCE(guest_stolen_time[cpu], st->st_time); in guest_code()200 struct st_time *st = addr_gva2hva(vm, (ulong)st_gva[vcpu_idx]); in steal_time_dump()205 ksft_print_msg(" st_time: %ld\n", st->st_time); in steal_time_dump()
154 struct st_time { struct157 uint64_t st_time; argument160 #define STEAL_TIME_SIZE ((sizeof(struct st_time) + 63) & ~63)
Completed in 5 milliseconds