Home
last modified time | relevance | path

Searched refs:vendor (Results 1 – 25 of 30) sorted by relevance

12

/xen/
A Dconfig.sub934 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 Dmmconfig-shared.c215 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 Dmmconf-fam10h.c22 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 Dxen-pci-device-reservations.7.pod7 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/tools/tests/cpu-policy/
A Dtest-cpu-policy.c42 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/
A De820.c431 char vendor[13]; in mtrr_top_of_ram() local
433 (uint32_t *)&vendor[0], in mtrr_top_of_ram()
434 (uint32_t *)&vendor[8], in mtrr_top_of_ram()
435 (uint32_t *)&vendor[4]); in mtrr_top_of_ram()
436 vendor[12] = '\0'; in mtrr_top_of_ram()
437 e820_mtrr_clip = !strcmp(vendor, "GenuineIntel"); in mtrr_top_of_ram()
A Dapic.c1055 { .vendor = X86_VENDOR_INTEL, .family = 6, .model = (m), \
/xen/xen/common/efi/
A Druntime.c255 info->vendor.revision = efi_fw_revision; in efi_get_info()
256 n = info->vendor.bufsz / sizeof(*efi_fw_vendor); in efi_get_info()
257 if ( !guest_handle_okay(guest_handle_cast(info->vendor.name, in efi_get_info()
262 if ( __copy_to_guest_offset(info->vendor.name, i, in efi_get_info()
296 info->pci_rom.vendor == ent->vendor && in efi_get_info()
A Defi.h15 u16 vendor, devid, segment; member
/xen/xen/arch/x86/cpu/
A Dcommon.c782 const char *vendor = NULL; in print_cpu_info() local
789 vendor = x86_cpuid_vendor_to_str(c->x86_vendor); in print_cpu_info()
790 if (strncmp(c->x86_model_id, vendor, strlen(vendor))) in print_cpu_info()
791 printk("%s ", vendor); in print_cpu_info()
1027 for (m = table; m->vendor | m->family | m->model | m->feature; m++) { in x86_match_cpu()
1028 if (c->x86_vendor != m->vendor) in x86_match_cpu()
A Dvpmu.c399 uint8_t vendor = current_cpu_data.x86_vendor; in vpmu_arch_initialise() local
419 "Disabling VPMU\n", vendor); in vpmu_arch_initialise()
813 int vendor = current_cpu_data.x86_vendor; in vpmu_init() local
828 switch ( vendor ) in vpmu_init()
848 "Turning VPMU off.\n", vendor); in vpmu_init()
/xen/xen/arch/x86/oprofile/
A Dnmi_int.c391 unsigned int vendor = current_cpu_data.x86_vendor; in nmi_init() local
399 switch (vendor) { in nmi_init()
467 vendor); in nmi_init()
/xen/docs/guest-guide/x86/
A Dhypercall-abi.rst53 between virtualisation mode and hardware vendor.
75 perform mode-specific or vendor-specific setup.
98 hardware vendor. This is intended to simplify guest kernel interfaces by
/xen/xen/drivers/passthrough/
A Dpci.c280 uint16_t vendor = pci_conf_read16(pdev->sbdf, PCI_VENDOR_ID); in apply_quirks() local
283 uint16_t vendor, device; in apply_quirks() member
305 if ( vendor == ignore_bars[i].vendor && in apply_quirks()
1044 u32 vendor; in pci_device_detect() local
1046 vendor = pci_conf_read32(PCI_SBDF(seg, bus, dev, func), PCI_VENDOR_ID); in pci_device_detect()
1048 if ( (vendor == 0xffffffffU) || (vendor == 0x00000000U) || in pci_device_detect()
1049 (vendor == 0x0000ffffU) || (vendor == 0xffff0000U) ) in pci_device_detect()
/xen/xen/include/public/
A Dplatform.h270 } vendor; member
282 uint16_t vendor; member
/xen/xen/arch/x86/guest/hyperv/
A Dhyperv.c31 id.vendor = HV_XEN_VENDOR_ID; in generate_guest_id()
/xen/docs/misc/arm/
A Dbig.LITTLE.txt8 WFI. It is recommended to check the vendor's big.LITTLE and power
/xen/xen/lib/x86/
A Dcpuid.c50 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/xen/include/xen/lib/x86/
A Dcpu-policy.h86 const char *x86_cpuid_vendor_to_str(unsigned int vendor);
/xen/xen/arch/x86/include/asm/
A Dprocessor.h85 uint16_t vendor; member
/xen/xen/arch/x86/include/asm/guest/
A Dhyperv-tlfs.h341 uint64_t vendor:16; member
/xen/xen/drivers/char/
A Dns16550.c1219 u16 vendor = pci_conf_read16(PCI_SBDF(0, b, d, f), in pci_uart_config() local
1224 if ( uart_config[i].vendor_id == vendor && in pci_uart_config()
/xen/xen/arch/x86/hvm/viridian/
A Dviridian.c257 d->domain_id, goi->vendor, goi->os, goi->major, goi->minor, in dump_guest_os_id()
/xen/docs/misc/
A Dxenstore-paths.pandoc59 VENDOR -- Commonly used vendor short name,
221 #### ~/bios-strings/bios-vendor = STRING [HVM,INTERNAL]
A Dvtd.txt70 - locate the entry for device 01:00.0 and note down the vendor & device ID

Completed in 59 milliseconds

12