HomeSort by: relevance | last modified time | path
    Searched refs:_REG_PCOQT (Results 1 - 7 of 7) sorted by relevancy

  /src/lib/libc/arch/hppa/sys/
getcontext.S 43 stw %r1, (_UC_GREGS + _REG_PCOQT * SZREG)(%arg0)
  /src/sys/arch/hppa/include/
mcontext.h 54 #define _REG_PCOQT 36
90 (uc)->uc_mcontext.__gregs[_REG_PCOQT] = (pc) + 4; \
  /src/lib/libc/arch/hppa/gen/
swapcontext.S 52 stw %r1, (_UC_GREGS + _REG_PCOQT * SZREG)(%arg1)
_lwp.c 73 gr[_REG_PCOQT] = (fp + 4) | HPPA_PC_PRIV_USER;
makecontext.c 85 gr[_REG_PCOQT] = (fp + 4) | HPPA_PC_PRIV_USER;
__longjmp14.c 119 uc.uc_mcontext.__gregs[_REG_PCOQT] = sc->sc_pcoqt;
  /src/sys/arch/hppa/hppa/
hppa_machdep.c 102 gr[_REG_PCOQT] = tf->tf_iioq_tail;
118 gr[_REG_PCOQT] = ras_pc + 4;
152 if (gr[_REG_PCSQT] != pmap_sid(pmap, gr[_REG_PCOQT])) {
161 if (gr[_REG_PCOQT] < 0xc0000020 &&
162 (gr[_REG_PCOQT] & HPPA_PC_PRIV_MASK) != HPPA_PC_PRIV_USER) {
219 tf->tf_iisq_tail = pmap_sid(pmap, gr[_REG_PCOQT]);
222 tf->tf_iioq_tail = gr[_REG_PCOQT];

Completed in 12 milliseconds