OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IA64_PSR_SS
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/ia64/include/
db_machdep.h
63
#define db_set_single_step(regs) ((regs)->tf_special.psr |=
IA64_PSR_SS
)
64
#define db_clear_single_step(regs) ((regs)->tf_special.psr &= ~
IA64_PSR_SS
)
ia64_cpu.h
92
#define
IA64_PSR_SS
0x0000010000000000
/src/sys/arch/ia64/ia64/
trap.c
219
{
IA64_PSR_SS
, "ss"},
520
tf->tf_special.psr &= ~
IA64_PSR_SS
;
622
tf->tf_special.psr &= ~
IA64_PSR_SS
;
Completed in 12 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025