Home
last modified time | relevance | path

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

12

/rk3399_ARM-atf/lib/compiler-rt/builtins/
H A Dudivmoddi4.c38 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 Dlshrdi3.c25 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 Dint_types.h45 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 Dctzdi2.c33 return ctzsi((x.s.high & f) | (x.s.low & ~f)) + in __ctzdi2()
/rk3399_ARM-atf/include/lib/
H A Dutils_def.h42 #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 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()
/rk3399_ARM-atf/docs/process/
H A Dmaintenance.rst19 - 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 Dsocfpga_sip_svc.h365 #define GET_ADDR64(high, low) (((uint64_t)(high) \ argument
/rk3399_ARM-atf/docs/plat/nxp/
H A Dnxp-layerscape.rst78 * 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 Dmpmm.rst6 Cortex-A510 cores. This mechanism detects and limits high-activity events to
/rk3399_ARM-atf/include/drivers/nxp/crypto/caam/
H A Dsec_hw_specific.h193 uint32_t high; member
197 uint32_t high;
/rk3399_ARM-atf/drivers/scmi-msg/
H A Dclock.h206 uint32_t high; member
/rk3399_ARM-atf/docs/plat/
H A Ds32g274a.rst5 security, high-performance real-time and application processing and network
14 applications, high-performance processing, safety and security applications.
H 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
H 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
H A Dimx8m.rst5 cores provide high-performance computing, power efficiency, enhanced system
H A Dpoplar.rst8 Arm Cortex A53 processor and high performance Mali T720 GPU, making it capable
H A Dwarp7.rst210 https://boundarydevices.com/high-assurance-boot-hab-dummies/
/rk3399_ARM-atf/drivers/nxp/crypto/caam/src/
H A Djobdesc.c68 ptr_addr->high = PHYS_ADDR_HI(ptr); in desc_add_ptr()
/rk3399_ARM-atf/fdts/
H A Da5ds.dts154 smsc,irq-active-high;
/rk3399_ARM-atf/services/spd/opteed/
H A Dopteed_main.c74 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 Darisc_off.S69 l.ff1 r6, r3 # get core number from high mask
/rk3399_ARM-atf/docs/
H A Dindex.rst59 The **About** chapter gives a high-level overview of |TF-A| features as well as
/rk3399_ARM-atf/docs/design/
H 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
/rk3399_ARM-atf/docs/security_advisories/
H A Dsecurity-advisory-tfv-4.rst105 arguments through the SMC interface and injects high values whose sum overflows,

12