| /rk3399_ARM-atf/lib/compiler-rt/builtins/ |
| H A D | udivmoddi4.c | 38 if (n.s.high == 0) { in __udivmoddi4() 39 if (d.s.high == 0) { in __udivmoddi4() 56 if (d.s.high == 0) { in __udivmoddi4() 61 *rem = n.s.high % d.s.low; in __udivmoddi4() 62 return n.s.high / d.s.low; in __udivmoddi4() 70 r.s.high = n.s.high % d.s.high; in __udivmoddi4() 74 return n.s.high / d.s.high; in __udivmoddi4() 79 if ((d.s.high & (d.s.high - 1)) == 0) /* if d is a power of 2 */ { in __udivmoddi4() 82 r.s.high = n.s.high & (d.s.high - 1); in __udivmoddi4() 85 return n.s.high >> ctzsi(d.s.high); in __udivmoddi4() [all …]
|
| H A D | lshrdi3.c | 25 result.s.high = 0; in __lshrdi3() 26 result.s.low = input.s.high >> (b - bits_in_word); in __lshrdi3() 30 result.s.high = input.s.high >> b; in __lshrdi3() 31 result.s.low = (input.s.high << (bits_in_word - b)) | (input.s.low >> b); in __lshrdi3()
|
| H A D | int_types.h | 45 si_int high; member 47 si_int high; 58 su_int high; member 60 su_int high; 87 di_int high; member 89 di_int high; 100 du_int high; member 102 du_int high; 110 r.s.high = (du_int)h; in make_ti() 117 r.s.high = h; in make_tu() [all …]
|
| H A D | ctzdi2.c | 33 return ctzsi((x.s.high & f) | (x.s.low & ~f)) + in __ctzdi2()
|
| /rk3399_ARM-atf/include/lib/ |
| H A D | utils_def.h | 42 #define GENMASK_32(high, low) \ argument 43 (((0xFFFFFFFF) << (low)) & (0xFFFFFFFF >> (32 - 1 - (high)))) 45 #define GENMASK_64(high, low) \ argument 46 ((~0 << (low)) & (~0 >> (64 - 1 - (high)))) 48 #define GENMASK_32(high, low) \ argument 49 ((~UINT32_C(0) >> (32U - 1U - (high))) ^ ((BIT_32(low) - 1U))) 51 #define GENMASK_64(high, low) \ argument 52 ((~UINT64_C(0) >> (64U - 1U - (high))) ^ ((BIT_64(low) - 1U)))
|
| /rk3399_ARM-atf/lib/pmf/ |
| H A D | pmf_main.c | 122 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()
|
| /rk3399_ARM-atf/docs/process/ |
| H A D | maintenance.rst | 19 - Having contributed a substantial number of non-trivial and high-quality 23 generic layer, with high-quality constructive feedback.
|
| /rk3399_ARM-atf/plat/intel/soc/common/include/ |
| H A D | socfpga_sip_svc.h | 365 #define GET_ADDR64(high, low) (((uint64_t)(high) \ argument
|
| /rk3399_ARM-atf/docs/plat/nxp/ |
| H A D | nxp-layerscape.rst | 78 * 16 Mbyte high-speed SPI flash 103 Arm Cortex-A72 cores with ECC-protected L1 and L2 cache memories for high 110 The LS1046A reference design board (RDB) is a high-performance computing, 114 of high-speed SerDes ports. 120 The LS1046A Freeway board (FRWY) is a high-performance computing, evaluation, 134 Arm Cortex-A53 cores with the advanced, high-performance data path and network 137 high-performance industrial applications. 217 high +---------------------------------------------+
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | mpmm.rst | 6 Cortex-A510 cores. This mechanism detects and limits high-activity events to
|
| /rk3399_ARM-atf/include/drivers/nxp/crypto/caam/ |
| H A D | sec_hw_specific.h | 193 uint32_t high; member 197 uint32_t high;
|
| /rk3399_ARM-atf/drivers/scmi-msg/ |
| H A D | clock.h | 206 uint32_t high; member
|
| /rk3399_ARM-atf/docs/plat/ |
| H A D | s32g274a.rst | 5 security, high-performance real-time and application processing and network 14 applications, high-performance processing, safety and security applications.
|
| H A D | rz-g2.rst | 4 The "RZ/G" Family of high-end 64-bit Arm®-based microprocessors (MPUs) 7 easily implement high-resolution human machine interfaces (HMI), embedded
|
| H A D | nvidia-tegra.rst | 11 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
|
| H A D | imx8m.rst | 5 cores provide high-performance computing, power efficiency, enhanced system
|
| H A D | poplar.rst | 8 Arm Cortex A53 processor and high performance Mali T720 GPU, making it capable
|
| H A D | warp7.rst | 210 https://boundarydevices.com/high-assurance-boot-hab-dummies/
|
| /rk3399_ARM-atf/drivers/nxp/crypto/caam/src/ |
| H A D | jobdesc.c | 68 ptr_addr->high = PHYS_ADDR_HI(ptr); in desc_add_ptr()
|
| /rk3399_ARM-atf/fdts/ |
| H A D | a5ds.dts | 154 smsc,irq-active-high;
|
| /rk3399_ARM-atf/services/spd/opteed/ |
| H A D | opteed_main.c | 74 uint64_t dual32to64(uint32_t high, uint32_t low) in dual32to64() argument 76 return ((uint64_t)high << 32) | low; in dual32to64()
|
| /rk3399_ARM-atf/plat/allwinner/common/ |
| H A D | arisc_off.S | 69 l.ff1 r6, r3 # get core number from high mask
|
| /rk3399_ARM-atf/docs/ |
| H A D | index.rst | 59 The **About** chapter gives a high-level overview of |TF-A| features as well as
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | reset-design.rst | 4 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
|
| /rk3399_ARM-atf/docs/security_advisories/ |
| H A D | security-advisory-tfv-4.rst | 105 arguments through the SMC interface and injects high values whose sum overflows,
|