Home
last modified time | relevance | path

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

/system/utest/hypervisor/
A Dx86.S110 mov $\n, %rax
152 mov %cr3, %rax
153 mov %rax, %cr3
206 add $1, %rax
238 pushq %rax
263 pushq %rax
290 mov %rax,%ds
291 mov %rax,%es
292 mov %rax,%fs
293 mov %rax,%gs
[all …]
A Dguest.cpp203 fprintf(stderr, "vector = %lu\n", vcpu_state.rax); in exception_thrown()
267 EXPECT_EQ(vcpu_state.rax, kInterruptVector); in vcpu_interrupt()
296 EXPECT_EQ(vcpu_state.rax, kInterruptVector); in vcpu_interrupt_priority()
326 EXPECT_EQ(vcpu_state.rax, kNmiVector); in vcpu_nmi()
354 EXPECT_EQ(vcpu_state.rax, kNmiVector); in vcpu_nmi_priority()
384 EXPECT_EQ(vcpu_state.rax, kExceptionVector); in vcpu_exception()
439 EXPECT_TRUE(vcpu_state.rax & X86_CR0_NE); in vcpu_write_cr0()
550 .rax = 1u, in vcpu_read_write_state()
612 EXPECT_EQ(vcpu_state.rax, 2u); in vcpu_read_write_state()
725 EXPECT_EQ(vcpu_state.rax, kVmCallNoSys); in vcpu_vmcall()
/system/utest/thread-initial-state/
A Dx86-64.S30 movq \reg, %rax
31 cmpq $0, %rax
48 check_general_purpose %rax
64 movq $0x1234567890abcdef, %rax
65 cmpq %rax, %rdi
/system/utest/core/bad-syscall/
A Dsyscall.S15 mov %rdi, %rax
/system/public/zircon/syscalls/
A Dhypervisor.h35 uint64_t rax;
A Ddebug.h17 uint64_t rax; member
/system/ulib/inspector/
A Dregisters.cpp34 regs->rax, regs->rbx, regs->rcx, regs->rdx); in inspector_print_general_regs()
A Ddebug-info.cpp38 return regs->rax == BACKTRACE_REQUEST_MAGIC; in have_swbreak_magic()
/system/utest/core/threads/
A Dregister-set.cpp136 CHECK_REG(rax); in general_regs_expect_eq()
251 static_assert(offsetof(zx_thread_state_general_regs_t, rax) == 8 * 0, "");
/system/utest/policy/
A Djob-policy.cpp249 return regs->rax; in get_syscall_result()
/system/utest/debugger/
A Dutils.cpp90 DUMP_NAMED_REG(rax); in dump_gregs()

Completed in 19 milliseconds