Home
last modified time | relevance | path

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

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