Home
last modified time | relevance | path

Searched refs:LOCAL_APIC_OFFSET_Local_APIC_SVR (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.2/kernel/src/driver/interrupt/apic/
Dapic.c156 … uint64_t qword = *(uint64_t *)(APIC_LOCAL_APIC_VIRT_BASE_ADDR + LOCAL_APIC_OFFSET_Local_APIC_SVR); in __local_apic_xapic_init()
159 *(uint64_t *)(APIC_LOCAL_APIC_VIRT_BASE_ADDR + LOCAL_APIC_OFFSET_Local_APIC_SVR) = qword; in __local_apic_xapic_init()
160 qword = *(uint64_t *)(APIC_LOCAL_APIC_VIRT_BASE_ADDR + LOCAL_APIC_OFFSET_Local_APIC_SVR); in __local_apic_xapic_init()
Dapic.h36 #define LOCAL_APIC_OFFSET_Local_APIC_SVR 0xf0 macro