Home
last modified time | relevance | path

Searched refs:table_offset (Results 1 – 9 of 9) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_offline_page.c207 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-4.10.0-shim-comet/tools/blktap2/include/
A Dvhd.h145 u64 table_offset; /* Absolute offset to the BAT. */ member
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/
A Dvhd-util-check.c171 if (header->table_offset <= 0 || in vhd_util_check_validate_header()
172 header->table_offset % 512 || in vhd_util_check_validate_header()
173 (header->table_offset + in vhd_util_check_validate_header()
A Dvhd-util-resize.c628 if (in_range(off, vhd->header.table_offset, in vhd_check_for_clobber()
795 off = vhd->header.table_offset + new_bat_size; in vhd_add_bat_entries()
799 vhd->file, new_bat_size, vhd->header.table_offset); in vhd_add_bat_entries()
944 eob = vhd->header.table_offset + vhd_sectors_to_bytes(bat_secs); in vhd_dynamic_grow()
A Dlibvhd.c154 BE64_IN(&header->table_offset); in vhd_header_in()
177 BE64_OUT(&header->table_offset); in vhd_header_out()
419 off = ctx->header.table_offset; in vhd_batmap_header_offset()
616 bat_end = ctx->header.table_offset + bat_bytes; in vhd_end_of_headers()
1044 off = ctx->header.table_offset; in vhd_read_bat()
2036 off = ctx->header.table_offset; in vhd_write_bat()
2540 ctx->header.table_offset = VHD_SECTOR_SIZE * 3; /* 1 ftr + 2 hdr */ in vhd_initialize_header()
2762 err = vhd_seek(ctx, ctx->header.table_offset, SEEK_SET); in vhd_create_bat()
A Dlibvhd-journal.c560 off = vhd->header.table_offset; in vhd_journal_add_bat()
801 if (entry.offset != vhd->header.table_offset) in vhd_journal_read_bat()
A Dvhd-util-read.c70 printf("Table offset : %s\n", conv(hex, h->table_offset)); in vhd_print_header()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dmsi.c847 u32 table_offset; in msix_capability_init() local
889 table_offset = pci_conf_read32(seg, bus, slot, func, in msix_capability_init()
891 bir = (u8)(table_offset & PCI_MSIX_BIRMASK); in msix_capability_init()
892 table_offset &= ~PCI_MSIX_BIRMASK; in msix_capability_init()
922 table_paddr += table_offset; in msix_capability_init()
/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dblock-vhd.c1307 offset = s->vhd.header.table_offset + (blk - (blk % 128)) * 4; in schedule_bat_write()

Completed in 37 milliseconds