/src/sys/arch/x86/pv/ |
pvbus.c | 81 struct pv_attach_args pvaa; local in function:pv_attach 83 pvaa.pvaa_memt = x86_bus_space_mem; 84 pvaa.pvaa_dmat = &pvbus_bus_dma_tag; 89 config_found(self, &pvaa, NULL, CFARGS(.search = pv_submatch)); 95 struct pv_attach_args *pvaa = aux; local in function:pv_submatch 97 if (config_probe(parent, cf, pvaa)) { 98 config_attach(parent, cf, pvaa, NULL, CFARGS_NONE);
|
pvbus.c | 81 struct pv_attach_args pvaa; local in function:pv_attach 83 pvaa.pvaa_memt = x86_bus_space_mem; 84 pvaa.pvaa_dmat = &pvbus_bus_dma_tag; 89 config_found(self, &pvaa, NULL, CFARGS(.search = pv_submatch)); 95 struct pv_attach_args *pvaa = aux; local in function:pv_submatch 97 if (config_probe(parent, cf, pvaa)) { 98 config_attach(parent, cf, pvaa, NULL, CFARGS_NONE);
|
/src/sys/dev/virtio/arch/x86/ |
virtio_mmio_cmdline.c | 193 struct pv_attach_args *pvaa = aux; local in function:virtio_mmio_cmdline_attach 225 if (virtio_mmio_cmdline_do_attach(self, pvaa, margs)) 230 config_found(parent, pvaa, NULL, CFARGS_NONE); 237 struct pv_attach_args *pvaa, 245 msc->sc_iot = pvaa->pvaa_memt; 246 vsc->sc_dmat = pvaa->pvaa_dmat;
|
virtio_mmio_cmdline.c | 193 struct pv_attach_args *pvaa = aux; local in function:virtio_mmio_cmdline_attach 225 if (virtio_mmio_cmdline_do_attach(self, pvaa, margs)) 230 config_found(parent, pvaa, NULL, CFARGS_NONE); 237 struct pv_attach_args *pvaa, 245 msc->sc_iot = pvaa->pvaa_memt; 246 vsc->sc_dmat = pvaa->pvaa_dmat;
|