Lines Matching defs:read
644 * the polarity bit is read-only on internal interrupts.
649 /* ACTIVITY bit is read-only */
959 /* most registers are read-only, thus ignored */
988 /* Clear on read */
1240 int (*read)(void *opaque, gpa_t addr, u32 *ptr);
1248 .read = openpic_gbl_read,
1255 .read = openpic_tmr_read,
1262 .read = openpic_cpu_read,
1269 .read = openpic_src_read,
1275 .read = openpic_msi_read,
1282 .read = openpic_summary_read,
1349 return mr->read(opp, addr - mr->start_addr, ptr);
1441 .read = kvm_mpic_read,