Searched refs:ei (Results 1 – 6 of 6) sorted by relevance
| /openbmc/qemu/target/xtensa/ |
| H A D | mmu_helper.c | 178 uint32_t wi, uint32_t *ei) in split_tlb_entry_spec_way() argument 192 *ei = (v >> 12) & (is32 ? 0x7 : 0x3); in split_tlb_entry_spec_way() 198 *ei = (v >> eibase) & 0x3; in split_tlb_entry_spec_way() 205 *ei = (v >> eibase) & 0x3; in split_tlb_entry_spec_way() 207 *ei = (v >> 27) & 0x1; in split_tlb_entry_spec_way() 214 *ei = (v >> eibase) & 0x7; in split_tlb_entry_spec_way() 216 *ei = (v >> 28) & 0x1; in split_tlb_entry_spec_way() 221 *ei = 0; in split_tlb_entry_spec_way() 233 uint32_t *vpn, uint32_t *wi, uint32_t *ei) in split_tlb_entry_spec() argument 238 split_tlb_entry_spec_way(env, v, dtlb, vpn, *wi, ei); in split_tlb_entry_spec() [all …]
|
| /openbmc/qemu/contrib/plugins/ |
| H A D | stoptrigger.c | 61 ExitInfo *ei = udata; in exit_address_reached() local 62 g_assert(ei); in exit_address_reached() 63 char *msg = g_strdup_printf("0x%" PRIx64 " reached, exiting\n", ei->exit_addr); in exit_address_reached() 64 exit_emulation(ei->exit_code, msg); in exit_address_reached() 86 ExitInfo *ei = g_hash_table_lookup(addrs_ht, &insn_vaddr); in vcpu_tb_trans() local 87 if (ei) { in vcpu_tb_trans() 90 insn, exit_address_reached, QEMU_PLUGIN_CB_NO_REGS, ei); in vcpu_tb_trans() 133 ExitInfo *ei = g_malloc(sizeof(ExitInfo)); in qemu_plugin_install() local 134 ei->exit_addr = g_ascii_strtoull(addr_tokens[0], NULL, 0); in qemu_plugin_install() 135 ei->exit_code = 0; in qemu_plugin_install() [all …]
|
| /openbmc/u-boot/fs/yaffs2/ |
| H A D | yaffs_mtdif.c | 140 struct erase_info ei; in nandmtd_EraseBlockInNAND() local 143 ei.mtd = mtd; in nandmtd_EraseBlockInNAND() 144 ei.addr = addr; in nandmtd_EraseBlockInNAND() 145 ei.len = dev->data_bytes_per_chunk * dev->param.chunks_per_block; in nandmtd_EraseBlockInNAND() 146 ei.time = 1000; in nandmtd_EraseBlockInNAND() 147 ei.retries = 2; in nandmtd_EraseBlockInNAND() 148 ei.callback = NULL; in nandmtd_EraseBlockInNAND() 149 ei.priv = (u_long) dev; in nandmtd_EraseBlockInNAND() 154 retval = mtd_erase(mtd, &ei); in nandmtd_EraseBlockInNAND()
|
| /openbmc/u-boot/drivers/mtd/ubi/ |
| H A D | io.c | 311 static void erase_callback(struct erase_info *ei) in erase_callback() argument 313 wake_up_interruptible((wait_queue_head_t *)ei->priv); in erase_callback() 328 struct erase_info ei; in do_sync_erase() local 341 memset(&ei, 0, sizeof(struct erase_info)); in do_sync_erase() 343 ei.mtd = ubi->mtd; in do_sync_erase() 344 ei.addr = (loff_t)pnum * ubi->peb_size; in do_sync_erase() 345 ei.len = ubi->peb_size; in do_sync_erase() 346 ei.callback = erase_callback; in do_sync_erase() 347 ei.priv = (unsigned long)&wq; in do_sync_erase() 349 err = mtd_erase(ubi->mtd, &ei); in do_sync_erase() [all …]
|
| /openbmc/qemu/target/mips/tcg/ |
| H A D | system_helper.h.inc | 173 DEF_HELPER_1(ei, tl, env)
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | cooker.py | 764 for ei in extra_info: 765 depend_tree["pn"][pn][ei] = vars(self.recipecaches[mc])[ei][taskfn] 859 for ei in extra_info: 860 depend_tree["pn"][pn][ei] = vars(self.recipecaches[mc])[ei][taskfn]
|