Searched refs:hvm_pci_decode_addr (Results 1 – 3 of 3) sorted by relevance
/xen/xen/arch/x86/hvm/ |
A D | io.c | 263 unsigned int hvm_pci_decode_addr(unsigned int cf8, unsigned int addr, in hvm_pci_decode_addr() function 320 reg = hvm_pci_decode_addr(cf8, addr, &sbdf); in vpci_portio_read() 350 reg = hvm_pci_decode_addr(cf8, addr, &sbdf); in vpci_portio_write()
|
A D | ioreq.c | 1277 reg = hvm_pci_decode_addr(cf8, p->addr, &sbdf); in hvm_select_ioreq_server()
|
/xen/xen/include/asm-x86/hvm/ |
A D | io.h | 165 unsigned int hvm_pci_decode_addr(unsigned int cf8, unsigned int addr,
|
Completed in 6 milliseconds