Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powernv/
H A Dxive.c694 uint64_t eoi_phys, trig_phys; in xive_init_irq() local
698 vtophys(&irqd->flags), vtophys(&eoi_phys), in xive_init_irq()
703 eoi_phys = be64toh(eoi_phys); in xive_init_irq()
710 irqd->eoi_page = (vm_offset_t)pmap_mapdev(eoi_phys, irqd->esb_size); in xive_init_irq()
712 if (eoi_phys == trig_phys) in xive_init_irq()