Home
last modified time | relevance | path

Searched +full:tsx +full:- +full:ctrl (Results 1 – 4 of 4) sorted by relevance

/kvm-unit-tests/ci/
H A Dcirrus-ci-fedora.yml9 - dnf update -y
10 - dnf install -y diffutils gcc git make qemu-system-x86
12 - git clone --depth 100 "@CI_REPOSITORY_URL@" .
13 - git fetch origin "@CI_COMMIT_REF_NAME@"
14 - git reset --hard "@CI_COMMIT_SHA@"
16 - uname -r
17 - sed -n "/processor.*:.0/,/^$/p" /proc/cpuinfo
18 - mkdir build
19 - cd build
20 - ../configure
[all …]
/kvm-unit-tests/x86/
H A Dunittests.cfg10 [apic-split]
13 qemu_params = -cpu qemu64,+x2apic,+tsc-deadline -machine kernel_irqchip=split
17 [ioapic-split]
19 qemu_params = -cpu qemu64 -machine kernel_irqchip=split
26 qemu_params = -cpu qemu64,+x2apic,+tsc-deadline
36 qemu_params = -cpu qemu64,-x2apic,+tsc-deadline -machine pit=off
44 qemu_params = -cpu qemu64,+x2apic
91 qemu_params = -machine pit=off
109 qemu_params = -cpu qemu64,+x2apic,+tsc-deadline
115 qemu_params = -cpu qemu64,+x2apic,+tsc-deadline
[all …]
H A DMakefile.common1 #This is a make file with common rules for both x86 & x86-64
7 cflatobjs += lib/pci-edu.o
35 $(libcflat): CFLAGS += -ffreestanding -I $(SRCDIR)/lib -I lib
37 COMMON_CFLAGS += -m$(bits)
39 COMMON_CFLAGS += -Wa,--divide
41 COMMON_CFLAGS += -O1
52 $(LD) -T $(SRCDIR)/x86/efi/elf_x86_64_efi.lds $(EFI_LDFLAGS) -o $@ \
54 @chmod a-x $@
57 $(OBJCOPY) --only-keep-debug $^ $@.debug
58 $(OBJCOPY) --strip-debug $^
[all …]
H A Dpmu.c5 #include "x86/apic-defs.h"
27 "add $(2f-1b), %%eax\n\t" \
38 "add $(2f-1b), %%rax\n\t" \
196 u32 eax = cntrs & (BIT_ULL(32) - 1); in __precise_loop()
228 * as the counts will vary depending on how many asynchronous VM-Exits in adjust_events_range()
273 return evt->ctr < MSR_CORE_PERF_FIXED_CTR0 || in is_gp()
274 evt->ctr >= MSR_IA32_PMC0; in is_gp()
280 return cnt->ctr - (is_gp(cnt) ? pmu.msr_gp_counter_base : in event_to_global_idx()
281 (MSR_CORE_PERF_FIXED_CTR0 - FIXED_CNT_INDEX)); in event_to_global_idx()
284 return (cnt->ctr - pmu.msr_gp_counter_base) / 2; in event_to_global_idx()
[all …]