• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/power/

Lines Matching refs:movq

26 	movq	$saved_context, %rax
27 movq %rsp, pt_regs_sp(%rax)
28 movq %rbp, pt_regs_bp(%rax)
29 movq %rsi, pt_regs_si(%rax)
30 movq %rdi, pt_regs_di(%rax)
31 movq %rbx, pt_regs_bx(%rax)
32 movq %rcx, pt_regs_cx(%rax)
33 movq %rdx, pt_regs_dx(%rax)
34 movq %r8, pt_regs_r8(%rax)
35 movq %r9, pt_regs_r9(%rax)
36 movq %r10, pt_regs_r10(%rax)
37 movq %r11, pt_regs_r11(%rax)
38 movq %r12, pt_regs_r12(%rax)
39 movq %r13, pt_regs_r13(%rax)
40 movq %r14, pt_regs_r14(%rax)
41 movq %r15, pt_regs_r15(%rax)
46 movq $restore_registers, %rax
47 movq %rax, restore_jump_address(%rip)
49 movq %cr3, %rax
50 movq %rax, restore_cr3(%rip)
57 movq $__PAGE_OFFSET, %rdx
58 movq temp_level4_pgt(%rip), %rax
60 movq %rax, %cr3
62 movq mmu_cr4_features(%rip), %rax
63 movq %rax, %rdx
65 movq %rdx, %cr4; # turn off PGE
66 movq %cr3, %rcx; # flush TLB
67 movq %rcx, %cr3;
68 movq %rax, %cr4; # turn PGE back on
71 movq restore_jump_address(%rip), %rax
72 movq restore_cr3(%rip), %rbx
75 movq restore_pblist(%rip), %rdx
76 movq relocated_restore_code(%rip), %rcx
86 movq pbe_address(%rdx), %rsi
87 movq pbe_orig_address(%rdx), %rdi
88 movq $(PAGE_SIZE >> 3), %rcx
93 movq pbe_next(%rdx), %rdx
111 movq %rbx, %cr3
114 movq mmu_cr4_features(%rip), %rax
115 movq %rax, %rdx
117 movq %rdx, %cr4; # turn off PGE
118 movq %cr3, %rcx; # flush TLB
119 movq %rcx, %cr3
120 movq %rax, %cr4; # turn PGE back on
123 movq $saved_context, %rax
124 movq pt_regs_sp(%rax), %rsp
125 movq pt_regs_bp(%rax), %rbp
126 movq pt_regs_si(%rax), %rsi
127 movq pt_regs_di(%rax), %rdi
128 movq pt_regs_bx(%rax), %rbx
129 movq pt_regs_cx(%rax), %rcx
130 movq pt_regs_dx(%rax), %rdx
131 movq pt_regs_r8(%rax), %r8
132 movq pt_regs_r9(%rax), %r9
133 movq pt_regs_r10(%rax), %r10
134 movq pt_regs_r11(%rax), %r11
135 movq pt_regs_r12(%rax), %r12
136 movq pt_regs_r13(%rax), %r13
137 movq pt_regs_r14(%rax), %r14
138 movq pt_regs_r15(%rax), %r15
145 movq %rax, in_suspend(%rip)