OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ofw_translations
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/powerpc/oea/
ofwoea_machdep.c
101
struct OF_translation
ofw_translations
[OFW_MAX_TRANSLATIONS];
variable in typeref:struct:OF_translation[]
223
for (i = 0; i < __arraycount(
ofw_translations
); i++) {
224
va =
ofw_translations
[i].virt;
225
size =
ofw_translations
[i].size;
226
pa =
ofw_translations
[i].phys;
238
for (; va < (
ofw_translations
[i].virt + size);
372
for (i = 0; i < __arraycount(
ofw_translations
); i++) {
373
va =
ofw_translations
[i].virt;
374
size =
ofw_translations
[i].size;
375
pa =
ofw_translations
[i].phys
[
all
...]
ofwoea_machdep.c
101
struct OF_translation
ofw_translations
[OFW_MAX_TRANSLATIONS];
variable in typeref:struct:OF_translation[]
223
for (i = 0; i < __arraycount(
ofw_translations
); i++) {
224
va =
ofw_translations
[i].virt;
225
size =
ofw_translations
[i].size;
226
pa =
ofw_translations
[i].phys;
238
for (; va < (
ofw_translations
[i].virt + size);
372
for (i = 0; i < __arraycount(
ofw_translations
); i++) {
373
va =
ofw_translations
[i].virt;
374
size =
ofw_translations
[i].size;
375
pa =
ofw_translations
[i].phys
[
all
...]
Completed in 22 milliseconds
Indexes created Sat Oct 11 19:10:01 GMT 2025