Lines Matching refs:tmp
50 uint64_t *tmp; in get_rsp() local
53 : "=r"(tmp)::"memory"); in get_rsp()
54 return tmp; in get_rsp()
64 uint64_t *tmp; in get_rbp() local
67 : "=r"(tmp)::"memory"); in get_rbp()
68 return tmp; in get_rbp()
78 uint64_t *tmp; in get_ds() local
81 : "=r"(tmp)::"memory"); in get_ds()
82 return tmp; in get_ds()
92 uint64_t *tmp; in get_rax() local
95 : "=r"(tmp)::"memory"); in get_rax()
96 return tmp; in get_rax()
105 uint64_t *tmp; in get_rbx() local
108 : "=r"(tmp)::"memory"); in get_rbx()
109 return tmp; in get_rbx()
143 unsigned long tmp = 0; in get_rflags() local
147 : "=r"(tmp)::"memory"); in get_rflags()
148 return tmp; in get_rflags()