Searched refs:time_scale (Results 1 – 5 of 5) sorted by relevance
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | time.h | 76 struct time_scale; 77 void set_time_scale(struct time_scale *ts, u64 ticks_per_sec); 78 u64 scale_delta(u64 delta, const struct time_scale *scale);
|
A D | domain.h | 243 struct time_scale { struct 375 struct time_scale vtsc_to_ns; /* scaling for certain emulated or 377 struct time_scale ns_to_vtsc; /* scaling for certain emulated or
|
/xen-4.10.0-shim-comet/tools/xenmon/ |
A D | xenmon.py | 231 def time_scale(ns): function 379 display(stdscr, row, col, "%s" % time_scale(h2[dom][0][0])) 385 display(stdscr, row, col, "%s/ex" % time_scale(h2[dom][0][2])) 387 display(stdscr, row, col, "%s" % time_scale(h1[dom][0][0])) 391 display(stdscr, row, col, "%s/ex" % time_scale(h1[dom][0][2])) 404 display(stdscr, row, col, "%s/ex" % time_scale(h2[dom][1])) 406 display(stdscr, row, col, "%s/ex" % time_scale(h1[dom][1])) 416 display(stdscr, row, col, "%s" % time_scale(h2[dom][2][0])) 422 display(stdscr, row, col, "%s" % time_scale(h1[dom][2][0])) 436 display(stdscr, row, col, "%s" % time_scale(h2[dom][3][0])) [all …]
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | time.c | 57 struct time_scale tsc_scale; 124 u64 scale_delta(u64 delta, const struct time_scale *scale) in scale_delta() 144 static inline struct time_scale scale_reciprocal(struct time_scale scale) in scale_reciprocal() 146 struct time_scale reciprocal; in scale_reciprocal() 244 void set_time_scale(struct time_scale *ts, u64 ticks_per_sec) in set_time_scale() 455 static struct time_scale __read_mostly pmt_scale; 456 static struct time_scale __read_mostly pmt_scale_r; 565 struct time_scale ts = { in read_cycle() 625 static struct time_scale __read_mostly plt_scale; 812 struct time_scale sys_to_tsc; in stime2tsc()
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | viridian.c | 673 struct time_scale tsc_to_ns; in raw_trc_val()
|
Completed in 15 milliseconds