ESP-IDF
mem_region_::free_head
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
mem_region_::free_head
mem_region_::free_head field
Syntax
Show:
Summary
Declaration
from
esp_mmu_map.c:91
uint32_t
free_head
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
free_head
;
//linear address free head of this region
esp_mmu_map.c:91
hw_mem_regions
[
i
]
.
free_head
=
hw_mem_regions
[
i
]
.
end
;
esp_mmu_map.c:149
s_reserve_irom_region()
hw_mem_regions
[
i
]
.
free_head
=
hw_mem_regions
[
i
]
.
free_head
+
irom_len_to_reserve
;
esp_mmu_map.c:153
s_reserve_irom_region()
hw_mem_regions
[
i
]
.
free_head
=
hw_mem_regions
[
i
]
.
end
;
esp_mmu_map.c:177
s_reserve_drom_region()
hw_mem_regions
[
i
]
.
free_head
=
hw_mem_regions
[
i
]
.
free_head
+
drom_len_to_reserve
;
esp_mmu_map.c:181
s_reserve_drom_region()
hw_mem_regions
[
i
]
.
free_head
=
g_mmu_mem_regions
[
i
]
.
start
;
esp_mmu_map.c:205
esp_mmu_map_init()
if
(
(
b
->
free_head
==
a
->
end
)
&&
(
b
->
caps
==
a
->
caps
)
&&
(
b
->
targets
==
a
->
targets
)
)
{
esp_mmu_map.c:226
esp_mmu_map_init()
b
->
free_head
=
a
->
free_head
;
esp_mmu_map.c:231
esp_mmu_map_init()
laddr
=
(
uint32_t
)
s_mmu_ctx
.
mem_regions
[
found_region_id
]
.
free_head
;
esp_mmu_map.c:326
esp_mmu_map_reserve_block_with_caps()
s_mmu_ctx
.
mem_regions
[
found_region_id
]
.
free_head
+=
aligned_size
;
esp_mmu_map.c:327
esp_mmu_map_reserve_block_with_caps()
dummy_head
->
laddr_start
=
found_region
->
free_head
;
esp_mmu_map.c:470
esp_mmu_map()
dummy_head
->
laddr_end
=
found_region
->
free_head
;
esp_mmu_map.c:471
esp_mmu_map()
if
(
ptr_laddr
>=
s_mmu_ctx
.
mem_regions
[
i
]
.
free_head
&&
ptr_laddr
<
s_mmu_ctx
.
mem_regions
[
i
]
.
end
)
{
esp_mmu_map.c:643
esp_mmu_unmap()
s_mmu_ctx
.
mem_regions
[
i
]
.
free_head
,
esp_mmu_map.c:693
esp_mmu_map_dump_mapped_blocks()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mem_region_::free_head
is written by 4 functions and is read by 7 functions:
s_reserve_irom_region()
s_reserve_drom_region()
esp_mmu_map_init()
esp_mmu_map_reserve_block_with_caps()
All items filtered out
mem_region_::free_head
s_reserve_irom_region()
s_reserve_drom_region()
esp_mmu_map_init()
esp_mmu_map_reserve_block_with_caps()
esp_mmu_map()
esp_mmu_unmap()
esp_mmu_map_dump_mapped_blocks()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out