Home
last modified time | relevance | path

Searched refs:stride (Results 1 – 7 of 7) sorted by relevance

/xen/tools/libs/gnttab/
A Dminios.c68 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 Dfbif.h64 int32_t stride; /* stride in bytes */ member
/xen/xen/drivers/passthrough/
A Dpci.c152 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 Dmsi.c699 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 D60ext4.diff62 + __u16 s_raid_stride; /* Raid stride */
65 + __u32 s_raid_stripe_width; /* Blocks on all data disks (N*stride)*/
/xen/docs/misc/
A Dvtd.txt261 VF offset: 128, stride: 2, Device ID: 10ca
A Dxen-command-line.pandoc1658 > `=[<seg>:]<bus>:<device>,<stride>`

Completed in 14 milliseconds