OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iolimit
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/sandpoint/stand/altboot/
pci.c
54
unsigned iostart,
iolimit
;
variable in typeref:typename:unsigned
64
iolimit
= PCI_IOLIMIT;
238
val = 0xffff0000 | (
iolimit
& 0xf000) | (val & 0xf000) >> 8;
240
val = (
iolimit
& 0xffff0000) | (val & 0xffff0000) >> 16;
290
if (mapbase + size >
iolimit
)
pci.c
54
unsigned iostart,
iolimit
;
variable in typeref:typename:unsigned
64
iolimit
= PCI_IOLIMIT;
238
val = 0xffff0000 | (
iolimit
& 0xf000) | (val & 0xf000) >> 8;
240
val = (
iolimit
& 0xffff0000) | (val & 0xffff0000) >> 16;
290
if (mapbase + size >
iolimit
)
Completed in 22 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025