| /rk3399_ARM-atf/lib/compiler-rt/builtins/ |
| H A D | udivmoddi4.c | 44 *rem = n.s.low % d.s.low; in __udivmoddi4() 45 return n.s.low / d.s.low; in __udivmoddi4() 51 *rem = n.s.low; in __udivmoddi4() 55 if (d.s.low == 0) { in __udivmoddi4() 61 *rem = n.s.high % d.s.low; in __udivmoddi4() 62 return n.s.high / d.s.low; in __udivmoddi4() 65 if (n.s.low == 0) { in __udivmoddi4() 71 r.s.low = 0; in __udivmoddi4() 81 r.s.low = n.s.low; in __udivmoddi4() 100 q.s.low = 0; in __udivmoddi4() [all …]
|
| H A D | int_types.h | 44 su_int low; member 48 su_int low; 57 su_int low; member 61 su_int low; 86 du_int low; member 90 du_int low; 99 du_int low; member 103 du_int low; 111 r.s.low = (du_int)l; in make_ti() 118 r.s.low = l; in make_tu() [all …]
|
| H A D | lshrdi3.c | 26 result.s.low = input.s.high >> (b - bits_in_word); in __lshrdi3() 31 result.s.low = (input.s.high << (bits_in_word - b)) | (input.s.low >> b); in __lshrdi3()
|
| H A D | ctzdi2.c | 32 const si_int f = -(x.s.low == 0); in __ctzdi2() 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/zlib/ |
| H A D | inftrees.c | 46 unsigned low; /* low bits for current root entry */ in inflate_table() local 199 low = (unsigned)(-1); /* trigger new sub-table when len > root */ in inflate_table() 253 if (len > root && (huff & mask) != low) { in inflate_table() 278 low = huff & mask; in inflate_table() 279 (*table)[low].op = (unsigned char)curr; in inflate_table() 280 (*table)[low].bits = (unsigned char)root; in inflate_table() 281 (*table)[low].val = (unsigned short)(next - *table); in inflate_table()
|
| H A D | inflate.c | 316 unsigned low, size; in makefixed() local 331 low = 0; in makefixed() 333 if ((low % 7) == 0) printf("\n "); in makefixed() 334 printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op, in makefixed() 335 state.lencode[low].bits, state.lencode[low].val); in makefixed() 336 if (++low == size) break; in makefixed() 342 low = 0; in makefixed() 344 if ((low % 6) == 0) printf("\n "); in makefixed() 345 printf("{%u,%u,%d}", state.distcode[low].op, state.distcode[low].bits, in makefixed() 346 state.distcode[low].val); in makefixed() [all …]
|
| /rk3399_ARM-atf/lib/pmf/ |
| H A D | pmf_main.c | 120 int low = 0; in get_service() local 133 mid = (low + high) / 2; in get_service() 140 low = mid + 1; in get_service() 141 } while ((svc_id != desc_svc_id) && (low <= high)); in get_service()
|
| /rk3399_ARM-atf/docs/perf/ |
| H A D | psci-performance-instr.rst | 73 The implementation provides residency statistics only for low power states, 97 * Entry to low power state 98 * Exit from low power state 111 captured after normal return from the PSCI SMC handler, or, if a low power state
|
| H A D | psci-performance-methodology.rst | 45 enters the low power state (WFI). Referring to the TF runtime instrumentation points, this 49 Time taken from the point the hardware exits the low power state to exiting
|
| H A D | psci-performance-juno.rst | 393 The ``PSCI_ENTRY`` and ``CFLUSH_OVERHEAD`` times for CPU 5 are low because lead
|
| /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 366 << 32) | (low))
|
| /rk3399_ARM-atf/docs/design_documents/ |
| H A D | psci_osi_mode.rst | 24 Entry into low-power states for a topology node above the core level requires 49 states, and may request for a topology node to enter a low-power state when 50 its last child enters the low-power state. 76 at a power level enters a low-power state. If the OS wants to perform last man 83 composite power state when the last core enters a low-power state. This 185 CPU_SUSPEND is for moving a topology node into a low-power state. 190 :param power_state: the requested low-power state to enter. 197 a low-power state is requested for a topology node above the core level, 198 and at least one of the node's children is in a local low-power state 202 low-power state is requested for a topology node above the core level, [all …]
|
| /rk3399_ARM-atf/include/drivers/nxp/crypto/caam/ |
| H A D | sec_hw_specific.h | 194 uint32_t low; member 196 uint32_t low;
|
| /rk3399_ARM-atf/docs/plat/ |
| H A D | imx8ulp.rst | 4 i.MX 8ULP is part of the ULP family with emphasis on extreme low-power techniques 12 Tensilica Fusion DSP for low-power audio and a HiFi4 DSP for advanced audio and machine
|
| H A D | nvidia-tegra.rst | 53 Denver also features new low latency power-state transitions, in addition
|
| H A D | rpi3.rst | 168 in a low power mode permanently.
|
| /rk3399_ARM-atf/drivers/scmi-msg/ |
| H A D | clock.h | 205 uint32_t low; member
|
| /rk3399_ARM-atf/docs/security_advisories/ |
| H A D | security-advisory-tfv-7.rst | 49 for platforms that are unaffected or where the risk is deemed low enough. 81 context, where the risk is deemed low enough. This approach enables mitigation
|
| /rk3399_ARM-atf/drivers/nxp/crypto/caam/src/ |
| H A D | jobdesc.c | 69 ptr_addr->low = PHYS_ADDR_LO(ptr); in desc_add_ptr()
|
| /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/docs/plat/nxp/ |
| H A D | nxp-layerscape.rst | 13 Layerscape family, combines FinFET process technology's low power and 60 applications with BOM optimizations for economic low layer PCB, lower cost 229 low +---------------------------------------------+
|
| /rk3399_ARM-atf/docs/threat_model/ |
| H A D | supply_chain_threat_model.rst | 50 provides low-level, target-specific compiler builtins from compiler-rt. 317 | | | If successful, the impact can range from low to high | 322 | | vulnerability by itself may have a low impact but can | 411 | | | The impact of an attack ranges from low to critical | 569 | | | If successful, the impact can range from low to high |
|
| /rk3399_ARM-atf/docs/threat_model/firmware_threat_model/ |
| H A D | threat_model.rst | 239 For example, a threat with high likelihood and low impact would have an 241 multiplied by two (2) for low impact. The aggregate risk score determines 534 | | low-level details of MMU configuration. It |
|
| /rk3399_ARM-atf/docs/ |
| H A D | porting-guide.rst | 2927 accounting before entering a low power state. The ``pwr_domain_state`` field of 2945 accounting after exiting from a low power state. The ``pwr_domain_state`` field 2962 This is an optional interface that is is invoked after resuming from a low power 2963 state and provides the time spent resident in that low power state by the power 2968 argument) describes the low power state that the power domain has resumed from. 2969 The current CPU is the first CPU in the power domain to resume from the low 3053 handler should put the CPU into a low power retention state (usually by 3201 low power states. The generic code expects the handler to succeed.
|