Searched refs:px_phys_poke_4u (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_asm_4u.h38 extern int px_phys_poke_4u(size_t size, uint64_t paddr, uint64_t *value,
H A Dpx_asm_4u.s48 px_phys_poke_4u(size_t size, uint64_t paddr, uint64_t *value, int type)
121 ! px_phys_poke_4u: Do physical address write.
132 ENTRY(px_phys_poke_4u) function
168 SET_SIZE(px_phys_poke_4u)
H A Dpx_tools_4u.c160 * Safe C wrapper around assy language routine px_phys_poke_4u
203 * Call px_phys_poke_4u after trap handling is setup.
210 err = px_phys_poke_4u(size, paddr, &poke_value.u64, type);

Completed in 46 milliseconds