Searched refs:io_delay (Results 1 - 10 of 10) sorted by relevance

/arch/x86/realmode/rm/
H A Dwakemain.c7 io_delay(); /* Approximately 1 us */
20 io_delay();
22 io_delay();
24 io_delay();
29 io_delay();
31 io_delay();
/arch/x86/boot/
H A Dpm.c31 io_delay();
41 io_delay();
43 io_delay();
52 io_delay();
54 io_delay();
H A Da20.c28 io_delay();
38 io_delay();
68 io_delay(); /* Serialize and make delay constant */
H A Dboot.h76 static inline void io_delay(void) function
/arch/x86/include/asm/
H A Dparavirt.h310 pv_cpu_ops.io_delay();
312 pv_cpu_ops.io_delay();
313 pv_cpu_ops.io_delay();
314 pv_cpu_ops.io_delay();
H A Dparavirt_types.h148 void (*io_delay)(void); member in struct:pv_cpu_ops
/arch/x86/kernel/
H A DMakefile38 obj-y += tsc.o tsc_msr.o io_delay.o rtc.o
H A Dparavirt.c387 .io_delay = native_io_delay,
H A Dkvm.c289 pv_cpu_ops.io_delay = kvm_io_delay;
/arch/x86/xen/
H A Denlighten.c1283 .io_delay = xen_io_delay,

Completed in 130 milliseconds