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

/illumos-gate/usr/src/cmd/mdb/sparc/v9/kmdb/
H A Dkmdb_setcontext.s38 #define UC_GREG(name) (UC_MCTX + MCTX_GREGS + (name * MCTX_GREGS_INCR)) define
54 ldx [%g7 + UC_GREG(REG_O0)], %o0
55 ldx [%g7 + UC_GREG(REG_O1)], %o1
56 ldx [%g7 + UC_GREG(REG_O2)], %o2
57 ldx [%g7 + UC_GREG(REG_O3)], %o3
58 ldx [%g7 + UC_GREG(REG_O4)], %o4
59 ldx [%g7 + UC_GREG(REG_O5)], %o5
60 ldx [%g7 + UC_GREG(REG_O6)], %o6
61 ldx [%g7 + UC_GREG(REG_O7)], %o7
63 ldx [%g7 + UC_GREG(REG_G
[all...]
/illumos-gate/usr/src/cmd/mdb/intel/amd64/kmdb/
H A Dkmdb_setcontext.s48 movq UC_GREG(REG_SP)(%rdi), %rsp
49 movq UC_GREG(REG_PC)(%rdi), %rax
50 movq UC_GREG(REG_RDI)(%rdi), %rdi
/illumos-gate/usr/src/cmd/mdb/intel/ia32/kmdb/
H A Dkmdb_setcontext.s52 movl UC_GREG(REG_SP)(%eax), %esp
53 movl UC_GREG(REG_PC)(%eax), %eax

Completed in 58 milliseconds