OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BL32_RO_BASE
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/arm-trusted-firmware/plat/fvp/tsp/
tsp_fvp_setup.c
57
#define
BL32_RO_BASE
(unsigned long)(&__RO_START__)
102
fvp_configure_mmu_el1(
BL32_RO_BASE
,
103
(BL32_END -
BL32_RO_BASE
),
104
BL32_RO_BASE
,
/device/linaro/bootloader/arm-trusted-firmware/plat/juno/tsp/
tsp_plat_setup.c
57
#define
BL32_RO_BASE
(unsigned long)(&__RO_START__)
99
configure_mmu_el1(
BL32_RO_BASE
,
100
(BL32_END -
BL32_RO_BASE
),
101
BL32_RO_BASE
,
Completed in 2629 milliseconds