Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dsifive_plic.c162 uint32_t contextid = (addr & (plic->context_stride - 1)); in sifive_plic_read() local
164 if (contextid == 0) { in sifive_plic_read()
166 } else if (contextid == 4) { in sifive_plic_read()
230 uint32_t contextid = (addr & (plic->context_stride - 1)); in sifive_plic_write() local
232 if (contextid == 0) { in sifive_plic_write()
246 } else if (contextid == 4) { in sifive_plic_write()