Home
last modified time | relevance | path

Searched full:aux (Results 1 – 8 of 8) sorted by relevance

/kvm-unit-tests/x86/
H A Dtsc.c13 static void test_rdtscp(u64 aux) in test_rdtscp() argument
17 wrmsr(MSR_TSC_AUX, aux); in test_rdtscp()
19 report(ecx == aux, "Test RDTSCP %" PRIu64, aux); in test_rdtscp()
22 static void test_rdpid(u64 aux) in test_rdpid() argument
26 wrmsr(MSR_TSC_AUX, aux); in test_rdpid()
28 report(eax == aux, "Test rdpid %%eax %" PRId64, aux); in test_rdpid()
H A Dpmu_pebs.c45 u64 aux; member
/kvm-unit-tests/arm/
H A DMakefile.common76 %.aux.o: $(SRCDIR)/lib/auxinfo.c
78 -DPROGNAME=\"$(@:.aux.o=.efi)\" -DAUXFLAGS=$(AUXFLAGS)
81 %.so: %.o $(FLATLIBS) $(SRCDIR)/arm/efi/elf_aarch64_efi.lds $(cstart.o) %.aux.o
96 %.aux.o: $(SRCDIR)/lib/auxinfo.c
98 -DPROGNAME=\"$(@:.aux.o=.flat)\" -DAUXFLAGS=$(AUXFLAGS)
101 %.elf: %.o $(FLATLIBS) $(SRCDIR)/arm/flat.lds $(cstart.o) %.aux.o
/kvm-unit-tests/riscv/
H A DMakefile98 .PRECIOUS: %.aux.o
99 %.aux.o: $(SRCDIR)/lib/auxinfo.c
101 -DPROGNAME=\"$(notdir $(@:.aux.o=.$(exe)))\" -DAUXFLAGS=$(AUXFLAGS)
114 %.so: %.o $(FLATLIBS) $(SRCDIR)/riscv/efi/elf_riscv64_efi.lds $(cstart.o) %.aux.o $$($$*-deps)
130 %.elf: %.o $(FLATLIBS) $(SRCDIR)/riscv/flat.lds $(cstart.o) %.aux.o $$($$*-deps)
/kvm-unit-tests/powerpc/
H A DMakefile.common60 %.aux.o: $(SRCDIR)/lib/auxinfo.c
61 $(CC) $(CFLAGS) -c -o $@ $< -DPROGNAME=\"$(@:.aux.o=.elf)\"
66 %.elf: %.o $(FLATLIBS) $(SRCDIR)/powerpc/flat.lds $(cstart.o) $(reloc.o) %.aux.o
/kvm-unit-tests/s390x/
H A DMakefile167 %.aux.o: $(SRCDIR)/lib/auxinfo.c
168 $(CC) $(CFLAGS) -c -o $@ $< -DPROGNAME=\"$(@:.aux.o=.elf)\"
171 %.elf: $(FLATLIBS) $(asmlib) $(TEST_DIR)/flat.lds $$(snippets-obj) $$(snippet-hdr-obj) %.o %.aux.o
/kvm-unit-tests/lib/x86/
H A Dprocessor.h836 static inline unsigned long long rdtscp(u32 *aux) in rdtscp() argument
843 asm volatile ("rdtscp" : "=a"(a), "=d"(d), "=c"(*aux)); in rdtscp()
846 asm volatile ("rdtscp" : "=A"(r), "=c"(*aux)); in rdtscp()
/kvm-unit-tests/lib/linux/
H A Dpci_regs.h506 #define PCI_EXP_DEVSTA_AUXPD 0x0010 /* AUX Power Detected */