ESP-IDF
mem_block_::laddr_end
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
mem_block_::laddr_end
mem_block_::laddr_end field
Syntax
Show:
Summary
Declaration
from
esp_mmu_map.c:72
uint32_t
laddr_end
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
laddr_end
;
//linear address end of this block
esp_mmu_map.c:72
dummy_head
->
laddr_end
=
found_region
->
free_head
;
esp_mmu_map.c:471
esp_mmu_map()
dummy_tail
->
laddr_end
=
found_region
->
end
;
esp_mmu_map.c:481
esp_mmu_map()
uint32_t
last_end
=
TAILQ_FIRST
(
&
found_region
->
mem_block_head
)
->
laddr_end
;
esp_mmu_map.c:537
esp_mmu_map()
last_end
=
mem_block
->
laddr_end
;
esp_mmu_map.c:556
esp_mmu_map()
new_block
->
laddr_end
=
new_block
->
laddr_start
+
aligned_size
;
esp_mmu_map.c:567
esp_mmu_map()
new_block
->
vaddr_end
=
mmu_ll_laddr_to_vaddr
(
new_block
->
laddr_end
,
MMU_VADDR_INSTRUCTION
,
target
)
;
esp_mmu_map.c:575
esp_mmu_map()
new_block
->
vaddr_end
=
mmu_ll_laddr_to_vaddr
(
new_block
->
laddr_end
,
MMU_VADDR_DATA
,
target
)
;
esp_mmu_map.c:578
esp_mmu_map()
slot_len
=
TAILQ_NEXT
(
mem_block
,
entries
)
->
laddr_start
-
TAILQ_PREV
(
mem_block
,
mem_block_head_
,
entries
)
->
laddr_end
;
esp_mmu_map.c:660
esp_mmu_unmap()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mem_block_::laddr_end
is written by 1 function and is read by 2 functions:
esp_mmu_map()
All items filtered out
mem_block_::laddr_end
esp_mmu_map()
esp_mmu_unmap()
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