Home
last modified time | relevance | path

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

/xen/xen/arch/x86/hvm/
A Drtc.c449 s->hw.cmos_index = data; in rtc_ioport_write()
454 if ( s->hw.cmos_index >= RTC_CMOS_SIZE ) in rtc_ioport_write()
460 orig = s->hw.cmos_data[s->hw.cmos_index]; in rtc_ioport_write()
461 switch ( s->hw.cmos_index ) in rtc_ioport_write()
466 s->hw.cmos_data[s->hw.cmos_index] = data; in rtc_ioport_write()
657 switch ( s->hw.cmos_index ) in rtc_ioport_read()
672 ret = s->hw.cmos_data[s->hw.cmos_index]; in rtc_ioport_read()
675 ret = s->hw.cmos_data[s->hw.cmos_index]; in rtc_ioport_read()
681 ret = s->hw.cmos_data[s->hw.cmos_index]; in rtc_ioport_read()
690 ret = s->hw.cmos_data[s->hw.cmos_index]; in rtc_ioport_read()
[all …]
/xen/xen/include/public/arch-x86/hvm/
A Dsave.h503 uint8_t cmos_index; member
/xen/tools/misc/
A Dxen-hvmctx.c313 r.cmos_data[12], r.cmos_data[13], r.cmos_index); in dump_rtc()
/xen/xen/include/acpi/
A Dactbl2.h231 u8 cmos_index; /* Index in CMOS RAM for the boot register */ member

Completed in 14 milliseconds