Searched full:aux (Results 1 – 8 of 8) sorted by relevance
13 static void test_rdtscp(u64 aux) in test_rdtscp() argument17 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() argument26 wrmsr(MSR_TSC_AUX, aux); in test_rdpid()28 report(eax == aux, "Test rdpid %%eax %" PRId64, aux); in test_rdpid()
45 u64 aux; member
76 %.aux.o: $(SRCDIR)/lib/auxinfo.c78 -DPROGNAME=\"$(@:.aux.o=.efi)\" -DAUXFLAGS=$(AUXFLAGS)81 %.so: %.o $(FLATLIBS) $(SRCDIR)/arm/efi/elf_aarch64_efi.lds $(cstart.o) %.aux.o96 %.aux.o: $(SRCDIR)/lib/auxinfo.c98 -DPROGNAME=\"$(@:.aux.o=.flat)\" -DAUXFLAGS=$(AUXFLAGS)101 %.elf: %.o $(FLATLIBS) $(SRCDIR)/arm/flat.lds $(cstart.o) %.aux.o
98 .PRECIOUS: %.aux.o99 %.aux.o: $(SRCDIR)/lib/auxinfo.c101 -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)
60 %.aux.o: $(SRCDIR)/lib/auxinfo.c61 $(CC) $(CFLAGS) -c -o $@ $< -DPROGNAME=\"$(@:.aux.o=.elf)\"66 %.elf: %.o $(FLATLIBS) $(SRCDIR)/powerpc/flat.lds $(cstart.o) $(reloc.o) %.aux.o
167 %.aux.o: $(SRCDIR)/lib/auxinfo.c168 $(CC) $(CFLAGS) -c -o $@ $< -DPROGNAME=\"$(@:.aux.o=.elf)\"171 %.elf: $(FLATLIBS) $(asmlib) $(TEST_DIR)/flat.lds $$(snippets-obj) $$(snippet-hdr-obj) %.o %.aux.o
836 static inline unsigned long long rdtscp(u32 *aux) in rdtscp() argument843 asm volatile ("rdtscp" : "=a"(a), "=d"(d), "=c"(*aux)); in rdtscp()846 asm volatile ("rdtscp" : "=A"(r), "=c"(*aux)); in rdtscp()
506 #define PCI_EXP_DEVSTA_AUXPD 0x0010 /* AUX Power Detected */