Searched refs:tr (Results 1 – 2 of 2) sorted by relevance
167 struct kvm_segment tr, ldt; member
519 int_fast64_t tr = stored == 4 ? detzcode(p) : detzcode64(p); in tzloadbody() local522 if (tr <= time_t_max) { in tzloadbody()524 = ((TYPE_SIGNED(time_t) ? tr < time_t_min : tr < 0) in tzloadbody()525 ? time_t_min : tr); in tzloadbody()