Home
last modified time | relevance | path

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

/trusted-firmware-a/lib/xlat_tables_v2/aarch64/
A Denable_mmu.S25 .if \el == 1
27 .elseif \el == 2
29 .elseif \el == 3
38 func enable_mmu_direct_\()el\el
40 _mrs x1, sctlr, \el
53 _msr mair, \el, x1
57 _msr tcr, \el, x2
61 _msr ttbr0, \el, x3
72 _mrs x4, sctlr, \el
81 _msr sctlr, \el, x4
[all …]
A Dxlat_tables_arch.c165 unsigned int el = get_current_el_maybe_constant(); in is_dcache_enabled() local
167 if (el == 1U) { in is_dcache_enabled()
169 } else if (el == 2U) { in is_dcache_enabled()
240 unsigned int el = (unsigned int)GET_EL(read_CurrentEl()); in xlat_arch_current_el() local
242 assert(el > 0U); in xlat_arch_current_el()
244 return el; in xlat_arch_current_el()
/trusted-firmware-a/common/backtrace/
A Dbacktrace.c40 const char *get_el_str(unsigned int el) in get_el_str() argument
42 if (el == 3U) { in get_el_str()
44 } else if (el == 2U) { in get_el_str()
58 unsigned int el = get_current_el(); in is_address_readable() local
68 if (el == 3U) { in is_address_readable()
70 } else if (el == 2U) { in is_address_readable()
87 unsigned int el = get_current_el(); in is_address_readable() local
89 if (el == 3U) { in is_address_readable()
91 } else if (el == 2U) { in is_address_readable()
/trusted-firmware-a/lib/xlat_mpu/aarch64/
A Dxlat_mpu_arch.c52 unsigned int el = get_current_el(); in is_dcache_enabled() local
54 if (el == 1U) { in is_dcache_enabled()
63 unsigned int el = (unsigned int)GET_EL(read_CurrentEl()); in xlat_arch_current_el() local
65 assert(el > 0U); in xlat_arch_current_el()
67 return el; in xlat_arch_current_el()
/trusted-firmware-a/plat/arm/common/aarch64/
A Dexecution_state_switch.c42 unsigned int el, endianness; in arm_execution_state_switch() local
128 el = from_el2 ? MODE32_hyp : MODE32_svc; in arm_execution_state_switch()
129 spsr = SPSR_MODE32((u_register_t) el, in arm_execution_state_switch()
138 el = from_el2 ? MODE_EL2 : MODE_EL1; in arm_execution_state_switch()
139 spsr = SPSR_64((u_register_t) el, MODE_SP_ELX, in arm_execution_state_switch()
/trusted-firmware-a/lib/xlat_tables/aarch64/
A Dxlat_tables.c101 unsigned int el = (unsigned int)GET_EL(read_CurrentEl()); in xlat_arch_current_el() local
103 assert(el > 0U); in xlat_arch_current_el()
105 return el; in xlat_arch_current_el()
108 uint64_t xlat_arch_get_xn_desc(unsigned int el) in xlat_arch_get_xn_desc() argument
110 if (el == 3U) { in xlat_arch_get_xn_desc()
113 assert(el == 1U); in xlat_arch_get_xn_desc()
/trusted-firmware-a/plat/marvell/armada/a3k/common/
A Da3700_ea.c20 static const char *get_el_str(unsigned int el) in get_el_str() argument
22 if (el == MODE_EL3) { in get_el_str()
24 } else if (el == MODE_EL2) { in get_el_str()
/trusted-firmware-a/plat/common/aarch64/
A Dplat_common.c72 static const char *get_el_str(unsigned int el) in get_el_str() argument
74 if (el == MODE_EL3) { in get_el_str()
76 } else if (el == MODE_EL2) { in get_el_str()
/trusted-firmware-a/lib/xlat_tables/
A Dxlat_tables_common.c403 unsigned int el = xlat_arch_current_el(); in init_xlation_table() local
405 execute_never_mask = xlat_arch_get_xn_desc(el); in init_xlation_table()
407 if (el == 3U) { in init_xlation_table()
410 assert(el == 1U); in init_xlation_table()
A Dxlat_tables_private.h35 uint64_t xlat_arch_get_xn_desc(unsigned int el);
/trusted-firmware-a/docs/build/TF-A_2.5/_static/
A Djquery-3.5.1.js936 return !!fn( el );
942 if ( el.parentNode ) {
943 el.parentNode.removeChild( el );
947 el = null;
1180 el.className = "i";
1319 assert( function( el ) { argument
1384 assert( function( el ) { argument
1426 assert( function( el ) { argument
4721 elem = el || elem;
5558 el.click && nodeName( el, "input" ) ) {
[all …]
/trusted-firmware-a/include/common/
A Ddebug.h96 const char *get_el_str(unsigned int el);
/trusted-firmware-a/lib/xlat_tables/aarch32/
A Dxlat_tables.c49 uint64_t xlat_arch_get_xn_desc(unsigned int el __unused) in xlat_arch_get_xn_desc()
/trusted-firmware-a/include/arch/aarch64/
A Darch_helpers.h588 static inline uint64_t el_implemented(unsigned int el) in el_implemented() argument
590 if (el > 3U) { in el_implemented()
593 unsigned int shift = ID_AA64PFR0_EL1_SHIFT * el; in el_implemented()
A Darch.h772 #define SPSR_64(el, sp, daif) \ argument
774 (((el) & MODE_EL_MASK) << MODE_EL_SHIFT) | \
/trusted-firmware-a/docs/build/TF-A_2.5/
A Dsearchindex.js1el:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,28,29,30,31,32,33,34,35…
/trusted-firmware-a/docs/build/latex/
A Dtrustedfirmware-a.tex17741 \end{footnote}. See also {\hyperref[\detokenize{components/sdei:determining-client-el}]{\sphinxcros…
17988 \label{\detokenize{components/sdei:determining-client-el}}
24336 \PYGZhy{}C cluster0.max\PYGZus{}32bit\PYGZus{}el\PYG{o}{=}\PYGZhy{}1 \PYG{l+s+se}{\PYGZbs{}}
24351 \PYGZhy{}C cluster1.max\PYGZus{}32bit\PYGZus{}el\PYG{o}{=}\PYGZhy{}1 \PYG{l+s+se}{\PYGZbs{}}
44888 …}{sctlr} \PYG{o}{=} \PYG{n}{read\PYGZus{}sctlr\PYGZus{}el}\PYG{c+c1}{\PYGZsh{}\PYGZsh{}\PYGZus{}el

Completed in 143 milliseconds