Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/xen/x86/
H A Dcpu.c127 static void vcpu_attach(device_t, device_t, void *);
146 vcpu_match, vcpu_attach, NULL, NULL);
307 vcpu_attach(device_t parent, device_t self, void *aux) in vcpu_attach() function