Searched refs:rbx (Results 1 – 16 of 16) sorted by relevance
/tools/testing/selftests/kvm/x86_64/ |
D | sync_regs_test.c | 53 REG_COMPARE(rbx); in compare_regs() 161 run->s.regs.regs.rbx = 0xBAD1DEA; in main() 172 TEST_ASSERT(run->s.regs.regs.rbx == 0xBAD1DEA + 1, in main() 174 run->s.regs.regs.rbx); in main() 193 run->s.regs.regs.rbx = 0xDEADBEEF; in main() 199 TEST_ASSERT(run->s.regs.regs.rbx != 0xDEADBEEF, in main() 201 run->s.regs.regs.rbx); in main() 209 run->s.regs.regs.rbx = 0xAAAA; in main() 210 regs.rbx = 0xBAC0; in main() 217 TEST_ASSERT(run->s.regs.regs.rbx == 0xAAAA, in main() [all …]
|
/tools/testing/selftests/sgx/ |
D | call.S | 23 push %rbx 25 .cfi_rel_offset %rbx, 0 33 pop %rbx
|
D | test_encl_bootstrap.S | 46 lea (encl_stack)(%rbx), %rax 51 push %rbx # push the enclave base address 55 pop %rbx # pop the enclave base address 72 pop %rbx
|
/tools/testing/selftests/x86/ |
D | thunks.S | 19 pushq %rbx 55 popq %rbx
|
D | test_syscall_vdso.c | 59 uint64_t rax, rbx, rcx, rdx; member 119 …printf("ax:%016llx bx:%016llx cx:%016llx dx:%016llx\n", regs64.rax, regs64.rbx, regs64.rcx, reg… in print_regs64()
|
D | syscall_numbering.c | 364 if (regs.orig_rax != regs.rbx) { in mess_with_syscall() 367 (unsigned long long)regs.rbx); in mess_with_syscall()
|
/tools/testing/selftests/kvm/lib/x86_64/ |
D | handlers.S | 14 push %rbx 25 pop %rbx
|
D | processor.c | 28 regs->rax, regs->rbx, regs->rcx, regs->rdx); in regs_dump()
|
/tools/perf/arch/x86/util/ |
D | dwarf-regs.c | 72 REG_OFFSET_NAME_64("%bx", rbx),
|
D | perf_regs.c | 70 SDT_NAME_REG(rbx, bx),
|
/tools/perf/arch/x86/tests/ |
D | regs_load.S | 33 movq %rbx, BX(%rdi)
|
/tools/testing/selftests/kvm/include/x86_64/ |
D | processor.h | 81 u64 rbx; member 399 uint64_t rax, rcx, rdx, rbx; member
|
/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-decoder.h | 168 uint64_t rbx; member
|
/tools/arch/x86/include/uapi/asm/ |
D | kvm.h | 120 __u64 rax, rbx, rcx, rdx; member
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool-prog.rst | 297 4: mov %rbx,0x0(%rbp) 322 f: mov %rbx,0x0(%rbp)
|
/tools/perf/Documentation/ |
D | perf-intel-pt.txt | 1265 … ffffffffbb74603c clockevents_program_event+0x4c ([guest.kernel.kallsyms]) popq %rbx
|