Home
last modified time | relevance | path

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

/freebsd-13.1/sys/powerpc/powernv/
H A Dxive.c705 uint64_t eoi_phys, trig_phys; in xive_init_irq() local
709 vtophys(&irqd->flags), vtophys(&eoi_phys), in xive_init_irq()
714 eoi_phys = be64toh(eoi_phys); in xive_init_irq()
721 irqd->eoi_page = (vm_offset_t)pmap_mapdev(eoi_phys, irqd->esb_size); in xive_init_irq()
723 if (eoi_phys == trig_phys) in xive_init_irq()