Home
last modified time | relevance | path

Searched refs:rtc (Results 1 – 5 of 5) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/
A Dtime.c886 BCD_TO_BIN(rtc->sec); in __get_cmos_time()
887 BCD_TO_BIN(rtc->min); in __get_cmos_time()
889 BCD_TO_BIN(rtc->day); in __get_cmos_time()
890 BCD_TO_BIN(rtc->mon); in __get_cmos_time()
895 rtc->year += 100; in __get_cmos_time()
901 struct rtc_time rtc; in get_cmos_time() local
944 rtc.sec >= 60 || rtc.min >= 60 || rtc.hour >= 24 || in get_cmos_time()
945 !rtc.day || rtc.day > 31 || in get_cmos_time()
946 !rtc.mon || rtc.mon > 12 ) in get_cmos_time()
958 seconds = rtc.sec; in get_cmos_time()
[all …]
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A DMakefile23 obj-y += rtc.o
/xen-4.10.0-shim-comet/tools/xentrace/
A Dformats211 0x00084003 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) rtc create [ delta = 0x%(1)016x , period = 0x%(2)01…
215 0x00084007 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) rtc destroy [ ]
/xen-4.10.0-shim-comet/docs/misc/
A Dxenstore-paths.markdown568 ### /vm/$UUID/rtc/timeoffset = ""|INTEGER [n,HVM,INTERNAL]
A Dxen-command-line.markdown278 ### cmos-rtc-probe

Completed in 11 milliseconds