Lines Matching full:true
42 irq_received = true; in gic_irq_handler()
50 irq_ready = true; in gic_irq_handler()
58 irq_ready = true; in gic_secondary_entry()
59 while (true) in gic_secondary_entry()
95 return true; in test_init()
126 return true; in ipi_prep()
150 return true; in ipi_hw_prep()
183 its_send_mapd_nv(dev2, true); in lpi_prep()
184 its_send_mapc_nv(col1, true); in lpi_prep()
189 return true; in lpi_prep()
223 return true; in timer_prep()
278 return true; in mmio_read_user_prep()
309 {"hvc", NULL, hvc_exec, NULL, 65536, true},
310 {"mmio_read_user", mmio_read_user_prep, mmio_read_user_exec, NULL, 65536, true},
311 {"mmio_read_vgic", NULL, mmio_read_vgic_exec, NULL, 65536, true},
312 {"eoi", NULL, eoi_exec, NULL, 65536, true},
313 {"ipi", ipi_prep, ipi_exec, NULL, 65536, true},
314 {"ipi_hw", ipi_hw_prep, ipi_exec, NULL, 65536, true},
315 {"lpi", lpi_prep, lpi_exec, NULL, 65536, true},
316 {"timer_10ms", timer_prep, timer_exec, timer_post, 256, true},