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

  /src/sys/arch/amd64/include/
mcontext.h 111 #define _REG32_EIP 14
  /src/sys/arch/amd64/amd64/
netbsd32_machdep.c 825 tf->tf_rip = gr[_REG32_EIP];
871 gr[_REG32_EIP] = tf->tf_rip;
880 (void *) (uintptr_t)gr[_REG32_EIP])) != (__greg32_t)-1)
881 gr[_REG32_EIP] = ras_eip;
984 if (gr[_REG32_EIP] >= VM_MAXUSER_ADDRESS32)
999 gr32[_REG32_EIP] = gr[_REG_RIP];

Completed in 12 milliseconds