*参照元 [#reabb3ba]
#backlinks

*説明 [#ne6f1346]
-パス: [[linux-2.6.33/arch/x86/kernel/entry_32.S]]
-パス: [[linux-2.6.33/arch/x86/kernel/entry_32.S]](x86)

-FIXME: これは何?
--説明
--[[linux-2.6.33/SAVE_ALL()(x86)]]


**引数 [#z24d585c]
-なし


**返り値 [#u11c9697]
-なし


**参考 [#p3a4076d]


*実装 [#u0f0350a]
 .macro SAVE_ALL
 	cld
 	PUSH_GS
 	pushl %fs
 	CFI_ADJUST_CFA_OFFSET 4
 	/*CFI_REL_OFFSET fs, 0;*/
 	pushl %es
 	CFI_ADJUST_CFA_OFFSET 4
 	/*CFI_REL_OFFSET es, 0;*/
 	pushl %ds
 	CFI_ADJUST_CFA_OFFSET 4
 	/*CFI_REL_OFFSET ds, 0;*/
 	pushl %eax
 	CFI_ADJUST_CFA_OFFSET 4
 	CFI_REL_OFFSET eax, 0
 	pushl %ebp
 	CFI_ADJUST_CFA_OFFSET 4
 	CFI_REL_OFFSET ebp, 0
 	pushl %edi
 	CFI_ADJUST_CFA_OFFSET 4
 	CFI_REL_OFFSET edi, 0
 	pushl %esi
 	CFI_ADJUST_CFA_OFFSET 4
 	CFI_REL_OFFSET esi, 0
 	pushl %edx
 	CFI_ADJUST_CFA_OFFSET 4
 	CFI_REL_OFFSET edx, 0
 	pushl %ecx
 	CFI_ADJUST_CFA_OFFSET 4
 	CFI_REL_OFFSET ecx, 0
 	pushl %ebx
 	CFI_ADJUST_CFA_OFFSET 4
 	CFI_REL_OFFSET ebx, 0
 	movl $(__USER_DS), %edx
 	movl %edx, %ds
 	movl %edx, %es
 	movl $(__KERNEL_PERCPU), %edx
 	movl %edx, %fs
 	SET_KERNEL_GS %edx
 .endm


*コメント [#v6fc5165]

トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS