Searched refs:last_active (Results 1 – 5 of 5) sorted by relevance
91 int last_active[GIC_NIRQ][NCPU]; member196 s->last_active[new_irq][cpu] = s->running_irq[cpu]; in gic_acknowledge_irq()225 while (s->last_active[tmp][cpu] != 1023) { in gic_complete_irq()226 if (s->last_active[tmp][cpu] == irq) { in gic_complete_irq()227 s->last_active[tmp][cpu] = s->last_active[irq][cpu]; in gic_complete_irq()230 tmp = s->last_active[tmp][cpu]; in gic_complete_irq()237 gic_set_running_irq(s, cpu, s->last_active[s->running_irq[cpu]][cpu]); in gic_complete_irq()662 qemu_put_be32(f, s->last_active[j][i]); in gic_save()699 s->last_active[j][i] = qemu_get_be32(f); in gic_load()
164 || s->gic.last_active[s->gic.running_irq[0]][0] == 1023) { in nvic_readl()
85 Browser* last_active = *it; in GetLastActiveWindowState() local86 if (last_active && last_active->type() == Browser::TYPE_NORMAL) { in GetLastActiveWindowState()87 window = last_active->window(); in GetLastActiveWindowState()
1793 UINT8 last_active = NFA_EE_INVALID; in nfa_ee_lmrt_to_nfcc() local1813 if (last_active == NFA_EE_INVALID) in nfa_ee_lmrt_to_nfcc()1815 last_active = p_cb->nfcee_id; in nfa_ee_lmrt_to_nfcc()1816 NFA_TRACE_DEBUG1 ("last_active: 0x%x", last_active); in nfa_ee_lmrt_to_nfcc()1820 if (last_active == NFA_EE_INVALID) in nfa_ee_lmrt_to_nfcc()1843 NFA_TRACE_DEBUG2 ("nfcee_id:0x%x, last_active: 0x%x", p_cb->nfcee_id, last_active); in nfa_ee_lmrt_to_nfcc()1844 if (last_active == p_cb->nfcee_id) in nfa_ee_lmrt_to_nfcc()
1088 Browser* last_active = BrowserList::GetLastActive(); in ShowDownloadInBrowser() local1089 if (last_active) in ShowDownloadInBrowser()1090 contents = last_active->GetSelectedTabContents(); in ShowDownloadInBrowser()