/xen-4.10.0-shim-comet/ |
A D | config.sub | 1702 vendor=unknown 1710 vendor=sun 1713 vendor=ibm 1716 vendor=be 1719 vendor=hp 1722 vendor=hp 1731 vendor=dg 1737 vendor=ns 1740 vendor=ibm 1743 vendor=ibm [all …]
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xen-pci-device-reservations.pod.7 | 3 PCI vendor ID 0x5853 has been reserved for use by Xen systems in order to 12 vendor ID of 0x5853 and Xen-vendor/device specific PCI device IDs. This file 20 =item 1. A vendor may request a range of device IDs by submitting a patch to 26 =item 3. The vendor is responsible for allocations within the range and should 34 range | vendor/product 57 =item vendor-id (default 0x5853) 59 The PCI vendor ID and subsystem vendor ID of the device.
|
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/ |
A D | mmconfig-shared.c | 214 u16 vendor, device; in pci_mmcfg_nvidia_mcp55() local 217 vendor = l & 0xffff; in pci_mmcfg_nvidia_mcp55() 220 if (PCI_VENDOR_ID_NVIDIA != vendor || 0x0369 != device) in pci_mmcfg_nvidia_mcp55() 239 u16 vendor, device; in pci_mmcfg_nvidia_mcp55() local 243 vendor = l & 0xffff; in pci_mmcfg_nvidia_mcp55() 246 if (PCI_VENDOR_ID_NVIDIA != vendor || 0x0369 != device) in pci_mmcfg_nvidia_mcp55() 282 u32 vendor; member 304 u16 vendor, device; in pci_mmcfg_check_hostbridge() local 316 vendor = l & 0xffff; in pci_mmcfg_check_hostbridge() 319 if (pci_mmcfg_probes[i].vendor == vendor && in pci_mmcfg_check_hostbridge()
|
A D | mmconf-fam10h.c | 22 u32 vendor; member 51 u16 vendor; in get_fam10h_pci_mmconf_base() local 57 vendor = id & 0xffff; in get_fam10h_pci_mmconf_base() 59 if (pci_probes[i].vendor == vendor && in get_fam10h_pci_mmconf_base()
|
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/mtrr/ |
A D | mtrr.h | 11 u32 vendor; member 41 #define is_cpu(vnd) (mtrr_if && mtrr_if->vendor == X86_VENDOR_##vnd)
|
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/ |
A D | common.c | 664 const char *vendor = NULL; in print_cpu_info() local 672 vendor = this_cpu->c_vendor; in print_cpu_info() 674 vendor = c->x86_vendor_id; in print_cpu_info() 676 if (vendor && strncmp(c->x86_model_id, vendor, strlen(vendor))) in print_cpu_info() 677 printk("%s ", vendor); in print_cpu_info() 849 for (m = table; m->vendor | m->family | m->model | m->feature; m++) { in x86_match_cpu() 850 if (c->x86_vendor != m->vendor) in x86_match_cpu()
|
A D | vpmu.c | 457 uint8_t vendor = current_cpu_data.x86_vendor; in vpmu_arch_initialise() local 470 switch ( vendor ) in vpmu_arch_initialise() 484 "Disabling VPMU\n", vendor); in vpmu_arch_initialise() 870 int vendor = current_cpu_data.x86_vendor; in vpmu_init() local 887 switch ( vendor ) in vpmu_init() 899 "Turning VPMU off.\n", vendor); in vpmu_init()
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_cpuid_x86.c | 167 } vendor; member 220 info->vendor = VENDOR_INTEL; in get_cpuid_domain_info() 224 info->vendor = VENDOR_AMD; in get_cpuid_domain_info() 226 info->vendor = VENDOR_UNKNOWN; in get_cpuid_domain_info() 490 if ( info->vendor == VENDOR_AMD ) in xc_cpuid_hvm_policy() 553 unsigned int max = info->vendor == VENDOR_AMD in xc_cpuid_pv_policy() 679 if ( info->vendor != VENDOR_AMD ) in sanitise_featureset() 730 if ( info.vendor == VENDOR_AMD ) in xc_cpuid_apply_policy()
|
/xen-4.10.0-shim-comet/xen/common/efi/ |
A D | runtime.c | 227 info->vendor.revision = efi_fw_revision; in efi_get_info() 228 n = info->vendor.bufsz / sizeof(*efi_fw_vendor); in efi_get_info() 229 if ( !guest_handle_okay(guest_handle_cast(info->vendor.name, in efi_get_info() 234 if ( __copy_to_guest_offset(info->vendor.name, i, in efi_get_info() 268 info->pci_rom.vendor == ent->vendor && in efi_get_info()
|
A D | efi.h | 14 u16 vendor, devid, segment; member
|
A D | boot.c | 894 &rom->vendor); in setup_efi_pci()
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | e820.c | 432 char vendor[13]; in mtrr_top_of_ram() local 434 (uint32_t *)&vendor[0], in mtrr_top_of_ram() 435 (uint32_t *)&vendor[8], in mtrr_top_of_ram() 436 (uint32_t *)&vendor[4]); in mtrr_top_of_ram() 437 vendor[12] = '\0'; in mtrr_top_of_ram() 438 e820_mtrr_clip = !strcmp(vendor, "GenuineIntel"); in mtrr_top_of_ram()
|
/xen-4.10.0-shim-comet/xen/arch/x86/oprofile/ |
A D | nmi_int.c | 377 __u8 vendor = current_cpu_data.x86_vendor; in nmi_init() local 386 switch (vendor) { in nmi_init() 454 vendor); in nmi_init()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/ |
A D | viridian.h | 42 uint64_t vendor:16; member
|
/xen-4.10.0-shim-comet/xen/include/public/ |
A D | platform.h | 285 } vendor; member 297 uint16_t vendor; member
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/ |
A D | pci.c | 954 u32 vendor; in pci_device_detect() local 956 vendor = pci_conf_read32(seg, bus, dev, func, PCI_VENDOR_ID); in pci_device_detect() 958 if ( (vendor == 0xffffffff) || (vendor == 0x00000000) || in pci_device_detect() 959 (vendor == 0x0000ffff) || (vendor == 0xffff0000) ) in pci_device_detect()
|
/xen-4.10.0-shim-comet/xen/arch/x86/pv/ |
A D | ro-page-fault.c | 334 .vendor = currd->arch.cpuid->x86_vendor, in pv_ro_page_fault()
|
A D | emul-priv-op.c | 1328 .ctxt.vendor = currd->arch.cpuid->x86_vendor, in pv_emulate_privileged_op()
|
/xen-4.10.0-shim-comet/xen/arch/x86/x86_emulate/ |
A D | x86_emulate.h | 465 unsigned char vendor; member
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | processor.h | 116 uint16_t vendor; member
|
/xen-4.10.0-shim-comet/xen/drivers/char/ |
A D | ns16550.c | 1029 u16 vendor = pci_conf_read16(0, b, d, f, PCI_VENDOR_ID); in pci_uart_config() local 1032 if ( uart_config[i].vendor_id == vendor && in pci_uart_config()
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | viridian.c | 309 goi->fields.vendor, goi->fields.os, in dump_guest_os_id()
|
A D | emulate.c | 2297 hvmemul_ctxt->ctxt.vendor = curr->domain->arch.cpuid->x86_vendor; in hvm_emulate_init_once()
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | xenstore-paths.markdown | 59 VENDOR -- Commonly used vendor short name, 214 #### ~/bios-strings/bios-vendor = STRING [HVM,INTERNAL]
|
A D | vtd.txt | 70 - locate the entry for device 01:00.0 and note down the vendor & device ID
|