Searched refs:relocate_portio_handler (Results 1 – 3 of 3) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | pmtimer.c | 334 relocate_portio_handler(d, TMR_VAL_ADDR_V0, TMR_VAL_ADDR_V1, 4); in pmtimer_change_ioport() 335 relocate_portio_handler(d, PM1a_STS_ADDR_V0, PM1a_STS_ADDR_V1, 4); in pmtimer_change_ioport() 340 relocate_portio_handler(d, TMR_VAL_ADDR_V1, TMR_VAL_ADDR_V0, 4); in pmtimer_change_ioport() 341 relocate_portio_handler(d, PM1a_STS_ADDR_V1, PM1a_STS_ADDR_V0, 4); in pmtimer_change_ioport()
|
A D | intercept.c | 301 void relocate_portio_handler(struct domain *d, unsigned int old_port, in relocate_portio_handler() function
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/ |
A D | io.h | 114 void relocate_portio_handler(
|
Completed in 4 milliseconds