Home
last modified time | relevance | path

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

/kvm-unit-tests/x86/
H A Dapic.c717 static int test_logical_ipi_single_target(u8 logical_id, bool cluster, u8 dest, in test_logical_ipi_single_target() argument
726 (void *)((u32)logical_id | (cluster ? APIC_LDR_CLUSTER_FLAG : 0))); in test_logical_ipi_single_target()
728 cluster ? "logical cluster" : "logical flat"); in test_logical_ipi_single_target()
732 bool cluster, u8 dest, u8 vector) in test_logical_ipi_multi_target() argument
738 set_ldr((void *)((u32)vcpu0_logical_id | (cluster ? APIC_LDR_CLUSTER_FLAG : 0))); in test_logical_ipi_multi_target()
740 (void *)((u32)vcpu1_logical_id | (cluster ? APIC_LDR_CLUSTER_FLAG : 0))); in test_logical_ipi_multi_target()
742 cluster ? "logical cluster" : "logical flat"); in test_logical_ipi_multi_target()