OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PMAP_MAPSIZE2
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/arm/arm32/
bus_dma.c
1522
#ifdef
PMAP_MAPSIZE2
1524
#if PMAP_MAPSIZE1 >
PMAP_MAPSIZE2
1525
#error PMAP_MAPSIZE1 must be smaller than
PMAP_MAPSIZE2
1528
if (size >=
PMAP_MAPSIZE2
)
1529
align =
PMAP_MAPSIZE2
;
1533
#if
PMAP_MAPSIZE2
> PMAP_MAPSIZE3
1534
#error
PMAP_MAPSIZE2
must be smaller than PMAP_MAPSIZE3
/src/sys/arch/riscv/riscv/
bus_dma.c
1463
#ifdef
PMAP_MAPSIZE2
1465
#if PMAP_MAPSIZE1 >
PMAP_MAPSIZE2
1466
#error PMAP_MAPSIZE1 must be smaller than
PMAP_MAPSIZE2
1469
if (size >=
PMAP_MAPSIZE2
)
1470
align =
PMAP_MAPSIZE2
;
1474
#if
PMAP_MAPSIZE2
> PMAP_MAPSIZE3
1475
#error
PMAP_MAPSIZE2
must be smaller than PMAP_MAPSIZE3
/src/sys/arch/arm/include/arm32/
pmap.h
1122
#define
PMAP_MAPSIZE2
L1_S_SIZE
Completed in 14 milliseconds
Indexes created Thu Nov 06 17:09:51 GMT 2025