OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpu_bst
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/evbppc/mpc85xx/
autoconf.c
155
ma.ma_memt = curcpu()->ci_softc->
cpu_bst
;
machdep.c
1198
cpu->
cpu_bst
= &gur_bst;
/src/sys/arch/powerpc/booke/
booke_machdep.c
227
cpu->
cpu_bst
= cpu_softc[0].
cpu_bst
;
535
// printf(" %s(%p, %x, %x)", __func__, cpu->
cpu_bst
, cpu->cpu_bsh, a);
536
return bus_space_read_4(cpu->
cpu_bst
, cpu->cpu_bsh, a);
543
// printf(" %s(%p, %x, %x)", __func__, cpu->
cpu_bst
, cpu->cpu_bsh, a);
544
return bus_space_read_1(cpu->
cpu_bst
, cpu->cpu_bsh, a);
551
bus_space_write_4(cpu->
cpu_bst
, cpu->cpu_bsh, a, v);
558
bus_space_write_1(cpu->
cpu_bst
, cpu->cpu_bsh, a, v);
e500_timer.c
73
return bus_space_write_4(cpu->
cpu_bst
, cpu->cpu_bsh,
e500_intr.c
464
return bus_space_read_4(cpu->
cpu_bst
, cpu->cpu_bsh,
472
return bus_space_write_4(cpu->
cpu_bst
, cpu->cpu_bsh,
/src/sys/arch/powerpc/include/booke/
cpuvar.h
56
bus_space_tag_t
cpu_bst
;
member in struct:cpu_softc
Completed in 33 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025