OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mmuh
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/sparc/stand/ofwboot/
Locore.c
479
static u_int
mmuh
= -1;
variable
490
if (OF_getprop(chosen, "mmu", &
mmuh
, sizeof(
mmuh
)) != sizeof(
mmuh
)
521
if (
mmuh
== -1 && ((
mmuh
= get_mmu_handle()) == -1)) {
522
OF_printf("OF_claim_virt: cannot get
mmuh
\r\n");
530
args.ihandle = HDL2CELL(
mmuh
);
561
if (
mmuh
== -1 && ((
mmuh
= get_mmu_handle()) == -1))
[
all
...]
/src/sys/arch/sparc64/sparc64/
ofw_machdep.c
59
static u_int
mmuh
= -1, memh = -1;
variable
73
if (OF_getprop(chosen, "mmu", &
mmuh
, sizeof(
mmuh
)) == -1) {
74
prom_printf("get_mmu_handle: cannot get
mmuh
\n");
77
return
mmuh
;
163
if (
mmuh
== -1 && ((
mmuh
= get_mmu_handle()) == -1)) {
164
prom_printf("prom_vtop: cannot get
mmuh
\n");
171
args.ihandle = HDL2CELL(
mmuh
);
176
prom_printf("Called \"translate\",
mmuh
=%x, vaddr=%x, status=%x %x,\n retaddr=%x %x, mode=%x %x, phys_hi=%x %x, phys_lo=%x %x\n"
[
all
...]
Completed in 19 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026