OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PSW_O
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/hppa/include/
psl.h
91
#define
PSW_O
(1 << (31-PSW_O_POS)) /* Force strong ordering (2.0) */
/src/sys/arch/hppa/dev/
cpu.c
291
ci->ci_psw |= (cpus[0].ci_psw &
PSW_O
);
/src/sys/arch/hppa/hppa/
vm_machdep.c
141
(curcpu()->ci_psw &
PSW_O
);
hppa_machdep.c
185
(hppa_cpu_ispa20_p() ?
PSW_O
: 0);
machdep.c
827
curcpu()->ci_psw |=
PSW_O
;
1905
tf->tf_ipsw = PSW_MBS | (hppa_cpu_ispa20_p() ?
PSW_O
: 0);
Completed in 13 milliseconds
Indexes created Thu Nov 06 21:09:53 GMT 2025