arch/x86/hyperv/hv_apic.c

Source file repositories/reference/linux-study-clean/arch/x86/hyperv/hv_apic.c

File Facts

System
Linux kernel
Corpus path
arch/x86/hyperv/hv_apic.c
Extension
.c
Size
8872 bytes
Lines
342
Domain
Architecture Layer
Bucket
arch/x86
Inferred role
Architecture Layer: implementation source
Status
source implementation candidate

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

if (!x2apic_enabled()) {
			apic_update_callback(read, hv_apic_read);
			apic_update_callback(write, hv_apic_write);
			apic_update_callback(icr_write, hv_apic_icr_write);
			apic_update_callback(icr_read, hv_apic_icr_read);
		}
	}
}

Annotation

Implementation Notes