OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hatch_running
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/arch/bebox/bebox/
cpu.c
102
h->
hatch_running
= -1;
136
h->
hatch_running
= 0;
153
__asm volatile("dcbi 0,%0"::"r"(&h->
hatch_running
):"memory");
156
__asm volatile("dcbst 0,%0"::"r"(&h->
hatch_running
):"memory");
158
} while (h->
hatch_running
== -1);
/src/sys/arch/evbppc/nintendo/
cpu.c
141
h->
hatch_running
= -1;
178
h->
hatch_running
= 0;
189
if (h->
hatch_running
) {
202
while (h->
hatch_running
== -1)
/src/sys/arch/prep/prep/
cpu.c
108
h->
hatch_running
= -1;
131
h->
hatch_running
= 0;
148
while (h->
hatch_running
== -1)
/src/sys/arch/macppc/macppc/
cpu.c
250
h->
hatch_running
= -1;
299
h->
hatch_running
= 0;
323
if (h->
hatch_running
)
342
while (h->
hatch_running
== -1)
/src/sys/arch/ofppc/ofppc/
cpu.c
242
h->
hatch_running
= -1;
266
h->
hatch_running
= 0;
285
if (h->
hatch_running
)
294
* We wait for h->
hatch_running
to become 0, and then we know that the time is
304
while (h->
hatch_running
== -1)
/src/sys/arch/evbppc/mpc85xx/
machdep.c
858
h->
hatch_running
= -1;
906
if (h->
hatch_running
== 0) {
911
timo, h->
hatch_running
);
916
if (h->
hatch_running
== -1) {
920
h->
hatch_running
, e[i].entry_addr_lower);
931
h->
hatch_running
= 1;
940
if (h->
hatch_running
> 1)
943
if (h->
hatch_running
== 1) {
951
h->
hatch_running
);
960
h->
hatch_running
);
[
all
...]
/src/sys/arch/powerpc/oea/
cpu_subr.c
1487
h->
hatch_running
= 0;
1545
__asm volatile ("dcbi 0,%0"::"r"(&h->
hatch_running
):"memory");
1547
__asm volatile ("dcbst 0,%0"::"r"(&h->
hatch_running
):"memory");
1551
while ((h->
hatch_running
< 1) && (hatch_bail < 100000)) {
1555
__asm volatile ("dcbi 0,%0"::"r"(&h->
hatch_running
):"memory");
1557
__asm volatile ("dcbst 0,%0"::"r"(&h->
hatch_running
):"memory");
1561
if (h->
hatch_running
< 1) {
1674
h->
hatch_running
= 1;
/src/sys/arch/powerpc/include/
cpu.h
175
int
hatch_running
;
member in struct:cpu_hatch_data
Completed in 23 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026