Searched refs:rax (Results 1 – 11 of 11) sorted by relevance
| /system/utest/hypervisor/ |
| A D | x86.S | 110 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 D | guest.cpp | 203 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 D | x86-64.S | 30 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 D | syscall.S | 15 mov %rdi, %rax
|
| /system/public/zircon/syscalls/ |
| A D | hypervisor.h | 35 uint64_t rax;
|
| A D | debug.h | 17 uint64_t rax; member
|
| /system/ulib/inspector/ |
| A D | registers.cpp | 34 regs->rax, regs->rbx, regs->rcx, regs->rdx); in inspector_print_general_regs()
|
| A D | debug-info.cpp | 38 return regs->rax == BACKTRACE_REQUEST_MAGIC; in have_swbreak_magic()
|
| /system/utest/core/threads/ |
| A D | register-set.cpp | 136 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 D | job-policy.cpp | 249 return regs->rax; in get_syscall_result()
|
| /system/utest/debugger/ |
| A D | utils.cpp | 90 DUMP_NAMED_REG(rax); in dump_gregs()
|
Completed in 20 milliseconds