Searched refs:rip (Results 1 – 15 of 15) sorted by relevance
| /kernel/arch/x86/ |
| A D | mexec.S | 47 lea mexec_gdt(%rip), %rax 48 mov %rax, mexec_gdt_pointer(%rip) 49 lgdt mexec_gdt_descriptor(%rip) 60 leal .Lnew_cs(%rip), %eax 61 movl %eax, mexec_ljmp_descriptor(%rip) 62 ljmp *mexec_ljmp_descriptor(%rip)
|
| A D | start.S | 180 lea _kstack_end(%rip), %rsp 184 lea __code_start(%rip), %rdi 189 lgdt _temp_gdtr(%rip) 194 lea bp_percpu(%rip), %rax 201 lea _idt_startup(%rip), %rdi 223 movl $PHYS_LOAD_ADDRESS, kernel_base_phys(%rip)
|
| A D | exceptions.S | 40 .cfi_offset %rip, -(5 * 8) 86 .cfi_offset %rip, -(5 * 8) 180 leaq .Lexit(%rip), %rax
|
| A D | user_copy.S | 32 leaq .Lfault_copy(%rip), %rax
|
| A D | start16.S | 125 lgdt _temp_gdtr(%rip) 169 lgdt _temp_gdtr(%rip) 185 lea bp_percpu(%rip), %rax
|
| A D | acpi.S | 44 leaq .Lafter_sleep(%rip), %rax
|
| A D | ops.S | 48 leaq .Lgpf_handler(%rip), %rax
|
| A D | asm.S | 88 lea _idt_startup(%rip), %rax
|
| A D | thread.cpp | 47 frame->rip = entry_point; in arch_thread_initialize()
|
| A D | debugger.cpp | 89 out->rip = in->ip; in x86_fill_in_gregs_from_iframe() 97 out->ip = in->rip; in x86_fill_in_iframe_from_gregs() 245 if (in->rip >= noncanonical_addr) in arch_set_general_regs()
|
| A D | syscall.S | 306 leaq .Lcall_wrapper_table(%rip), %r11
|
| /kernel/arch/x86/include/arch/x86/ |
| A D | general_regs.h | 45 uint64_t rip; member
|
| A D | vmx_state.h | 47 uint64_t rip; member 98 static_assert(__offsetof(VmxState, host_state.rip) == HS_RIP, "");
|
| A D | bootstrap16.h | 73 uint64_t rsp, rip; member
|
| /kernel/arch/x86/include/arch/ |
| A D | x86.h | 54 uint64_t rip; member
|
Completed in 21 milliseconds