Searched refs:regs64 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/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...] |
/kernel/linux/linux-6.6/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...] |
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | kexec-bzimage64.c | 336 struct kexec_entry64_regs regs64; in bzImage64_load() local 470 ret = kexec_purgatory_get_set_symbol(image, "entry64_regs", ®s64, in bzImage64_load() 471 sizeof(regs64), 1); in bzImage64_load() 475 regs64.rbx = 0; /* Bootstrap Processor */ in bzImage64_load() 476 regs64.rsi = bootparam_load_addr; in bzImage64_load() 477 regs64.rip = kernel_load_addr + 0x200; in bzImage64_load() 485 regs64.rsp = (unsigned long)stack; in bzImage64_load() 486 ret = kexec_purgatory_get_set_symbol(image, "entry64_regs", ®s64, in bzImage64_load() 487 sizeof(regs64), 0); in bzImage64_load()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | kexec-bzimage64.c | 397 struct kexec_entry64_regs regs64; in bzImage64_load() local 537 ret = kexec_purgatory_get_set_symbol(image, "entry64_regs", ®s64, in bzImage64_load() 538 sizeof(regs64), 1); in bzImage64_load() 542 regs64.rbx = 0; /* Bootstrap Processor */ in bzImage64_load() 543 regs64.rsi = bootparam_load_addr; in bzImage64_load() 544 regs64.rip = kernel_load_addr + 0x200; in bzImage64_load() 552 regs64.rsp = (unsigned long)stack; in bzImage64_load() 553 ret = kexec_purgatory_get_set_symbol(image, "entry64_regs", ®s64, in bzImage64_load() 554 sizeof(regs64), 0); in bzImage64_load()
|
Completed in 4 milliseconds