Home
last modified time | relevance | path

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

123456789

/tf-a-ffa_el3_spmc/services/std_svc/spm/common/aarch64/
A Dspm_shim_exceptions.S25 b .
29 b .
33 b .
37 b .
45 b .
49 b .
53 b .
57 b .
99 b .
103 b .
[all …]
/tf-a-ffa_el3_spmc/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 */
/tf-a-ffa_el3_spmc/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
/tf-a-ffa_el3_spmc/lib/aarch64/
A Dmisc_helpers.S274 b.ne 1b
283 b.hs 2f
287 b.lo 1b
302 b.hs 2f
309 b.lo 1b
325 b.hs 2f
329 b.lo 1b
339 b.ne 1b
364 b.ne 1b
541 b.lo 1b
[all …]
/tf-a-ffa_el3_spmc/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 …]
/tf-a-ffa_el3_spmc/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()
/tf-a-ffa_el3_spmc/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 */
/tf-a-ffa_el3_spmc/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 …]
A Dtsp_entrypoint.S191 b loop
202 b tsp_entrypoint_panic
213 b tsp_yield_smc_entry
214 b tsp_fast_smc_entry
215 b tsp_cpu_on_entry
216 b tsp_cpu_off_entry
217 b tsp_cpu_resume_entry
218 b tsp_cpu_suspend_entry
219 b tsp_sel1_intr_entry
220 b tsp_system_off_entry
[all …]
/tf-a-ffa_el3_spmc/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 …]
/tf-a-ffa_el3_spmc/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 */
/tf-a-ffa_el3_spmc/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
/tf-a-ffa_el3_spmc/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 …]
/tf-a-ffa_el3_spmc/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
/tf-a-ffa_el3_spmc/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
/tf-a-ffa_el3_spmc/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
/tf-a-ffa_el3_spmc/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
/tf-a-ffa_el3_spmc/plat/socionext/uniphier/
A Duniphier_smp.S17 b 1f
21 b.ne 0b
28 b uniphier_warmboot_entrypoint
/tf-a-ffa_el3_spmc/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 …]
/tf-a-ffa_el3_spmc/plat/ti/k3/common/
A Dk3_helpers.S50 b plat_unsupported_boot
79 b.eq out
83 b.eq out
87 b.eq out
127 b console_16550_core_init
140 b console_16550_core_putc
154 b console_16550_core_flush
/tf-a-ffa_el3_spmc/plat/nxp/common/sip_svc/aarch64/
A Dsipsvc.S48 b.ne 2f
53 b.ne 2f
87 b 1f
128 b.eq 1f
142 b.eq 1f
144 b.ne 1f
147 b 1f

Completed in 38 milliseconds

123456789