OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hatch_running
(Results
1 - 7
of
7
) 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/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
1416
h->
hatch_running
= 0;
1474
__asm volatile ("dcbi 0,%0"::"r"(&h->
hatch_running
):"memory");
1476
__asm volatile ("dcbst 0,%0"::"r"(&h->
hatch_running
):"memory");
1480
while ((h->
hatch_running
< 1) && (hatch_bail < 100000)) {
1484
__asm volatile ("dcbi 0,%0"::"r"(&h->
hatch_running
):"memory");
1486
__asm volatile ("dcbst 0,%0"::"r"(&h->
hatch_running
):"memory");
1490
if (h->
hatch_running
< 1) {
1600
h->
hatch_running
= 1;
/src/sys/arch/powerpc/include/
cpu.h
175
int
hatch_running
;
member in struct:cpu_hatch_data
Completed in 18 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025