Searched refs:table_offset (Results 1 – 2 of 2) sorted by relevance
/xen/tools/libxc/ |
A D | xc_offline_page.c | 207 unsigned long table_mfn, int table_offset, 213 unsigned long table_mfn, int table_offset, in __clear_pte() argument 229 if (!backup_ptes(table_mfn, table_offset, backup)) in __clear_pte() 238 unsigned long table_mfn, int table_offset, in __update_pte() argument 249 (backup->entries[index].offset == table_offset) ) in __update_pte()
|
/xen/xen/arch/x86/ |
A D | msi.c | 776 u32 table_offset; in msix_capability_init() local 822 table_offset = pci_conf_read32(dev->sbdf, msix_table_offset_reg(pos)); in msix_capability_init() 828 unsigned int bir = table_offset & PCI_MSIX_BIRMASK, pbus, pslot, pfunc; in msix_capability_init() 861 table_paddr += table_offset & ~PCI_MSIX_BIRMASK; in msix_capability_init() 891 PAGE_OFFSET(table_offset & ~PCI_MSIX_BIRMASK); in msix_capability_init()
|
Completed in 5 milliseconds