Home
last modified time | relevance | path

Searched refs:cmos_index (Results 1 – 4 of 4) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Drtc.c448 s->hw.cmos_index = data; in rtc_ioport_write()
453 if ( s->hw.cmos_index >= RTC_CMOS_SIZE ) in rtc_ioport_write()
459 orig = s->hw.cmos_data[s->hw.cmos_index]; in rtc_ioport_write()
460 switch ( s->hw.cmos_index ) in rtc_ioport_write()
465 s->hw.cmos_data[s->hw.cmos_index] = data; in rtc_ioport_write()
656 switch ( s->hw.cmos_index ) in rtc_ioport_read()
671 ret = s->hw.cmos_data[s->hw.cmos_index]; in rtc_ioport_read()
674 ret = s->hw.cmos_data[s->hw.cmos_index]; in rtc_ioport_read()
680 ret = s->hw.cmos_data[s->hw.cmos_index]; in rtc_ioport_read()
689 ret = s->hw.cmos_data[s->hw.cmos_index]; in rtc_ioport_read()
[all …]
/xen-4.10.0-shim-comet/xen/include/public/arch-x86/hvm/
A Dsave.h501 uint8_t cmos_index; member
/xen-4.10.0-shim-comet/tools/misc/
A Dxen-hvmctx.c317 r.cmos_data[12], r.cmos_data[13], r.cmos_index); in dump_rtc()
/xen-4.10.0-shim-comet/xen/include/acpi/
A Dactbl2.h231 u8 cmos_index; /* Index in CMOS RAM for the boot register */ member

Completed in 12 milliseconds