代码搜索结果
找到约 10,000 项符合
S 的代码
slib.s
;=====================================================================
; File Name : 2410slib.s
; Function : S3C2410 (Assembly)
; Program : Shin, On Pil (SOP)
; Date : March 09, 2002
; V
vector.s
USERMODE EQU 0x10
FIQMODE EQU 0x11
IRQMODE EQU 0x12
SVCMODE EQU 0x13
ABORTMODE EQU 0x17
UNDEFMODE EQU 0x1B
MODEMASK EQU 0x1F
I_BIT EQU 0x80
F_BIT EQU 0x40
T_BIT EQU 0x20
N
swis.s
;====================================================================
; File Name : swis.s
; Function : S3C2440 SWI Test
; Date : March 20, 2002
; Version : 0.0
; History
; 0.0 : Programming
page.s
/*
* linux/mm/page.s
*
* (C) 1991 Linus Torvalds
*/
/*
* page.s contains the low-level page-exception code.
* the real work is done in mm.c
*/
.globl page_fault
page_fault:
xchgl %eax,(%
setup.s
!
! <mark>s</mark>etup.<mark>s</mark> (C) 1991 Linu<mark>s</mark> Torvald<mark>s</mark>
!
! <mark>s</mark>etup.<mark>s</mark> i<mark>s</mark> re<mark>s</mark>pon<mark>s</mark>ible for getting the <mark>s</mark>y<mark>s</mark>tem data from the BIO<mark>S</mark>,
! and putting them into the appropriate place<mark>s</mark> in <mark>s</mark>y<mark>s</mark>tem memory.
! both <mark>s</mark>etup.<mark>s ...
head.s
/*
* linux/boot/head.s
*
* (C) 1991 Linus Torvalds
*/
/*
* head.s contains the 32-bit startup code.
*
* NOTE!!! Startup happens at absolute address 0x00000000, which is also where
* the p
bootsect.s
!
! <mark>S</mark>Y<mark>S</mark>_<mark>S</mark>IZE i<mark>s</mark> the number of click<mark>s</mark> (16 byte<mark>s</mark>) to be loaded.
! 0x3000 i<mark>s</mark> 0x30000 byte<mark>s</mark> = 196kB, more than enough for current
! ver<mark>s</mark>ion<mark>s</mark> of linux
!
<mark>S</mark>Y<mark>S</mark><mark>S</mark>IZE = 0x3000
!
! boot<mark>s</mark>ect.<mark>s</mark> (C) 1991 Linu<mark>s</ma ...
keyboard.s
/*
* linux/kernel/keyboard.S
*
* (C) 1991 Linus Torvalds
*/
/*
* Thanks to Alfred Leung for US keyboard patches
* Wolfgang Thiel for German keyboard patches
* Marc Corsini for the French
asm.s
/*
* linux/kernel/asm.s
*
* (C) 1991 Linus Torvalds
*/
/*
* asm.s contains the low-level code for most hardware faults.
* page_exception is handled by the mm, so that isn't here. This
* fil