OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ofw_mmu_ihandle
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/macppc/stand/ofwboot/
Locore.c
215
int
ofw_mmu_ihandle
; /* /chosen/mmu */
variable in typeref:typename:int
774
ofw_mmu_ihandle
= -1;
777
OF_getprop(ofw_chosen, "mmu", &
ofw_mmu_ihandle
,
778
sizeof(
ofw_mmu_ihandle
));
783
if (
ofw_mmu_ihandle
== -1) {
/src/sys/arch/shark/ofw/
ofw.c
228
static int
ofw_mmu_ihandle
(void);
1553
mmu_ihandle =
ofw_mmu_ihandle
();
1674
ofw_mmu_ihandle
(void)
function in typeref:typename:int
1684
panic("
ofw_mmu_ihandle
");
1729
int mmu_ihandle =
ofw_mmu_ihandle
();
1748
int mmu_ihandle =
ofw_mmu_ihandle
();
1775
int mmu_ihandle =
ofw_mmu_ihandle
();
Completed in 13 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025