Searched refs:delay_func (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/arch/virt68k/virt68k/
H A Dclock.c121 void (*delay_func)(device_t, unsigned int))
137 if (delay_func != NULL && clock_delay_dev == NULL) {
139 clock_delay_func = delay_func;
120 clock_attach(device_t dev, struct clock_attach_args *ca, void (*delay_func)(device_t, unsigned int)) argument
/netbsd-current/sys/arch/x86/include/
H A Dcpu.h443 extern void (*delay_func)(unsigned int);
447 #define DELAY(x) (*delay_func)(x)
448 #define delay(x) (*delay_func)(x)
/netbsd-current/sys/arch/x86/x86/
H A Dcpu.c845 delay_func(10);
880 delay_func(10);
1182 delay_func(10000);
1190 delay_func(200);
1198 delay_func(200);
1453 delay_func(0);
1469 delay_func(100);
H A Dlapic.c751 delay_func = lapic_delay;
834 delay_func(10000);
906 delay_func(10000);
H A Dtsc.c238 delay_func = tsc_delay;
H A Dx86_machdep.c109 void (*delay_func)(unsigned int) = i8254_delay; variable
112 void (*delay_func)(unsigned int) = xen_delay; variable
H A Dhyperv.c488 x86_delay = delay_func = delay_msr;
551 x86_delay = delay_func = delay_tc;
/netbsd-current/sys/rump/librump/rumpkern/
H A Demul.c255 void (*delay_func)(unsigned int) = rump_delay; variable
/netbsd-current/sys/arch/xen/xen/
H A Dhypervisor.c263 delay_func = x86_delay = xen_delay;
449 delay_func = x86_delay = xen_delay;

Completed in 300 milliseconds