Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/lib/libc/
A Dstrtok.c40 strtok_r(char *s, const char *delim, char **last) in strtok_r() argument
45 if (s == NULL && (s = *last) == NULL) in strtok_r()
59 *last = NULL; in strtok_r()
77 *last = s; in strtok_r()
/tf-a-ffa_el3_spmc/include/lib/libc/
A Dstdarg.h15 #define va_start(ap, last) __builtin_va_start(ap, last) argument
A Dstring.h30 char *strtok_r(char *s, const char *delim, char **last);
/tf-a-ffa_el3_spmc/lib/extensions/ras/
A Dras_common.c105 unsigned int i, last; in assert_interrupts_sorted() local
111 last = start[0].intr_number; in assert_interrupts_sorted()
113 assert(start[i].intr_number > last); in assert_interrupts_sorted()
114 last = start[i].intr_number; in assert_interrupts_sorted()
/tf-a-ffa_el3_spmc/drivers/nxp/crypto/caam/src/
A Djobdesc.c45 uint32_t *last = desc + len; in desc_add_word() local
46 *last = word; in desc_add_word()
58 phys_addr_t *last = (phys_addr_t *) (desc + len); in desc_add_ptr() local
61 ptr_addr_t *ptr_addr = (ptr_addr_t *) last; in desc_add_ptr()
66 *last = ptr; in desc_add_ptr()
/tf-a-ffa_el3_spmc/lib/zlib/
A Dinffast.c56 z_const unsigned char FAR *last; /* have enough input while in < last */ local
83 last = in + (strm->avail_in - 5);
290 } while (in < last && out < end);
301 strm->avail_in = (unsigned)(in < last ? 5 + (last - in) : 5 - (in - last));
A Dinflate.c131 state->last = 0;
852 if (state->last) {
858 state->last = BITS(1);
1060 last = here;
1063 (BITS(last.bits + last.op) >> last.bits)];
1067 DROPBITS(last.bits);
1068 state->back += last.bits;
1110 last = here;
1113 (BITS(last.bits + last.op) >> last.bits)];
1117 DROPBITS(last.bits);
[all …]
A Dinflate.h85 int last; /* true if processing last block */ member
/tf-a-ffa_el3_spmc/drivers/synopsys/emmc/
A Ddw_mmc.c345 int desc_cnt, i, last; in dw_prepare() local
380 last = desc_cnt - 1; in dw_prepare()
381 (desc + last)->des0 |= IDMAC_DES0_LD; in dw_prepare()
382 (desc + last)->des0 &= ~(IDMAC_DES0_DIC | IDMAC_DES0_CH); in dw_prepare()
383 (desc + last)->des1 = IDMAC_DES1_BS1(size - (last * in dw_prepare()
386 (desc + last)->des3 = 0; in dw_prepare()
/tf-a-ffa_el3_spmc/lib/libfdt/
A Dfdt.c306 const char *last = strtab + tabsize - len; in fdt_find_string_() local
309 for (p = strtab; p <= last; p++) in fdt_find_string_()
/tf-a-ffa_el3_spmc/plat/brcm/board/stingray/src/
A Dbl2_setup.c51 #define GET_BITS(first, last, data) \ argument
52 ((data >> first) & ((1 << (last - first + 1)) - 1))
/tf-a-ffa_el3_spmc/docs/perf/
A Dpsci-performance-juno.rst110 last CPUs in their respective clusters to power down, therefore both the L1 and
210 The ``PSCI_EXIT`` times are generally lower than in the last test because the
/tf-a-ffa_el3_spmc/docs/about/
A Dfeatures.rst9 last release.
/tf-a-ffa_el3_spmc/docs/security_advisories/
A Dsecurity-advisory-tfv-1.rst67 * If last block is more than expected then
/tf-a-ffa_el3_spmc/docs/components/
A Dsecure-partition-manager-mm.rst505 to the partition by programming a return from the last
506 ``MM_SP_EVENT_COMPLETE_AARCH64`` call received from the partition. The last call
515 Signal completion of the last SP service request.
580 This function signals to the SPM that the handling of the last event delegated
/tf-a-ffa_el3_spmc/docs/plat/
A Drpi3.rst138 The last 16 MiB of DRAM can only be accessed by the VideoCore, that has
166 ``PSCI_SYSTEM_RESET`` and ``PSCI_SYSTEM_OFF``. The last one doesn't really turn
/tf-a-ffa_el3_spmc/docs/
A Dchange-log.rst2644 Issues resolved since last release
2935 Issues resolved since last release
3219 Issues resolved since last release
3494 Issues resolved since last release
3728 Issues resolved since last release
3866 Issues resolved since last release
4005 Issues resolved since last release
4186 Issues resolved since last release
4322 Issues resolved since last release
4458 Issues resolved since last release
[all …]
/tf-a-ffa_el3_spmc/docs/process/
A Dcontributing.rst104 (and nothing else) in the last commit of the series. Otherwise, include
A Dcoding-style.rst319 * In this style, the first and last lines use asterisks that run the full
/tf-a-ffa_el3_spmc/docs/design/
A Dinterrupt-framework-design.rst18 non-secure software (Non-secure interrupts) to the last executed exception
719 to the last known non-secure exception level.
741 should implement a mechanism for routing these interrupts to the last known
926 service to pass control back to the non-secure state in the last known exception
A Dcpu-specific-build-macros.rst469 - ``NEOVERSE_Nx_EXTERNAL_LLC``: This flag indicates that an external last
A Dfirmware-design.rst508 In the last 2 cases, no part of BL2 needs to remain resident at
/tf-a-ffa_el3_spmc/docs/plat/marvell/armada/
A Dbuild.rst204 The last line on package marking (next line after the 88F37x0 line) should contain:
/tf-a-ffa_el3_spmc/docs/getting_started/
A Dbuild-options.rst300 platform hook needs to be implemented. The value is passed as the last
A Dporting-guide.rst2195 power state and the ``last_cpu_idx`` (third parameter) is the index of the last

Completed in 49 milliseconds