Home
last modified time | relevance | path

Searched refs:trig_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
699 vtophys(&trig_phys), vtophys(&esb_shift), in xive_init_irq()
704 trig_phys = be64toh(trig_phys); in xive_init_irq()
712 if (eoi_phys == trig_phys) in xive_init_irq()
714 else if (trig_phys != 0) in xive_init_irq()
715 irqd->trig_page = (vm_offset_t)pmap_mapdev(trig_phys, in xive_init_irq()