Home
last modified time | relevance | path

Searched refs:b (Results 1 – 25 of 267) sorted by relevance

1234567891011

/trusted-firmware-a/docs/build/TF-A_2.5/_static/js/
A Dhtml5shiv-printshiv.min.js4b){function c(a,b){var c=a.createElement("p"),d=a.getElementsByTagName("head")[0]||a.documentEleme… argument
A Dhtml5shiv.min.js4b){function c(a,b){var c=a.createElement("p"),d=a.getElementsByTagName("head")[0]||a.documentEleme… argument
/trusted-firmware-a/services/std_svc/spm_mm/aarch64/
A Dspm_mm_shim_exceptions.S25 b .
29 b .
33 b .
37 b .
45 b .
49 b .
53 b .
57 b .
99 b .
103 b .
[all …]
/trusted-firmware-a/lib/aarch64/
A Dmisc_helpers.S276 b.ne 1b
285 b.hs 2f
289 b.lo 1b
304 b.hs 2f
311 b.lo 1b
327 b.hs 2f
331 b.lo 1b
341 b.ne 1b
366 b.ne 1b
543 b.lo 1b
[all …]
/trusted-firmware-a/bl2/aarch32/
A Dbl2_el3_exceptions.S14 b bl2_entrypoint
15 b report_exception /* Undef */
16 b report_exception /* SVC call */
17 b report_exception /* Prefetch abort */
18 b report_exception /* Data abort */
19 b report_exception /* Reserved */
20 b report_exception /* IRQ */
21 b report_exception /* FIQ */
A Dbl2_entrypoint.S16 b bl2_entrypoint
17 b report_exception /* Undef */
18 b report_exception /* SVC call */
19 b report_exception /* Prefetch abort */
20 b report_exception /* Data abort */
21 b report_exception /* Reserved */
22 b report_exception /* IRQ */
23 b report_exception /* FIQ */
/trusted-firmware-a/lib/cpus/aarch64/
A Dwa_cve_2017_5715_mmu.S72 b irq_sp_el0
76 b fiq_sp_el0
80 b serror_sp_el0
92 b irq_sp_elx
96 b fiq_sp_elx
100 b serror_sp_elx
114 b irq_aarch64
119 b fiq_aarch64
124 b serror_aarch64
138 b irq_aarch32
[all …]
A Dwa_cve_2017_5715_bpiall.S103 b sync_exception_sp_el0
120 b irq_sp_el0
124 b fiq_sp_el0
128 b serror_sp_el0
136 b sync_exception_sp_elx
140 b irq_sp_elx
144 b fiq_sp_elx
148 b serror_sp_elx
340 b irq_aarch64
344 b fiq_aarch64
[all …]
A Ddenver.S66 b irq_sp_el0
70 b fiq_sp_el0
86 b irq_sp_elx
90 b fiq_sp_elx
108 b irq_aarch64
113 b fiq_aarch64
132 b irq_aarch32
137 b fiq_aarch32
168 b.hi 1f
188 b.hi 2f
[all …]
A Dcortex_a76.S120 b irq_sp_el0
124 b fiq_sp_el0
128 b serror_sp_el0
140 b irq_sp_elx
144 b fiq_sp_elx
148 b serror_sp_elx
162 b irq_aarch64
167 b fiq_aarch64
172 b serror_aarch64
186 b irq_aarch32
[all …]
/trusted-firmware-a/include/drivers/arm/cryptocell/713/
A Dcc_pal_types.h51 #define CC_MIN(a,b) min( a , b ) argument
54 #define CC_MIN( a , b ) ( ( (a) < (b) ) ? (a) : (b) ) argument
59 #define CC_MAX(a,b) max( a , b ) argument
62 #define CC_MAX( a , b ) ( ( (a) > (b) ) ? (a) : (b) ) argument
/trusted-firmware-a/drivers/marvell/uart/
A Da3700_console.S70 b.ne 4f
77 b.ne 3b
82 b.ne 2b
95 b.ne 1b
157 b.ne 2f
162 b.eq 1b
170 b.eq 2b
190 b console_a3700_core_putc
208 b.ne getc_no_char
229 b console_a3700_core_getc
[all …]
/trusted-firmware-a/bl32/tsp/aarch64/
A Dtsp_exceptions.S83 b plat_panic_handler
87 b plat_panic_handler
91 b plat_panic_handler
95 b plat_panic_handler
105 b plat_panic_handler
117 b plat_panic_handler
127 b plat_panic_handler
131 b plat_panic_handler
135 b plat_panic_handler
139 b plat_panic_handler
[all …]
/trusted-firmware-a/lib/compiler-rt/builtins/
A Dlshrdi3.c22 __lshrdi3(di_int a, si_int b) in __lshrdi3() argument
28 if (b & bits_in_word) /* bits_in_word <= b < bits_in_dword */ in __lshrdi3()
31 result.s.low = input.s.high >> (b - bits_in_word); in __lshrdi3()
35 if (b == 0) in __lshrdi3()
37 result.s.high = input.s.high >> b; in __lshrdi3()
38 result.s.low = (input.s.high << (bits_in_word - b)) | (input.s.low >> b); in __lshrdi3()
44 AEABI_RTABI di_int __aeabi_llsr(di_int a, si_int b) COMPILER_RT_ALIAS(__lshrdi3);
A Ddivdi3.c20 __divdi3(di_int a, di_int b) in __divdi3() argument
24 di_int s_b = b >> bits_in_dword_m1; /* s_b = b < 0 ? -1 : 0 */ in __divdi3()
26 b = (b ^ s_b) - s_b; /* negate if s_b == -1 */ in __divdi3()
28 return (__udivmoddi4(a, b, (du_int*)0) ^ s_a) - s_a; /* negate if s_a == -1 */ in __divdi3()
/trusted-firmware-a/bl1/aarch32/
A Dbl1_entrypoint.S23 b bl1_entrypoint
24 b report_exception /* Undef */
25 b bl1_aarch32_smc_handler /* SMC call */
26 b report_exception /* Prefetch abort */
27 b report_exception /* Data abort */
28 b report_exception /* Reserved */
29 b report_exception /* IRQ */
30 b report_exception /* FIQ */
/trusted-firmware-a/bl2u/aarch32/
A Dbl2u_entrypoint.S16 b bl2u_entrypoint
17 b report_exception /* Undef */
18 b report_exception /* SVC call */
19 b report_exception /* Prefetch abort */
20 b report_exception /* Data abort */
21 b report_exception /* Reserved */
22 b report_exception /* IRQ */
23 b report_exception /* FIQ */
/trusted-firmware-a/plat/nxp/common/aarch64/
A Dls_helpers.S57 b console_putc
64 b console_flush
74 b plat_core_pos
84 b plat_core_mask
106 b.ge 1f
108 b.ge 1f
125 b plat_core_pos
145 b.ge 1f
147 b.ge 1f
168 b.eq 1f
[all …]
/trusted-firmware-a/plat/rockchip/rk3399/drivers/m0/include/
A Drk3399_mcu.h25 #define MIN(a, b) ((a) < (b) ? (a) : (b)) argument
26 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument
/trusted-firmware-a/bl32/sp_min/aarch32/
A Dentrypoint.S51 b sp_min_entrypoint
52 b plat_panic_handler /* Undef */
53 b sp_min_handle_smc /* Syscall */
57 b plat_panic_handler /* IRQ */
58 b sp_min_handle_fiq /* FIQ */
163 b sp_min_exit
232 b sp_min_exit
239 b sp_min_exit
247 b plat_panic_handler
272 b sp_min_exit
[all …]
/trusted-firmware-a/common/aarch64/
A Ddebug.S84 b.ne _assert_loop
105 b 1b
126 b.lo 2f
134 cbnz x5, 1b
144 b plat_crash_console_putc
173 b.eq el3_panic
175 b.ne to_panic_common
181 b.ne elx_panic
183 b el3_panic
220 b plat_panic_handler
/trusted-firmware-a/plat/nxp/soc-ls1028a/aarch64/
A Dls1028a.S244 b.ne 4b
329 b.ne 2b
363 b.ne 3b
423 b.ne 1b
437 b.ne 1b
480 b.ne 2b
530 b 1b
587 b.ne 4b
1265 b 2b
1338 b 2b
[all …]
/trusted-firmware-a/plat/qti/common/src/aarch64/
A Dqti_uart_console.S52 b.eq 1b
56 b.ne 3f
71 b.eq 2b
98 b.eq 1b
/trusted-firmware-a/plat/common/aarch64/
A Dplatform_helpers.S70 b plat_panic_handler
80 b enable_mmu_direct_el3
90 b enable_mmu_direct_el1
102 b report_unhandled_exception
113 b report_unhandled_exception
121 b report_unhandled_exception
/trusted-firmware-a/include/drivers/nxp/ddr/
A Dddr_io.h15 #define min(a, b) (((a) > (b)) ? (b) : (a)) argument
17 #define max(a, b) (((a) > (b)) ? (a) : (b)) argument

Completed in 25 milliseconds

1234567891011