/xen/ |
A D | config.sub | 934 vendor=pc 940 vendor=pc 944 vendor=pc 971 vendor=ibm 980 vendor=ibm 983 vendor=dec 986 vendor=dec 989 vendor=att 995 vendor=ibm 1146 vendor=ibm [all …]
|
/xen/xen/arch/x86/x86_64/ |
A D | mmconfig-shared.c | 215 u16 vendor, device; in pci_mmcfg_nvidia_mcp55() local 218 vendor = l & 0xffff; in pci_mmcfg_nvidia_mcp55() 221 if (PCI_VENDOR_ID_NVIDIA != vendor || 0x0369 != device) in pci_mmcfg_nvidia_mcp55() 240 u16 vendor, device; in pci_mmcfg_nvidia_mcp55() local 244 vendor = l & 0xffff; in pci_mmcfg_nvidia_mcp55() 247 if (PCI_VENDOR_ID_NVIDIA != vendor || 0x0369 != device) in pci_mmcfg_nvidia_mcp55() 283 u32 vendor; member 305 u16 vendor, device; in pci_mmcfg_check_hostbridge() local 317 vendor = l & 0xffff; in pci_mmcfg_check_hostbridge() 320 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/docs/man/ |
A D | xen-pci-device-reservations.7.pod | 7 PCI vendor ID 0x5853 has been reserved for use by Xen systems in order to 16 vendor ID of 0x5853 and Xen-vendor/device specific PCI device IDs. This file 24 =item 1. A vendor may request a range of device IDs by submitting a patch to 30 =item 3. The vendor is responsible for allocations within the range and should 38 range | vendor/product 62 =item vendor-id (default 0x5853) 64 The PCI vendor ID and subsystem vendor ID of the device.
|
/xen/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/tools/tests/cpu-policy/ |
A D | test-cpu-policy.c | 42 unsigned int vendor; in test_vendor_identification() member 61 unsigned int vendor = x86_cpuid_lookup_vendor(t->b, t->c, t->d); in test_vendor_identification() local 63 if ( vendor != t->vendor ) in test_vendor_identification() 65 t->ident, t->vendor, vendor); in test_vendor_identification()
|
/xen/xen/arch/x86/cpu/ |
A D | common.c | 707 const char *vendor = NULL; in print_cpu_info() local 714 vendor = x86_cpuid_vendor_to_str(c->x86_vendor); in print_cpu_info() 715 if (strncmp(c->x86_model_id, vendor, strlen(vendor))) in print_cpu_info() 716 printk("%s ", vendor); in print_cpu_info() 901 for (m = table; m->vendor | m->family | m->model | m->feature; m++) { in x86_match_cpu() 902 if (c->x86_vendor != m->vendor) in x86_match_cpu()
|
A D | vpmu.c | 445 uint8_t vendor = current_cpu_data.x86_vendor; in vpmu_arch_initialise() local 458 switch ( vendor ) in vpmu_arch_initialise() 473 "Disabling VPMU\n", vendor); in vpmu_arch_initialise() 866 int vendor = current_cpu_data.x86_vendor; in vpmu_init() local 880 switch ( vendor ) in vpmu_init() 899 "Turning VPMU off.\n", vendor); in vpmu_init()
|
/xen/xen/common/efi/ |
A D | runtime.c | 237 info->vendor.revision = efi_fw_revision; in efi_get_info() 238 n = info->vendor.bufsz / sizeof(*efi_fw_vendor); in efi_get_info() 239 if ( !guest_handle_okay(guest_handle_cast(info->vendor.name, in efi_get_info() 244 if ( __copy_to_guest_offset(info->vendor.name, i, in efi_get_info() 278 info->pci_rom.vendor == ent->vendor && in efi_get_info()
|
A D | efi.h | 14 u16 vendor, devid, segment; member
|
/xen/xen/arch/x86/ |
A D | e820.c | 430 char vendor[13]; in mtrr_top_of_ram() local 432 (uint32_t *)&vendor[0], in mtrr_top_of_ram() 433 (uint32_t *)&vendor[8], in mtrr_top_of_ram() 434 (uint32_t *)&vendor[4]); in mtrr_top_of_ram() 435 vendor[12] = '\0'; in mtrr_top_of_ram() 436 e820_mtrr_clip = !strcmp(vendor, "GenuineIntel"); in mtrr_top_of_ram()
|
A D | apic.c | 1091 { .vendor = X86_VENDOR_INTEL, .family = 6, .model = (m), \
|
/xen/xen/arch/x86/oprofile/ |
A D | nmi_int.c | 378 __u8 vendor = current_cpu_data.x86_vendor; in nmi_init() local 387 switch (vendor) { in nmi_init() 455 vendor); in nmi_init()
|
/xen/docs/guest-guide/x86/ |
A D | hypercall-abi.rst | 53 between virtualisation mode and hardware vendor. 75 perform mode-specific or vendor-specific setup. 97 hardware vendor. This is intended to simplify guest kernel interfaces by
|
/xen/xen/drivers/passthrough/ |
A D | pci.c | 291 uint16_t vendor = pci_conf_read16(pdev->sbdf, PCI_VENDOR_ID); in apply_quirks() local 294 uint16_t vendor, device; in apply_quirks() member 316 if ( vendor == ignore_bars[i].vendor && in apply_quirks() 1078 u32 vendor; in pci_device_detect() local 1080 vendor = pci_conf_read32(PCI_SBDF(seg, bus, dev, func), PCI_VENDOR_ID); in pci_device_detect() 1082 if ( (vendor == 0xffffffff) || (vendor == 0x00000000) || in pci_device_detect() 1083 (vendor == 0x0000ffff) || (vendor == 0xffff0000) ) in pci_device_detect()
|
/xen/xen/include/public/ |
A D | platform.h | 285 } vendor; member 297 uint16_t vendor; member
|
/xen/xen/arch/x86/guest/hyperv/ |
A D | hyperv.c | 43 id.vendor = HV_XEN_VENDOR_ID; in generate_guest_id()
|
/xen/xen/lib/x86/ |
A D | cpuid.c | 50 const char *x86_cpuid_vendor_to_str(unsigned int vendor) in x86_cpuid_vendor_to_str() argument 52 switch ( vendor ) in x86_cpuid_vendor_to_str()
|
/xen/docs/misc/arm/ |
A D | big.LITTLE.txt | 8 WFI. It is recommended to check the vendor's big.LITTLE and power
|
/xen/xen/include/xen/lib/x86/ |
A D | cpuid.h | 79 const char *x86_cpuid_vendor_to_str(unsigned int vendor);
|
/xen/xen/include/asm-x86/ |
A D | processor.h | 107 uint16_t vendor; member
|
/xen/xen/include/asm-x86/guest/ |
A D | hyperv-tlfs.h | 341 uint64_t vendor:16; member
|
/xen/xen/drivers/char/ |
A D | ns16550.c | 1088 u16 vendor = pci_conf_read16(PCI_SBDF(0, b, d, f), in pci_uart_config() local 1093 if ( uart_config[i].vendor_id == vendor && in pci_uart_config()
|
/xen/xen/arch/x86/hvm/viridian/ |
A D | viridian.c | 228 d->domain_id, goi->vendor, goi->os, goi->major, goi->minor, in dump_guest_os_id()
|
/xen/docs/misc/ |
A D | xenstore-paths.pandoc | 59 VENDOR -- Commonly used vendor short name, 221 #### ~/bios-strings/bios-vendor = STRING [HVM,INTERNAL]
|