Searched refs:clock (Results 1 – 10 of 10) sorted by relevance
/xen-4.10.0-shim-comet/tools/xentrace/ |
A D | mread.c | 94 h->clock++; in mread64() 95 if(h->clock >= MREAD_MAPS) in mread64() 96 h->clock=0; in mread64() 97 dprintf(warn, " %d\n", h->clock); in mread64() 98 if(h->map[h->clock].buffer == NULL) in mread64() 103 if(!h->map[h->clock].accessed) in mread64() 108 h->map[h->clock].accessed=0; in mread64() 110 if(h->map[h->clock].buffer) in mread64() 125 if ( h->map[h->clock].buffer == MAP_FAILED ) in mread64() 127 h->map[h->clock].buffer = NULL; in mread64() [all …]
|
A D | mread.h | 14 int clock, last; member
|
/xen-4.10.0-shim-comet/xen/arch/x86/boot/ |
A D | video.S | 624 andb $0x0d, %al # Preserve clock select bits and color bit 875 # Read the cmos clock. Return the seconds in al
|
/xen-4.10.0-shim-comet/xen/crypto/ |
A D | vmac.c | 1060 volatile clock_t ticks = clock(); in prime() 1067 } while (clock() - ticks < (CLOCKS_PER_SEC/2)); in prime() 1143 ticks = clock(); in main() 1152 ticks = clock() - ticks; in main()
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | xen-command-line.markdown | 338 * `clock-hz`- accepts large integers to setup UART clock frequencies.
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xl.cfg.pod.5.in | 247 system may also reduce the clock speed to 1GHz; the effect will be 1896 Set the real time clock to local time or to UTC. False (0) by default, 1901 Set the real time clock offset in seconds. No offset (0) by default.
|
A D | xl.pod.1.in | 1020 system may also reduce the clock speed to 1GHz; the effect will be
|
/xen-4.10.0-shim-comet/ |
A D | .rootkeys | 67 423e7e879JhpmoexiNPqXRRcBmZ9gg freebsd-5.3-xen-sparse/i386-xen/i386-xen/clock.c 467 413cb3b4hIffjrKn3zhVqJmH6ueB3Q netbsd-2.0-xen-sparse/sys/arch/xen/xen/clock.c
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 10graphics.diff | 2052 /* XX using RT clock now, need to initialize value */
|
/xen-4.10.0-shim-comet/tools/firmware/rombios/ |
A D | rombios.c | 9391 ;; regarding this. 14,318,180 hz was the original clock speed, 9398 ;; 14,318,180 Hz clock 9406 ;; Given the values in the CMOS clock, one could calculate
|
Completed in 37 milliseconds