/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | msi.c | 126 u8 bus, slot, func; in memory_decoded() local 204 u8 slot = PCI_SLOT(dev->devfn); in read_msi_msg() local 269 u8 slot = PCI_SLOT(dev->devfn); in write_msi_msg() local 352 u8 slot = PCI_SLOT(dev->devfn); in msi_set_enable() local 365 u8 slot = PCI_SLOT(dev->devfn); in msix_set_enable() local 391 u8 bus, slot, func; in msi_set_mask_bit() local 694 u8 slot = PCI_SLOT(dev->devfn); in msi_capability_init() local 851 u8 slot = PCI_SLOT(dev->devfn); in msix_capability_init() local 1100 u8 slot = PCI_SLOT(msi->devfn); in __pci_enable_msix() local 1155 u8 slot = PCI_SLOT(dev->devfn); in __pci_disable_msix() local [all …]
|
A D | dmi_scan.c | 436 static void __init dmi_save_ident(struct dmi_header *dm, int slot, int string) in dmi_save_ident()
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | radix-tree.c | 147 struct radix_tree_node *node = NULL, *slot; in radix_tree_insert() local 210 struct radix_tree_node *node, **slot; in radix_tree_lookup_element() local 355 __lookup(struct radix_tree_node *slot, void ***results, unsigned long index, in __lookup() 454 struct radix_tree_node *slot; in radix_tree_gang_lookup() local 609 struct radix_tree_node *slot = NULL; in radix_tree_delete() local 685 struct radix_tree_node *slot = node->slots[i]; in radix_tree_node_destroy() local
|
A D | event_fifo.c | 575 unsigned int slot; in add_page_to_event_array() local
|
/xen-4.10.0-shim-comet/stubdom/vtpmmgr/ |
A D | disk_tpm.c | 273 int TPM_disk_alloc_counter(be32_t *slot, struct tpm_authdata auth, be32_t *value) in TPM_disk_alloc_counter() 281 int TPM_disk_check_counter(be32_t slot, struct tpm_authdata auth, be32_t value) in TPM_disk_check_counter() 287 int TPM_disk_incr_counter(be32_t slot, struct tpm_authdata auth) in TPM_disk_incr_counter() 293 int TPM_disk_change_counter(be32_t slot, struct tpm_authdata old, struct tpm_authdata noo) in TPM_disk_change_counter()
|
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/ |
A D | pir.c | 46 struct pir_slot *slot = &pir->slots[i]; in create_pir_tables() local
|
A D | pir_types.h | 41 uint8_t slot; member
|
/xen-4.10.0-shim-comet/tools/xenpaging/ |
A D | xenpaging.c | 595 static int xenpaging_evict_page(struct xenpaging *paging, unsigned long gfn, int slot) in xenpaging_evict_page() 761 static int evict_victim(struct xenpaging *paging, int slot) in evict_victim() 817 int rc, slot, num = 0; in evict_pages() local 858 int slot; in main() local
|
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/ |
A D | mmconf-fam10h.c | 21 u32 slot; member 41 unsigned int i, j, bus, slot, hi_mmio_num; in get_fam10h_pci_mmconf_base() local
|
/xen-4.10.0-shim-comet/stubdom/vtpm/ |
A D | vtpmblk.c | 65 static int write_vtpmblk_raw(uint8_t *data, size_t data_length, int slot) in write_vtpmblk_raw() 93 static int read_vtpmblk_raw(uint8_t **data, size_t *data_length, int slot) in read_vtpmblk_raw()
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | dmi.h | 22 u8 slot; member
|
/xen-4.10.0-shim-comet/tools/libacpi/ |
A D | mk_dsdt.c | 119 unsigned int slot, dev, intx, link; in main() local
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | mm.c | 402 int i, slot; in map_domain_page() local 468 int slot = ((unsigned long) va - DOMHEAP_VIRT_START) >> SECOND_SHIFT; in unmap_domain_page() local 484 int slot = (va - DOMHEAP_VIRT_START) >> SECOND_SHIFT; in domain_page_map_to_mfn() local 846 int slot = zeroeth_table_offset(vaddr); in setup_xenheap_mappings() local
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | io.c | 265 unsigned int *bus, unsigned int *slot, in hvm_pci_decode_addr()
|
A D | vmsi.c | 160 #define acc_bit(what, ent, slot, idx) \ argument
|
/xen-4.10.0-shim-comet/tools/memshr/ |
A D | bidir-hash.c | 336 uint32_t slot; in shm_get_from_freelist() local 411 uint32_t slot = shm_get_from_freelist(hdr); in alloc_entry() local 454 uint32_t slot; in free_entry() local 466 int slot; in free_buckets() local
|
/xen-4.10.0-shim-comet/tools/libfsimage/fat/ |
A D | fsys_fat.c | 290 int slot = -2; in fat_dir() local
|
/xen-4.10.0-shim-comet/xen/include/asm-arm/ |
A D | config.h | 152 #define SLOT0(slot) (_AT(vaddr_t,slot) << SLOT0_ENTRY_BITS) argument
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/ |
A D | pci.c | 149 u8 bus, slot, stride; member 156 unsigned int seg, bus, slot; in parse_phantom_dev() local 610 unsigned int slot = PCI_SLOT(devfn), func = PCI_FUNC(devfn); in pci_add_device() local
|
/xen-4.10.0-shim-comet/xen/common/xz/ |
A D | dec_bcj.c | 201 uint32_t slot; in bcj_ia64() local
|
/xen-4.10.0-shim-comet/xen/drivers/char/ |
A D | ehci-dbgp.c | 335 u8 bus, slot, func, bar; member 683 static unsigned int __init __find_dbgp(u8 bus, u8 slot, u8 func) in __find_dbgp() 696 unsigned int bus, slot, func; in find_dbgp() local 1482 unsigned int bus, slot, func; in ehci_dbgp_init() local
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_event.c | 464 libxl__ev_watch_slot *slot = &CTX->watch_slots[slotnum]; in libxl__watch_slot_contents() local 494 static void libxl__set_watch_slot_contents(libxl__ev_watch_slot *slot, in libxl__set_watch_slot_contents() 680 libxl__ev_watch_slot *slot = &CTX->watch_slots[w->slotnum]; in libxl__ev_xswatch_deregister() local 1166 int slot = *slotp; in afterpoll_check_fd() local
|
/xen-4.10.0-shim-comet/xen/arch/x86/efi/ |
A D | efi-boot.h | 588 unsigned int slot = (xen_phys_start >> L2_PAGETABLE_SHIFT) + i; in efi_arch_memory_setup() local
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/amd/ |
A D | iommu_intr.c | 77 unsigned int slot = find_first_zero_bit(inuse, INTREMAP_ENTRIES); in alloc_intremap_entry() local
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | edd.h | 61 u8 slot; member
|