Searched refs:loop (Results 1 – 7 of 7) sorted by relevance
/kvm-unit-tests/s390x/ |
H A D | pv-icptcode.c | 85 extern const char SNIPPET_NAME_START(asm, loop)[]; in test_validity_already_running() 86 extern const char SNIPPET_NAME_END(asm, loop)[]; in test_validity_already_running() 87 extern const char SNIPPET_HDR_START(asm, loop)[]; in test_validity_already_running() 88 extern const char SNIPPET_HDR_END(asm, loop)[]; in test_validity_already_running() 89 int size_hdr = SNIPPET_HDR_LEN(asm, loop); in test_validity_already_running() 90 int size_gbin = SNIPPET_LEN(asm, loop); in test_validity_already_running() 102 snippet_pv_init(&vm, SNIPPET_NAME_START(asm, loop), in test_validity_already_running() 103 SNIPPET_HDR_START(asm, loop), in test_validity_already_running()
|
H A D | Makefile | 40 tests += $(TEST_DIR)/panic-loop-extint.elf 41 tests += $(TEST_DIR)/panic-loop-pgm.elf 148 $(TEST_DIR)/pv-icptcode.elf: pv-snippets += $(SNIPPET_DIR)/asm/icpt-loop.gbin 149 $(TEST_DIR)/pv-icptcode.elf: pv-snippets += $(SNIPPET_DIR)/asm/loop.gbin
|
H A D | smp.c | 231 static void loop(void) in loop() function 261 new_lc->restart_new_psw.addr = (unsigned long)loop; in test_set_prefix()
|
H A D | unittests.cfg | 194 [panic-loop-extint] 195 file = panic-loop-extint.elf 200 [panic-loop-pgm] 201 file = panic-loop-pgm.elf
|
/kvm-unit-tests/arm/ |
H A D | pmu.c | 159 static inline void precise_instrs_loop(int loop, uint32_t pmcr) in precise_instrs_loop() argument 168 : [loop] "+r" (loop) in precise_instrs_loop() 230 static inline void precise_instrs_loop(int loop, uint32_t pmcr) in precise_instrs_loop() argument 240 : [loop] "+r" (loop) in precise_instrs_loop() 311 static void mem_access_loop(void *addr, long loop, uint32_t pmcr) in mem_access_loop() argument 328 : [addr] "r" (addr), [pmcr] "r" (pmcr64), [loop] "r" (loop) in mem_access_loop() 1101 int loop = (num - 2) / 2; in measure_instrs() local 1104 precise_instrs_loop(loop, pmcr); in measure_instrs()
|
/kvm-unit-tests/x86/ |
H A D | pmu.c | 209 static inline void loop(u64 cntrs) in loop() function 382 loop(cntrs); in measure_many() 397 loop(cntrs); in __measure() 821 loop(0); in warm_up()
|
H A D | realmode.c | 1004 MK_INSN(loop, "mov $10, %ecx\n\t" in test_loopcc()
|