Searched refs:lr_start (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/intc/ |
H A D | arm_gic.c | 1862 static uint32_t gic_compute_eisr(GICState *s, int cpu, int lr_start) in gic_compute_eisr() argument 1867 for (lr_idx = lr_start; lr_idx < s->num_lrs; lr_idx++) { in gic_compute_eisr() 1869 ret = deposit32(ret, lr_idx - lr_start, 1, in gic_compute_eisr() 1876 static uint32_t gic_compute_elrsr(GICState *s, int cpu, int lr_start) in gic_compute_elrsr() argument 1881 for (lr_idx = lr_start; lr_idx < s->num_lrs; lr_idx++) { in gic_compute_elrsr() 1883 ret = deposit32(ret, lr_idx - lr_start, 1, in gic_compute_elrsr()
|