Lines Matching full:mode

157 	report(is_xapic_enabled(), "Local apic enabled in xAPIC mode");  in test_apic_disable()
166 report(is_x2apic_enabled(), "Local apic enabled in x2APIC mode"); in test_apic_disable()
286 /* Reset to xAPIC mode. */ in test_self_ipi_xapic()
288 report(is_xapic_enabled(), "Local apic enabled in xAPIC mode"); in test_self_ipi_xapic()
302 report(is_x2apic_enabled(), "Local apic enabled in x2APIC mode"); in test_self_ipi_x2apic()
487 /* One shot mode */ in test_apic_timer_one_shot()
598 printf("starting apic change mode\n"); in test_apic_change_mode()
615 * Write TMICT before changing mode from one-shot to periodic TMCCT should in test_apic_change_mode()
624 * After the change of mode, the counter should not be reset and continue in test_apic_change_mode()
640 * Keep the same TMICT and change timer mode to one-shot in test_apic_change_mode()
710 report_fail("Want %d IPI(s) using %s mode, dest = %x, got %d IPI(s)", in test_fixed_ipi()
754 * All vCPUs must be in xAPIC mode, i.e. simply resetting this vCPUs in test_logical_ipi_xapic()
762 /* Flat mode. 8 bits for logical IDs (one per bit). */ in test_logical_ipi_xapic()
783 report(!f, "IPI to single target using logical flat mode"); in test_logical_ipi_xapic()
785 /* Cluster mode. 4 bits for the cluster, 4 bits for logical IDs. */ in test_logical_ipi_xapic()
799 report(!f, "IPI to single target using logical cluster mode"); in test_logical_ipi_xapic()
822 report(!f, "IPI to multiple targets using logical flat mode"); in test_logical_ipi_xapic()
847 report(!f, "IPI to multiple targets using logical cluster mode"); in test_logical_ipi_xapic()
881 * All vCPUs must be in xAPIC mode, i.e. simply resetting this vCPUs in test_aliased_xapic_physical_ipi()
904 * after this point won't work due to on_cpu() using physical mode. in test_aliased_xapic_physical_ipi()