Home
last modified time | relevance | path

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

/qemu/target/arm/
H A Dptw.c1125 uint32_t xn; in get_phys_addr_v6() local
1230 xn = 1; in get_phys_addr_v6()
1309 switch (xn) { in get_S2prot()
1439 xn = xn || !(user_rw & PAGE_READ); in get_S1prot()
1445 xn = xn || !(prot_rw & PAGE_READ) || pxn || in get_S1prot()
1453 xn = wxn = 0; in get_S1prot()
1692 int ap, xn, pxn; in get_phys_addr_lpae() local
2079 pxn = xn; in get_phys_addr_lpae()
2080 xn = 0; in get_phys_addr_lpae()
2542 if (xn) { in get_phys_addr_pmsav7()
[all …]
/qemu/include/hw/ppc/
H A Dxive.h163 void (*notify)(XiveNotifier *xn, uint32_t lisn, bool pq_checked);
417 void xive_router_notify(XiveNotifier *xn, uint32_t lisn, bool pq_checked);
H A Dxive2.h72 void xive2_router_notify(XiveNotifier *xn, uint32_t lisn, bool pq_checked);
/qemu/hw/intc/
H A Dxive2.c724 void xive2_router_notify(XiveNotifier *xn, uint32_t lisn, bool pq_checked) in xive2_router_notify() argument
726 Xive2Router *xrtr = XIVE2_ROUTER(xn); in xive2_router_notify()
H A Dpnv_xive.c566 static void pnv_xive_notify(XiveNotifier *xn, uint32_t srcno, bool pq_checked) in pnv_xive_notify() argument
568 PnvXive *xive = PNV_XIVE(xn); in pnv_xive_notify()
571 xive_router_notify(xn, XIVE_EAS(blk, srcno), pq_checked); in pnv_xive_notify()
H A Dpnv_xive2.c562 static void pnv_xive2_notify(XiveNotifier *xn, uint32_t srcno, bool pq_checked) in pnv_xive2_notify() argument
564 PnvXive2 *xive = PNV_XIVE2(xn); in pnv_xive2_notify()
567 xive2_router_notify(xn, XIVE_EAS(blk, srcno), pq_checked); in pnv_xive2_notify()
H A Dxive.c1833 void xive_router_notify(XiveNotifier *xn, uint32_t lisn, bool pq_checked) in xive_router_notify() argument
1835 XiveRouter *xrtr = XIVE_ROUTER(xn); in xive_router_notify()