OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IA64_PSR_RI
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/ia64/ia64/
trap.c
220
{
IA64_PSR_RI
, "ri"},
301
slot = ((tf->tf_special.psr &
IA64_PSR_RI
) == IA64_PSR_RI_0) ? 0 :
302
((tf->tf_special.psr &
IA64_PSR_RI
) == IA64_PSR_RI_1) ? 1 : 2;
592
tf->tf_special.psr &= ~
IA64_PSR_RI
;
615
tf->tf_special.psr &= ~
IA64_PSR_RI
;
db_interface.c
175
f->tf_special.psr &= ~
IA64_PSR_RI
;
429
if ((regs->tf_special.psr &
IA64_PSR_RI
) > IA64_PSR_RI_2) {
430
regs->tf_special.psr &= ~
IA64_PSR_RI
;
/src/sys/arch/ia64/include/
ia64_cpu.h
93
#define
IA64_PSR_RI
0x0000060000000000
Completed in 19 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026