Searched refs:parse_pci_seg (Results 1 – 3 of 3) sorted by relevance
/xen/xen/drivers/pci/ |
A D | pci.c | 134 return parse_pci_seg(s, seg_p, bus_p, dev_p, func_p, &def_seg); in parse_pci() 137 const char *__init parse_pci_seg(const char *s, unsigned int *seg_p, in parse_pci_seg() function
|
/xen/xen/include/xen/ |
A D | pci.h | 197 const char *parse_pci_seg(const char *, unsigned int *seg, unsigned int *bus,
|
/xen/xen/drivers/passthrough/vtd/ |
A D | dmar.c | 1106 stmp = parse_pci_seg(s + 1, &seg, &bus, &dev, &func, &def_seg); in parse_rmrr_param()
|
Completed in 7 milliseconds