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

/illumos-gate/usr/src/uts/sun4v/sys/
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

Completed in 105 milliseconds