Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/driver/interrupt/apic/
Dapic.c390 uint32_t RCBA_phys = io_in32(0xcfc); in apic_init() local
393 if (RCBA_phys > 0xfec00000 && RCBA_phys < 0xfee00000) in apic_init()
394 RCBA_vaddr = SPECIAL_MEMOEY_MAPPING_VIRT_ADDR_BASE + RCBA_phys; in apic_init()
398 kwarn("Cannot get RCBA address. RCBA_phys=%#010lx", RCBA_phys); in apic_init()