Home | History | Annotate | Download | only in X64

Lines Matching refs:Save

238     push    rbx          ; Save ds segment register on the stack

240 push rbx ; Save es segment register on the stack
242 push rbx ; Save ss segment register on the stack
263 sgdt fword ptr [rsp + 60h] ; save GDT stack in argument space
268 mov word ptr [rcx + (SavedGdt - SavedCr4)], r10w ; save the limit of shadowed GDT table
269 mov qword ptr [rcx + (SavedGdt - SavedCr4) + 2], r11 ; save the base address of shadowed GDT table
272 xchg rcx, r10 ; save rcx to r10 and initialize rcx to be the limit of GDT table
274 xchg rdi, r11 ; save rdi to r11 and initialize rdi to the base address of shadowed GDT table
279 sidt fword ptr [rsp + 50h] ; save IDT stack in argument space
284 mov [rcx], ebp ; save CR4 in SavedCr4