<dec f='src/src/sys/arch/x86/include/cpu.h' l='442' type='void i8254_delay(unsigned int )'/>
<use f='src/src/sys/arch/amd64/amd64/machdep.c' l='283'/>
<def f='src/src/sys/arch/x86/isa/clock.c' l='450' ll='508' type='void i8254_delay(unsigned int n)'/>
<doc f='src/src/sys/arch/x86/isa/clock.c' l='442'>/*
 * Wait approximately `n&apos; microseconds.
 * Relies on timer 1 counting down from (TIMER_FREQ / hz) at TIMER_FREQ Hz.
 * Note: timer had better have been programmed before this is first used!
 * (Note that we use `rate generator&apos; mode, which counts at 1:1; `square
 * wave&apos; mode counts at 2:1).
 * Don&apos;t rely on this being particularly accurate.
 */</doc>
<use f='src/src/sys/arch/x86/x86/cpu.c' l='733' u='c' c='cpu_start_secondary'/>
<use f='src/src/sys/arch/x86/x86/cpu.c' l='768' u='c' c='cpu_boot_secondary'/>
<use f='src/src/sys/arch/x86/x86/cpu.c' l='1074' u='c' c='mp_cpu_start'/>
<use f='src/src/sys/arch/x86/x86/cpu.c' l='1082' u='c' c='mp_cpu_start'/>
<use f='src/src/sys/arch/x86/x86/cpu.c' l='1090' u='c' c='mp_cpu_start'/>
<use f='src/src/sys/arch/x86/x86/cpu.c' l='1243' u='c' c='cpu_get_tsc_freq'/>
<use f='src/src/sys/arch/x86/x86/lapic.c' l='501' u='c' c='x86_ipi_init'/>
