Home
last modified time | relevance | path

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

/kvm-unit-tests/s390x/
H A Dselftest.c44 int *tmp, *tmp2; in test_malloc() local
57 tmp2 = malloc(sizeof(int)); in test_malloc()
58 report((uintptr_t)tmp2 & 0xf000000000000000ul, in test_malloc()
60 *tmp2 = 123456789; in test_malloc()
62 report((*tmp2 == 123456789), "wrote allocated memory"); in test_malloc()
65 report(tmp != tmp2, "allocated memory addresses differ"); in test_malloc()
74 free(tmp2); in test_malloc()
/kvm-unit-tests/lib/arm/asm/
H A Dbitops.h22 unsigned long tmp1, tmp2; \
29 : "=&r" (tmp1), "=&r" (tmp2) \
36 unsigned long tmp1, tmp2; \
44 : "=&r" (tmp1), "=&r" (old), "=&r" (tmp2) \
H A Dassembler.h36 .macro dcache_by_line_op op, domain, addr, size, tmp1, tmp2
37 dcache_line_size \tmp1, \tmp2
39 sub \tmp2, \tmp1, #1
40 bic \addr, \addr, \tmp2
/kvm-unit-tests/lib/arm64/asm/
H A Dbitops.h22 unsigned long tmp1, tmp2; \
28 : "=&r" (tmp1), "=&r" (tmp2) \
35 unsigned long tmp1, tmp2; \
42 : "=&r" (tmp1), "=&r" (old), "=&r" (tmp2) \
H A Dassembler.h41 .macro dcache_by_line_op op, domain, addr, size, tmp1, tmp2
42 raw_dcache_line_size \tmp1, \tmp2
44 sub \tmp2, \tmp1, #1
45 bic \addr, \addr, \tmp2
/kvm-unit-tests/x86/
H A Demulator64.c48 static unsigned long tmp2; in test_pop() local
63 : [tmp]"=&r"(tmp), [tmp2]"=m"(tmp2) in test_pop()
66 report(tmp2 == memw, "pop mem (2)"); in test_pop()
74 : [tmp]"=&r"(tmp), [tmp2]"=r"(tmp2) in test_pop()
77 report(tmp2 == memw, "pop reg"); in test_pop()
H A Dkvmclock.c25 u32 tmp1, tmp2; in scale_delta() local
42 : "=A" (product), "=r" (tmp1), "=r" (tmp2) in scale_delta()
H A Dpmu.c63 : "=b"(tmp), "=r"(tmp2), "=r"(tmp3) \
170 unsigned long tmp, tmp2, tmp3; in __loop() local
194 unsigned long tmp, tmp2, tmp3; in __precise_loop() local
/kvm-unit-tests/arm/
H A Dcstart.S18 .macro zero_range, tmp1, tmp2, tmp3, tmp4
21 9998: cmp \tmp1, \tmp2
H A Dcstart64.S22 .macro zero_range, tmp1, tmp2 argument
23 9998: cmp \tmp1, \tmp2
/kvm-unit-tests/riscv/
H A Dcstart.S25 .macro zero_range, tmp1, tmp2 argument
26 9998: beq \tmp1, \tmp2, 9997f