HomeSort by: relevance | last modified time | path
    Searched defs:PSR_S (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/sparc/include/
psl.h 68 #define PSR_S 0x00000080 /* supervisor (kernel) mode */
  /src/external/gpl3/gdb/dist/gdb/
sparc64-tdep.c 1876 #define PSR_S 0x00000080
1907 psr = ((tstate & TSTATE_CWP) | PSR_S | ((tstate & TSTATE_ICC) >> 12)
  /src/external/gpl3/gdb.old/dist/gdb/
sparc64-tdep.c 1876 #define PSR_S 0x00000080
1908 psr = ((tstate & TSTATE_CWP) | PSR_S | ((tstate & TSTATE_ICC) >> 12)
  /src/sys/arch/sparc64/include/
psl.h 68 #define PSR_S 0x00000080 /* supervisor (kernel) mode */
  /src/external/gpl3/gdb/dist/sim/erc32/
exec.c 74 #define PSR_S 0x80
1053 if (!(sregs->psr & PSR_S)) {
1075 if (!(sregs->psr & PSR_S)) {
1082 if (!(sregs->psr & PSR_S)) {
1093 if (!(sregs->psr & PSR_S)) {
1101 if (!(sregs->psr & PSR_S)) {
1108 if (!(sregs->psr & PSR_S)) {
1150 if (!(sregs->psr & PSR_S)) {
1164 (sregs->psr & ~PSR_S) | ((sregs->psr & PSR_PS) << 1);
1200 if (sregs->psr & PSR_S)
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/erc32/
exec.c 74 #define PSR_S 0x80
1053 if (!(sregs->psr & PSR_S)) {
1075 if (!(sregs->psr & PSR_S)) {
1082 if (!(sregs->psr & PSR_S)) {
1093 if (!(sregs->psr & PSR_S)) {
1101 if (!(sregs->psr & PSR_S)) {
1108 if (!(sregs->psr & PSR_S)) {
1150 if (!(sregs->psr & PSR_S)) {
1164 (sregs->psr & ~PSR_S) | ((sregs->psr & PSR_PS) << 1);
1200 if (sregs->psr & PSR_S)
    [all...]

Completed in 36 milliseconds