Home
last modified time | relevance | path

Searched refs:cur_entry (Results 1 – 2 of 2) sorted by relevance

/external/qemu/hw/nvram/
Dfw_cfg.c51 uint16_t cur_entry; member
57 int arch = !!(s->cur_entry & FW_CFG_ARCH_LOCAL); in fw_cfg_write()
58 FWCfgEntry *e = &s->entries[arch][s->cur_entry & FW_CFG_ENTRY_MASK]; in fw_cfg_write()
62 if (s->cur_entry & FW_CFG_WRITE_CHANNEL && s->cur_offset < e->len) { in fw_cfg_write()
77 s->cur_entry = FW_CFG_INVALID; in fw_cfg_select()
80 s->cur_entry = key; in fw_cfg_select()
91 int arch = !!(s->cur_entry & FW_CFG_ARCH_LOCAL); in fw_cfg_read()
92 FWCfgEntry *e = &s->entries[arch][s->cur_entry & FW_CFG_ENTRY_MASK]; in fw_cfg_read()
95 if (s->cur_entry == FW_CFG_INVALID || !e->data || s->cur_offset >= e->len) in fw_cfg_read()
172 qemu_put_be16s(f, &s->cur_entry); in fw_cfg_save()
[all …]
/external/compiler-rt/lib/tsan/rtl/
Dtsan_symbolize.cc121 ReportStack *cur_entry = NewReportStackEntry(addr_frames[i]); in SymbolizeCode() local
122 CHECK(cur_entry); in SymbolizeCode()
125 top = cur_entry; in SymbolizeCode()
127 bottom->next = cur_entry; in SymbolizeCode()
128 bottom = cur_entry; in SymbolizeCode()