Searched refs:LDC_ON_TRAP (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvio_common.h54 LDC_ON_TRAP((otd)) : \
59 LDC_ON_TRAP((otd)) : 0)
H A Dldc.h224 * LDC_ON_TRAP and LDC_NO_TRAP provide on_trap protection for clients accessing
227 * interfaces for LDC_SHADOW_MAP'd segments. After LDC_ON_TRAP is called,
230 * LDC_ON_TRAP returns zero on success and EACCES if a data access exception
234 * when calling on_trap() when calling LDC_ON_TRAP.
236 * LDC_ON_TRAP is implemented as a macro so that on_trap protection can be
239 * alternative approach is to implement the LDC_ON_TRAP function in assembly
243 #define LDC_ON_TRAP(otd) \ macro
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet_rxdring.c435 rv = LDC_ON_TRAP(&otd);
632 rv = LDC_ON_TRAP(&otd);
1245 rv = LDC_ON_TRAP(&otd);
1351 rv = LDC_ON_TRAP(&otd);
H A Dvsw_rxdring.c475 rv = LDC_ON_TRAP(&otd);
926 rv = LDC_ON_TRAP(&otd);
1171 rv = LDC_ON_TRAP(&otd);

Completed in 63 milliseconds