Subversion Repositories HelenOS

Rev

Rev 197 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 197 Rev 200
Line 26... Line 26...
26
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
#
27
#
28
 
28
 
29
.text
29
.text
30
 
30
 
31
.global memcopy
-
 
32
.global memcpy
-
 
33
.global cpu_priority_high
31
.global cpu_priority_high
34
.global cpu_priority_low
32
.global cpu_priority_low
35
.global cpu_priority_read
33
.global cpu_priority_read
36
.global cpu_priority_restore
34
.global cpu_priority_restore
37
.global memsetb
-
 
38
.global userspace
35
.global userspace
39
.global before_thread_runs_arch
36
.global before_thread_runs_arch
40
.global panic_printf
37
.global panic_printf
41
.global cpu_identify
38
.global cpu_identify
42
.global cpu_arch_init
39
.global cpu_arch_init
Line 52... Line 49...
52
.global page_arch_init
49
.global page_arch_init
53
.global frame_arch_init
50
.global frame_arch_init
54
.global dummy
51
.global dummy
55
.global asm_delay_loop
52
.global asm_delay_loop
56
 
53
 
57
memcpy:	
-
 
58
memcopy:
-
 
59
cpu_priority_high:
54
cpu_priority_high:
60
cpu_priority_low:
55
cpu_priority_low:
61
cpu_priority_restore:
56
cpu_priority_restore:
62
cpu_priority_read:
57
cpu_priority_read:
63
memsetb:
-
 
64
asm_delay_loop:	
58
asm_delay_loop:	
65
before_thread_runs_arch:
59
before_thread_runs_arch:
66
userspace:
60
userspace:
67
calibrate_delay_loop:
61
calibrate_delay_loop:
68
asm_delay_loop:
62
asm_delay_loop: