Lines Matching refs:tmp
185 unsigned long tmp; in exec_in_big_real_mode() local
241 : [tmp]"=&r"(tmp), [save]"+m"(save) in exec_in_big_real_mode()
1300 unsigned tmp = test_cases[i]; in test_das() local
1301 inregs.eax = tmp & 0xff; in test_das()
1302 inregs.eflags = (tmp >> 16) & 0xff; in test_das()
1305 || outregs.eax != ((tmp >> 8) & 0xff) in test_das()
1306 || (outregs.eflags & 0xff) != (tmp >> 24)) { in test_das()
1685 u32 cyc, tmp; in test_perf_memory_load() local
1689 init_inregs(&(struct regs){ .edi = (u32)&tmp }); in test_perf_memory_load()
1698 u32 cyc, tmp; in test_perf_memory_store() local
1702 init_inregs(&(struct regs){ .edi = (u32)&tmp }); in test_perf_memory_store()
1711 u32 cyc, tmp; in test_perf_memory_rmw() local
1715 init_inregs(&(struct regs){ .edi = (u32)&tmp }); in test_perf_memory_rmw()