Searched refs:stride (Results 1 – 7 of 7) sorted by relevance
/xen/tools/libs/gnttab/ |
A D | minios.c | 68 int stride = 1; in osdep_gnttab_grant_map() local 70 stride = 0; in osdep_gnttab_grant_map() 76 count, domids, stride, in osdep_gnttab_grant_map()
|
/xen/xen/include/public/io/ |
A D | fbif.h | 64 int32_t stride; /* stride in bytes */ member
|
/xen/xen/drivers/passthrough/ |
A D | pci.c | 152 u8 bus, slot, stride; member 175 switch ( phantom.stride = simple_strtol(s + 1, &s, 0) ) in parse_phantom_dev() 416 phantom_devs[i].stride > PCI_FUNC(devfn) ) in alloc_pdev() 418 pdev->phantom_stride = phantom_devs[i].stride; in alloc_pdev() 557 int stride; in pci_get_real_pdev() local 562 for ( pdev = pci_get_pdev(seg, bus, devfn), stride = 4; in pci_get_real_pdev() 563 !pdev && stride; stride >>= 1 ) in pci_get_real_pdev() 565 if ( !(devfn & (8 - stride)) ) in pci_get_real_pdev() 567 pdev = pci_get_pdev(seg, bus, devfn & ~(8 - stride)); in pci_get_real_pdev() 568 if ( pdev && stride != pdev->phantom_stride ) in pci_get_real_pdev()
|
/xen/xen/arch/x86/ |
A D | msi.c | 699 uint16_t stride = pci_conf_read16(PCI_SBDF(seg, bus, slot, func), in read_pci_mem_bar() local 705 !num_vf || !offset || (num_vf > 1 && !stride) || in read_pci_mem_bar() 713 if ( stride ) in read_pci_mem_bar() 715 if ( vf % stride ) in read_pci_mem_bar() 717 vf /= stride; in read_pci_mem_bar()
|
/xen/stubdom/grub.patches/ |
A D | 60ext4.diff | 62 + __u16 s_raid_stride; /* Raid stride */ 65 + __u32 s_raid_stripe_width; /* Blocks on all data disks (N*stride)*/
|
/xen/docs/misc/ |
A D | vtd.txt | 261 VF offset: 128, stride: 2, Device ID: 10ca
|
A D | xen-command-line.pandoc | 1658 > `=[<seg>:]<bus>:<device>,<stride>`
|
Completed in 18 milliseconds