Searched refs:cursor (Results 1 – 5 of 5) sorted by relevance
| /rk3399_ARM-atf/lib/aarch64/ |
| H A D | misc_helpers.S | 147 cursor .req x0 /* Start address and then current address */ 172 add stop_address, cursor, length 224 tst cursor, block_mask 232 orr tmp1, cursor, block_mask 253 tst cursor, #0xf 257 orr tmp2, cursor, #0xf 268 strb wzr, [cursor], #1 269 cmp cursor, tmp2 278 cmp cursor, tmp1 281 stp xzr, xzr, [cursor], #16 [all …]
|
| /rk3399_ARM-atf/lib/libc/ |
| H A D | strlen.c | 11 const char *cursor = s; in strlen() local 13 while (*cursor) in strlen() 14 cursor++; in strlen() 16 return cursor - s; in strlen()
|
| /rk3399_ARM-atf/lib/aarch32/ |
| H A D | misc_helpers.S | 50 cursor .req r0 /* Start address and then current address */ 64 add stop_address, cursor, length 75 tst cursor, #(8-1) 79 orr tmp, cursor, #(8-1) 89 strb zeroreg1, [cursor], #1 90 cmp cursor, tmp 99 cmp cursor, tmp 104 stmia cursor!, {zeroreg1, zeroreg2} 105 cmp cursor, tmp 111 cmp cursor, stop_address [all …]
|
| /rk3399_ARM-atf/plat/rpi/rpi3/ |
| H A D | rpi3_bl2_mboot.c | 126 uint8_t *cursor; in bl2_plat_mboot_finish() local 130 cursor = event_log_start + event_log_cur_size; in bl2_plat_mboot_finish() 132 transfer_list_event_log_finish(bl2_tl, (uintptr_t)cursor); in bl2_plat_mboot_finish()
|
| /rk3399_ARM-atf/lib/debugfs/ |
| H A D | dev.c | 98 const char *cursor; in next() local 105 cursor = path; in next() 107 while (*cursor != '/' && *cursor != '\0') { in next() 111 token[index++] = *cursor++; in next() 116 return cursor; in next()
|