OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PSW_R
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/hppa/include/
psl.h
94
#define
PSW_R
(1 << (31-PSW_R_POS)) /* Recover Counter Enable */
105
#define RESET_PSW (
PSW_R
| PSW_Q | PSW_P | PSW_D | PSW_I)
107
#define PSW_MBZ (PSW_Y | PSW_Z | PSW_S | PSW_X | PSW_M |
PSW_R
)
db_machdep.h
121
#define db_clear_single_step(r) ((r)->tf_ipsw &= ~
PSW_R
)
122
#define db_set_single_step(r) ((r)->tf_ipsw |=
PSW_R
)
/src/sys/arch/hppa/hppa/
trap.c
277
if (frame->tf_ipsw &
PSW_R
) {
1379
frame->tf_ipsw |=
PSW_R
;
trap.S
1753
rsm (
PSW_R
|PSW_I), %t4
1784
rsm (
PSW_R
|PSW_I), %t4
Completed in 16 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025