Searched refs:new_table (Results 1 – 3 of 3) sorted by relevance
| /openbmc/u-boot/arch/arm/cpu/armv8/ |
| H A D | cache_v8.c | 144 u64 *new_table = (u64*)gd->arch.tlb_fillptr; in create_table() local 157 memset(new_table, 0, pt_len); in create_table() 159 return new_table; in create_table() 173 u64 *new_table; in split_block() local 183 new_table = create_table(); in split_block() 184 debug("Splitting pte %p (%llx) into %p\n", pte, old_pte, new_table); in split_block() 187 new_table[i] = old_pte | (i << levelshift); in split_block() 191 new_table[i] |= PTE_TYPE_TABLE; in split_block() 193 debug("Setting new_table[%lld] = %llx\n", i, new_table[i]); in split_block() 197 set_pte_table(pte, new_table); in split_block() [all …]
|
| /openbmc/qemu/block/ |
| H A D | qed-table.c | 72 QEDTable *new_table; in qed_write_table() local 84 new_table = qemu_blockalign(s->bs, len_bytes); in qed_write_table() 89 new_table->offsets[i - start] = le_offset; in qed_write_table() 96 ret = bdrv_co_pwrite(s->bs->file, offset, len_bytes, new_table->offsets, 0); in qed_write_table() 112 qemu_vfree(new_table); in qed_write_table()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/ |
| H A D | 0001-Eliminate-old-style-function-declarations.patch | 10333 ss_data *new_table;
|