Searched refs:relocate_portio_handler (Results 1 – 4 of 4) sorted by relevance
/xen/xen/arch/x86/hvm/ |
A D | pmtimer.c | 335 relocate_portio_handler(d, TMR_VAL_ADDR_V0, TMR_VAL_ADDR_V1, 4); in pmtimer_change_ioport() 336 relocate_portio_handler(d, PM1a_STS_ADDR_V0, PM1a_STS_ADDR_V1, 4); in pmtimer_change_ioport() 341 relocate_portio_handler(d, TMR_VAL_ADDR_V1, TMR_VAL_ADDR_V0, 4); in pmtimer_change_ioport() 342 relocate_portio_handler(d, PM1a_STS_ADDR_V1, PM1a_STS_ADDR_V0, 4); in pmtimer_change_ioport()
|
A D | intercept.c | 309 bool relocate_portio_handler(struct domain *d, unsigned int old_port, in relocate_portio_handler() function
|
A D | ioreq.c | 1231 if ( !relocate_portio_handler(d, 0xcf8, 0xcf8, 4) ) in hvm_destroy_all_ioreq_servers()
|
/xen/xen/include/asm-x86/hvm/ |
A D | io.h | 111 bool relocate_portio_handler(
|
Completed in 9 milliseconds