Symbol: LAPIC_READ
sys/platform/pc64/apic/lapic.c
1044
val = LAPIC_READ(ccr_timer);
sys/platform/pc64/apic/lapic.c
1228
temp = LAPIC_READ(lvt_lint0);
sys/platform/pc64/apic/lapic.c
1232
temp = LAPIC_READ(lvt_lint1);
sys/platform/pc64/apic/lapic.c
272
temp = LAPIC_READ(lvt_lint0);
sys/platform/pc64/apic/lapic.c
293
temp = LAPIC_READ(lvt_lint1);
sys/platform/pc64/apic/lapic.c
305
LAPIC_WRITE(lvt_error, LAPIC_READ(lvt_error) | APIC_LVT_MASKED);
sys/platform/pc64/apic/lapic.c
306
LAPIC_WRITE(lvt_pcint, LAPIC_READ(lvt_pcint) | APIC_LVT_MASKED);
sys/platform/pc64/apic/lapic.c
311
timer = LAPIC_READ(lvt_timer);
sys/platform/pc64/apic/lapic.c
322
temp = LAPIC_READ(tpr);
sys/platform/pc64/apic/lapic.c
376
temp = LAPIC_READ(svr);
sys/platform/pc64/apic/lapic.c
380
if (LAPIC_READ(version) & APIC_VER_EOI_SUPP) {
sys/platform/pc64/apic/lapic.c
448
value = LAPIC_READ(lvt_timer);
sys/platform/pc64/apic/lapic.c
495
start = LAPIC_READ(ccr_timer);
sys/platform/pc64/apic/lapic.c
505
end = LAPIC_READ(ccr_timer);
sys/platform/pc64/apic/lapic.c
543
beginning = LAPIC_READ(ccr_timer);
sys/platform/pc64/apic/lapic.c
547
finish = LAPIC_READ(ccr_timer);
sys/platform/pc64/apic/lapic.c
593
val = LAPIC_READ(ccr_timer);
sys/platform/pc64/apic/lapic.c
597
val = LAPIC_READ(ccr_timer);
sys/platform/pc64/apic/lapic.c
746
timer = LAPIC_READ(lvt_timer);
sys/platform/pc64/apic/lapic.c
873
LAPIC_READ(lvt_lint0), LAPIC_READ(lvt_lint1), LAPIC_READ(tpr),
sys/platform/pc64/apic/lapic.c
874
LAPIC_READ(svr));
sys/platform/pc64/x86_64/mp_machdep.c
364
LAPIC_WRITE(svr, (LAPIC_READ(svr) & ~APIC_SVR_ENABLE));