Home
last modified time | relevance | path

Searched refs:xlat_arch_current_el (Results 1 – 17 of 17) sorted by relevance

/trusted-firmware-a/lib/xlat_tables_v2/aarch64/
A Dxlat_tables_arch.c151 assert(xlat_arch_current_el() >= 1U); in is_mmu_enabled_ctx()
154 assert(xlat_arch_current_el() >= 2U); in is_mmu_enabled_ctx()
158 assert(xlat_arch_current_el() >= 3U); in is_mmu_enabled_ctx()
203 assert(xlat_arch_current_el() >= 1U); in xlat_arch_tlbi_va()
206 assert(xlat_arch_current_el() >= 2U); in xlat_arch_tlbi_va()
210 assert(xlat_arch_current_el() >= 3U); in xlat_arch_tlbi_va()
238 unsigned int xlat_arch_current_el(void) in xlat_arch_current_el() function
/trusted-firmware-a/lib/xlat_mpu/aarch64/
A Dxlat_mpu_arch.c42 assert(xlat_arch_current_el() >= 1U); in is_mpu_enabled_ctx()
45 assert(xlat_arch_current_el() >= 2U); in is_mpu_enabled_ctx()
61 unsigned int xlat_arch_current_el(void) in xlat_arch_current_el() function
/trusted-firmware-a/lib/xlat_tables_v2/aarch32/
A Dxlat_tables_arch.c78 assert(xlat_arch_current_el() == 1U); in is_mmu_enabled_ctx()
82 assert(xlat_arch_current_el() == 2U); in is_mmu_enabled_ctx()
148 unsigned int xlat_arch_current_el(void) in xlat_arch_current_el() function
/trusted-firmware-a/lib/xlat_tables/
A Dxlat_tables_private.h28 unsigned int xlat_arch_current_el(void);
A Dxlat_tables_common.c403 unsigned int el = xlat_arch_current_el(); in init_xlation_table()
/trusted-firmware-a/lib/xlat_tables_v2/
A Dxlat_tables_private.h91 unsigned int xlat_arch_current_el(void);
A Dxlat_tables_context.c99 unsigned int current_el = xlat_arch_current_el(); in init_xlat_tables()
/trusted-firmware-a/lib/xlat_mpu/
A Dxlat_mpu_context.c44 unsigned int current_el = xlat_arch_current_el(); in init_xlat_tables()
A Dxlat_mpu_private.h90 unsigned int xlat_arch_current_el(void);
/trusted-firmware-a/lib/xlat_tables/aarch32/
A Dxlat_tables.c40 unsigned int xlat_arch_current_el(void) in xlat_arch_current_el() function
/trusted-firmware-a/lib/xlat_tables/aarch64/
A Dxlat_tables.c99 unsigned int xlat_arch_current_el(void) in xlat_arch_current_el() function
/trusted-firmware-a/build/qemu/release/bl1/
A Dbl1.dump437 0000000000001a24 g F .text 000000000000000c xlat_arch_current_el
2383 0000000000001a24 <xlat_arch_current_el>:
2445 1af8: 97ffffcb bl 1a24 <xlat_arch_current_el>
A Dbl1.map816 .text.xlat_arch_current_el
818 0x0000000000001a24 xlat_arch_current_el
/trusted-firmware-a/build/qemu/release/bl2/
A Dbl2.map830 .text.xlat_arch_current_el
832 0x000000000e01cd04 xlat_arch_current_el
A Dbl2.dump312 000000000e01cd04 g F .text 000000000000000c xlat_arch_current_el
2449 000000000e01cd04 <xlat_arch_current_el>:
2511 e01cdd8: 97ffffcb bl e01cd04 <xlat_arch_current_el>
/trusted-firmware-a/build/qemu/release/bl31/
A Dbl31.map1640 .text.xlat_arch_current_el
1642 0x000000000e0456e4 xlat_arch_current_el
A Dbl31.dump589 000000000e0456e4 g F .text 000000000000000c xlat_arch_current_el
3503 e0424d0: 94000c85 bl e0456e4 <xlat_arch_current_el>
6947 000000000e0456e4 <xlat_arch_current_el>:

Completed in 39 milliseconds