Searched refs:regs64 (Results 1 – 2 of 2) sorted by relevance
/linux/tools/testing/selftests/x86/ |
H A D | test_syscall_vdso.c | 58 struct regs64 { struct 64 struct regs64 regs64; variable 72 " mov $regs64, %eax\n" 119 printf("ax:%016llx bx:%016llx cx:%016llx dx:%016llx\n", regs64.rax, regs64.rbx, regs64.rcx, regs64.rdx); in print_regs64() 120 printf("si:%016llx di:%016llx bp:%016llx sp:%016llx\n", regs64.rsi, regs64 in print_regs64() [all...] |
/linux/arch/x86/kernel/ |
H A D | kexec-bzimage64.c | 443 struct kexec_entry64_regs regs64; in bzImage64_load() local 607 ret = kexec_purgatory_get_set_symbol(image, "entry64_regs", ®s64, in bzImage64_load() 608 sizeof(regs64), 1); in bzImage64_load() 612 regs64.rbx = 0; /* Bootstrap Processor */ in bzImage64_load() 613 regs64.rsi = bootparam_load_addr; in bzImage64_load() 614 regs64.rip = kernel_load_addr + 0x200; in bzImage64_load() 622 regs64.rsp = (unsigned long)stack; in bzImage64_load() 623 ret = kexec_purgatory_get_set_symbol(image, "entry64_regs", ®s64, in bzImage64_load() 624 sizeof(regs64), 0); in bzImage64_load()
|