Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/drivers/passthrough/
A Dpci.c149 u8 bus, slot, stride; member
172 switch ( phantom.stride = simple_strtol(s + 1, &s, 0) ) in parse_phantom_dev()
379 phantom_devs[i].stride > PCI_FUNC(devfn) ) in alloc_pdev()
381 pdev->phantom_stride = phantom_devs[i].stride; in alloc_pdev()
517 int stride; in pci_get_real_pdev() local
522 for ( pdev = pci_get_pdev(seg, bus, devfn), stride = 4; in pci_get_real_pdev()
523 !pdev && stride; stride >>= 1 ) in pci_get_real_pdev()
525 if ( !(devfn & (8 - stride)) ) in pci_get_real_pdev()
527 pdev = pci_get_pdev(seg, bus, devfn & ~(8 - stride)); in pci_get_real_pdev()
528 if ( pdev && stride != pdev->phantom_stride ) in pci_get_real_pdev()
/xen-4.10.0-shim-comet/xen/include/public/io/
A Dfbif.h64 int32_t stride; /* stride in bytes */ member
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dmsi.c767 u16 stride = pci_conf_read16(seg, bus, slot, func, in read_pci_mem_bar() local
773 !num_vf || !offset || (num_vf > 1 && !stride) || in read_pci_mem_bar()
781 if ( stride ) in read_pci_mem_bar()
783 if ( vf % stride ) in read_pci_mem_bar()
785 vf /= stride; in read_pci_mem_bar()
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/arch/arm/
A Dvgic-v3.c1033 uint32_t stride = d->arch.vgic.rdist_stride; in get_vcpu_from_rdist() local
1036 vcpu_id = region->first_cpu + ((gpa - region->base) / stride); in get_vcpu_from_rdist()
/xen-4.10.0-shim-comet/docs/misc/
A Dvtd.txt261 VF offset: 128, stride: 2, Device ID: 10ca
A Dxen-command-line.markdown1365 > `=[<seg>:]<bus>:<device>,<stride>`

Completed in 17 milliseconds