/trusted-firmware-a-latest/lib/compiler-rt/builtins/ |
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 …]
|
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 = l; in make_ti() 118 r.s.low = l; in make_tu() [all …]
|
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()
|
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()
|
/trusted-firmware-a-latest/lib/zlib/ |
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()
|
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 …]
|
/trusted-firmware-a-latest/lib/pmf/ |
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()
|
/trusted-firmware-a-latest/docs/perf/ |
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
|
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
|
D | psci-performance-juno.rst | 420 The ``PSCI_ENTRY`` and ``CFLUSH_OVERHEAD`` times for CPU 5 are low because lead
|
/trusted-firmware-a-latest/drivers/scmi-msg/ |
D | clock.h | 135 uint32_t low; member
|
/trusted-firmware-a-latest/docs/design_documents/ |
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 …]
|
/trusted-firmware-a-latest/include/drivers/nxp/crypto/caam/ |
D | sec_hw_specific.h | 193 uint32_t low; member 195 uint32_t low;
|
/trusted-firmware-a-latest/services/spd/opteed/ |
D | opteed_main.c | 66 uint64_t dual32to64(uint32_t high, uint32_t low) in dual32to64() argument 68 return ((uint64_t)high << 32) | low; in dual32to64()
|
/trusted-firmware-a-latest/docs/security_advisories/ |
D | security-advisory-tfv-7.rst | 47 for platforms that are unaffected or where the risk is deemed low enough. 79 context, where the risk is deemed low enough. This approach enables mitigation
|
/trusted-firmware-a-latest/drivers/nxp/crypto/caam/src/ |
D | jobdesc.c | 69 ptr_addr->low = PHYS_ADDR_LO(ptr); in desc_add_ptr()
|
/trusted-firmware-a-latest/docs/plat/nxp/ |
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 +---------------------------------------------+
|
/trusted-firmware-a-latest/docs/plat/ |
D | nvidia-tegra.rst | 53 Denver also features new low latency power-state transitions, in addition
|
D | rpi3.rst | 168 in a low power mode permanently.
|
/trusted-firmware-a-latest/docs/threat_model/ |
D | threat_model.rst | 236 For example, a threat with high likelihood and low impact would have an 238 multiplied by two (2) for low impact. The aggregate risk score determines 531 | | low-level details of MMU configuration. It |
|
/trusted-firmware-a-latest/docs/ |
D | porting-guide.rst | 2535 accounting before entering a low power state. The ``pwr_domain_state`` field of 2553 accounting after exiting from a low power state. The ``pwr_domain_state`` field 2570 This is an optional interface that is is invoked after resuming from a low power 2571 state and provides the time spent resident in that low power state by the power 2576 argument) describes the low power state that the power domain has resumed from. 2577 The current CPU is the first CPU in the power domain to resume from the low 2661 handler should put the CPU into a low power retention state (usually by 2804 low power states. The generic code expects the handler to succeed.
|
D | change-log.md | 3384 …- add helper to enable high speed mode in low voltage ([dea02f4](https://review.trustedfirmware.or… 3431 …- allow build config of low power mode support ([a9f46fa](https://review.trustedfirmware.org/plugi… 4900 …- reboot/shutdown with low to high gpio ([bd2ad12](https://review.trustedfirmware.org/plugins/giti… 6491 - mediatek: mt8183: Protect 4GB~8GB dram memory, refine GIC driver for low 8383 low power mode with memory retention. 8426 - While this version has low on-chip RAM requirements, there are further RAM
|