Searched refs:load_tm (Results 1 – 6 of 6) sorted by relevance
207 u8 load_tm; member
592 u8 load_tm; member
163 struct tm load_tm; in print_boot_time() local179 if (!localtime_r(&wallclock_secs, &load_tm)) { in print_boot_time()185 strftime(buf, size, "%s", &load_tm); in print_boot_time()187 strftime(buf, size, "%FT%T%z", &load_tm); in print_boot_time()
138 vcpu->arch.load_tm++; /* see load_ebb comment */ in store_vcpu_state()139 if (!vcpu->arch.load_tm) in store_vcpu_state()
1097 prev->thread.load_tm++; in __switch_to_tm()1099 if (!MSR_TM_ACTIVE(prev->thread.regs->msr) && prev->thread.load_tm == 0) in __switch_to_tm()1973 current->thread.load_tm = 0; in start_thread()
1698 current->thread.load_tm++; in tm_unavailable()
Completed in 20 milliseconds