Home
last modified time | relevance | path

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

/qemu/hw/intc/
H A Darm_gic.c1857 static uint32_t gic_compute_eisr(GICState *s, int cpu, int lr_start) in gic_compute_eisr() argument
1862 for (lr_idx = lr_start; lr_idx < s->num_lrs; lr_idx++) { in gic_compute_eisr()
1864 ret = deposit32(ret, lr_idx - lr_start, 1, in gic_compute_eisr()
1871 static uint32_t gic_compute_elrsr(GICState *s, int cpu, int lr_start) in gic_compute_elrsr() argument
1876 for (lr_idx = lr_start; lr_idx < s->num_lrs; lr_idx++) { in gic_compute_elrsr()
1878 ret = deposit32(ret, lr_idx - lr_start, 1, in gic_compute_elrsr()