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.8/kernel/src/driver/interrupt/apic/
Dapic.c163 … uint64_t qword = *(uint64_t *)(APIC_LOCAL_APIC_VIRT_BASE_ADDR + LOCAL_APIC_OFFSET_Local_APIC_SVR); in __local_apic_xapic_init()
166 … *(volatile uint64_t *)(APIC_LOCAL_APIC_VIRT_BASE_ADDR + LOCAL_APIC_OFFSET_Local_APIC_SVR) = qword; in __local_apic_xapic_init()
167 … qword = *(volatile uint64_t *)(APIC_LOCAL_APIC_VIRT_BASE_ADDR + LOCAL_APIC_OFFSET_Local_APIC_SVR); in __local_apic_xapic_init()
Dapic.h35 #define LOCAL_APIC_OFFSET_Local_APIC_SVR 0xf0 macro