| /rk3399_ARM-atf/lib/libc/ |
| H A D | strtok.c | 40 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()
|
| /rk3399_ARM-atf/include/lib/libc/ |
| H A D | stdarg.h | 15 #define va_start(ap, last) __builtin_va_start(ap, last) argument
|
| H A D | string.h | 39 char *strtok_r(char *s, const char *delim, char **last);
|
| /rk3399_ARM-atf/lib/extensions/ras/ |
| H A D | ras_common.c | 105 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()
|
| /rk3399_ARM-atf/drivers/nxp/crypto/caam/src/ |
| H A D | jobdesc.c | 47 uint32_t *last = desc + len; in desc_add_word() local 48 *last = word; in desc_add_word() 63 phys_addr_t *last = (phys_addr_t *) (desc + len); in desc_add_ptr() local 66 ptr_addr_t *ptr_addr = (ptr_addr_t *) last; in desc_add_ptr() 71 *last = ptr; in desc_add_ptr()
|
| /rk3399_ARM-atf/lib/zlib/ |
| H A D | inffast.c | 53 z_const unsigned char FAR *last; /* have enough input while in < last */ in inflate_fast() local 80 last = in + (strm->avail_in - 5); in inflate_fast() 287 } while (in < last && out < end); in inflate_fast() 298 strm->avail_in = (unsigned)(in < last ? 5 + (last - in) : 5 - (in - last)); in inflate_fast()
|
| H A D | inflate.c | 116 state->last = 0; in inflateResetKeep() 601 code last; /* parent table entry */ in inflate() local 828 if (state->last) { in inflate() 834 state->last = BITS(1); in inflate() 839 state->last ? " (last)" : "")); in inflate() 845 state->last ? " (last)" : "")); in inflate() 854 state->last ? " (last)" : "")); in inflate() 1042 last = here; in inflate() 1044 here = state->lencode[last.val + in inflate() 1045 (BITS(last.bits + last.op) >> last.bits)]; in inflate() [all …]
|
| H A D | crc32.c | 581 z_size_t last, last2, i; in crc32_z() local 628 last = num / 3; in crc32_z() 629 if (last >= Z_BATCH_MIN) { in crc32_z() 630 last2 = last << 1; in crc32_z() 633 for (i = 0; i < last; i++) { in crc32_z() 635 val1 = word[i + last]; in crc32_z() 641 word += 3 * last; in crc32_z() 642 num -= 3 * last; in crc32_z() 643 val = x2nmodp(last, 6); in crc32_z()
|
| H A D | inflate.h | 85 int last; /* true if processing last block */ member
|
| /rk3399_ARM-atf/drivers/synopsys/emmc/ |
| H A D | dw_mmc.c | 345 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()
|
| /rk3399_ARM-atf/plat/qemu/common/ |
| H A D | qemu_common.c | 280 int i, last; in plat_rmmd_load_manifest() local 369 last = num_banks - 1; in plat_rmmd_load_manifest() 371 plat_get_memory_node(i, &bank_ptr[last]); in plat_rmmd_load_manifest() 372 last--; in plat_rmmd_load_manifest()
|
| /rk3399_ARM-atf/lib/gpt_rme/ |
| H A D | gpt_rme.c | 784 uintptr_t last, unsigned int gpi) in fill_l1_gran_desc() argument 796 for (i = GPT_L1_INDEX(first); i <= GPT_L1_INDEX(last); i++) { in fill_l1_gran_desc() 799 if (i == GPT_L1_INDEX(last)) { in fill_l1_gran_desc() 801 GPT_L1_GPI_IDX(gpt_config.p, last)) << 2)); in fill_l1_gran_desc() 813 return last + GPT_PGS_ACTUAL_SIZE(gpt_config.p); in fill_l1_gran_desc() 829 static void fill_l1_tbl(uint64_t *l1, uintptr_t first, uintptr_t last, in fill_l1_tbl() argument 833 assert(first <= last); in fill_l1_tbl() 835 assert((last & (GPT_PGS_ACTUAL_SIZE(gpt_config.p) - 1UL)) == 0UL); in fill_l1_tbl() 836 assert(GPT_L0_IDX(first) == GPT_L0_IDX(last)); in fill_l1_tbl() 839 while (first <= last) { in fill_l1_tbl() [all …]
|
| /rk3399_ARM-atf/docs/design_documents/ |
| H A D | psci_osi_mode.rst | 50 its last child enters the low-power state. 75 In platform-coordinated mode, the OS doesn't have visibility when the last core 76 at a power level enters a low-power state. If the OS wants to perform last man 82 In OS-initiated mode, the OS can perform last man activity if it selects a 83 composite power state when the last core enters a low-power state. This 102 TF-A with custom driver logic to perform last man activity. 107 perform last man activity. 171 * None of the cores has called CPU_SUSPEND since the last change of mode or 238 power level at which the calling core is the last to enter a powerdown 259 level for which it sees the calling core as the last running core (last man). [all …]
|
| /rk3399_ARM-atf/lib/libfdt/ |
| H A D | fdt.c | 318 const char *last = strtab + tabsize - len; in fdt_find_string_() local 321 for (p = strtab; p <= last; p++) in fdt_find_string_()
|
| /rk3399_ARM-atf/plat/brcm/board/stingray/src/ |
| H A D | bl2_setup.c | 51 #define GET_BITS(first, last, data) \ argument 52 ((data >> first) & ((1 << (last - first + 1)) - 1))
|
| /rk3399_ARM-atf/docs/perf/ |
| H A D | psci-performance-juno.rst | 323 last CPUs in their respective clusters to power down, therefore both the L1 and 423 The ``PSCI_EXIT`` times are generally lower than in the last test because the
|
| /rk3399_ARM-atf/docs/security_advisories/ |
| H A D | security-advisory-tfv-1.rst | 67 * If last block is more than expected then
|
| /rk3399_ARM-atf/docs/about/ |
| H A D | features.rst | 9 last release.
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | secure-partition-manager-mm.rst | 498 to the partition by programming a return from the last 499 ``MM_SP_EVENT_COMPLETE_AARCH64`` call received from the partition. The last call 508 Signal completion of the last SP service request. 573 This function signals to the SPM that the handling of the last event delegated
|
| H A D | firmware-update.rst | 113 It can be used as a last resort when all firmware updates that are carried out
|
| /rk3399_ARM-atf/docs/tools/ |
| H A D | memory-layout-tool.rst | 381 more helpful diffs. Taking the last example, and adding the ``-e`` argument
|
| /rk3399_ARM-atf/docs/plat/ |
| H A D | rpi3.rst | 138 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
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | interrupt-framework-design.rst | 18 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
|
| /rk3399_ARM-atf/docs/process/ |
| H A D | coding-style.rst | 322 * In this style, the first and last lines use asterisks that run the full
|
| /rk3399_ARM-atf/docs/plat/marvell/armada/ |
| H A D | build.rst | 239 The last line on package marking (next line after the 88F37x0 line) should contain:
|