Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/lib/compiler-rt/builtins/
A Dudivmoddi4.c78 r.s.high = n.s.high % d.s.high; in __udivmoddi4()
82 return n.s.high / d.s.high; in __udivmoddi4()
93 r.s.high = n.s.high & (d.s.high - 1); in __udivmoddi4()
96 return n.s.high >> __builtin_ctz(d.s.high); in __udivmoddi4()
102 sr = __builtin_clz(d.s.high) - __builtin_clz(n.s.high); in __udivmoddi4()
116 r.s.high = n.s.high >> sr; in __udivmoddi4()
134 q.s.high = n.s.high >> sr; in __udivmoddi4()
158 r.s.high = n.s.high >> sr; in __udivmoddi4()
164 q.s.high = (n.s.high << (n_udword_bits - sr)) | in __udivmoddi4()
176 sr = __builtin_clz(d.s.high) - __builtin_clz(n.s.high); in __udivmoddi4()
[all …]
A Dint_types.h40 si_int high; member
42 si_int high;
55 su_int high; member
57 su_int high;
80 di_int high; member
82 di_int high;
95 du_int high; member
105 r.s.high = h; in make_ti()
112 r.s.high = h; in make_tu()
135 udwords high; member
[all …]
A Dlshrdi3.c30 result.s.high = 0; in __lshrdi3()
31 result.s.low = input.s.high >> (b - bits_in_word); 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()
A Dctzdi2.c27 return __builtin_ctz((x.s.high & f) | (x.s.low & ~f)) + in __ctzdi2()
/tf-a-ffa_el3_spmc/lib/pmf/
A Dpmf_main.c122 int high = pmf_num_services; in get_service() local
133 mid = (low + high) / 2; in get_service()
138 high = mid - 1; in get_service()
141 } while ((svc_id != desc_svc_id) && (low <= high)); in get_service()
/tf-a-ffa_el3_spmc/drivers/scmi-msg/
A Dclock.h136 uint32_t high; member
/tf-a-ffa_el3_spmc/include/drivers/nxp/crypto/caam/
A Dsec_hw_specific.h194 uint32_t high; member
198 uint32_t high;
/tf-a-ffa_el3_spmc/docs/plat/
A Dimx8m.rst5 cores provide high-performance computing, power efficiency, enhanced system
A Dls1043a.rst20 * 16 Mbyte high-speed SPI flash
A Dnvidia-tegra.rst11 a dedicated 2 MiB Level-2 unified cache. A high speed coherency fabric connects
29 high speed coherency fabric connects these two processor complexes and allows
A Drz-g2.rst4 The "RZ/G" Family of high-end 64-bit Arm®-based microprocessors (MPUs)
7 easily implement high-resolution human machine interfaces (HMI), embedded
A Dpoplar.rst8 Arm Cortex A53 processor and high performance Mali T720 GPU, making it capable
A Dwarp7.rst210 https://boundarydevices.com/high-assurance-boot-hab-dummies/
/tf-a-ffa_el3_spmc/drivers/nxp/crypto/caam/src/
A Djobdesc.c63 ptr_addr->m_halves.high = PHYS_ADDR_HI(ptr); in desc_add_ptr()
/tf-a-ffa_el3_spmc/fdts/
A Da5ds.dts154 smsc,irq-active-high;
/tf-a-ffa_el3_spmc/plat/allwinner/common/
A Darisc_off.S69 l.ff1 r6, r3 # get core number from high mask
/tf-a-ffa_el3_spmc/docs/design/
A Dreset-design.rst4 This document describes the high-level design of the framework to handle CPU
16 The TF-A reset code is implemented in BL1 by default. The following high-level
A Dauth-framework.rst133 For every image in a Chain of Trust, the following high level operations are
/tf-a-ffa_el3_spmc/docs/
A Dindex.rst56 The **About** chapter gives a high-level overview of |TF-A| features as well as
/tf-a-ffa_el3_spmc/docs/security_advisories/
A Dsecurity-advisory-tfv-4.rst105 arguments through the SMC interface and injects high values whose sum overflows,
A Dsecurity-advisory-tfv-6.rst102 Due to the high severity and wide applicability of this issue, the above
/tf-a-ffa_el3_spmc/docs/threat_model/
A Dthreat_model.rst32 Figure 1 shows a high-level data flow diagram for TF-A. The diagram
201 For example, a threat with high likelihood and low impact would have an
202 aggregate risk score of eight (8); that is, four (4) for high likelihood
A Dthreat_model_spm.rst51 Figure 1 shows a high-level data flow diagram for the SPM split into an SPMD
/tf-a-ffa_el3_spmc/drivers/renesas/common/ddr/ddr_b/
A Dboot_init_dram.c236 static void pll3_control(uint32_t high);
358 static void pll3_control(uint32_t high) in pll3_control() argument
362 if (high) { in pll3_control()
/tf-a-ffa_el3_spmc/docs/getting_started/
A Dporting-guide.rst54 only for re-mapping peripheral physical addresses and allows platforms with high

Completed in 53 milliseconds