Searched refs:test_readonly_32 (Results 1 – 1 of 1) sorted by relevance
/kvm-unit-tests/arm/ |
H A D | gic.c | 368 static bool test_readonly_32(void *address, bool razwi) in test_readonly_32() function 469 report(test_readonly_32(priptr + nr_irqs, true), in test_priorities() 513 report(test_readonly_32(targetsptr + nr_irqs, true), in test_targets() 557 report(test_readonly_32(gic_dist_base + GICD_TYPER, false), in gic_test_mmio() 559 report(test_readonly_32(gic_dist_base + GICD_IIDR, false), in gic_test_mmio() 563 report(test_readonly_32(idreg, false), "ICPIDR2 is read-only"); in gic_test_mmio() 594 report(test_readonly_32(gicv3_its_base() + GITS_IIDR, false), in test_its_introspection() 598 report(test_readonly_32(gicv3_its_base() + GITS_TYPER, false), in test_its_introspection()
|