Subversion Repositories HelenOS-historic

Rev

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

Rev 60 Rev 68
Line 45... Line 45...
45
.global cpu_priority_restore
45
.global cpu_priority_restore
46
.global cpu_sleep
46
.global cpu_sleep
47
.global frame_arch_init
47
.global frame_arch_init
48
.global map_page_to_frame
48
.global map_page_to_frame
49
.global memsetb
49
.global memsetb
50
.global panic
50
.global panic_printf
51
 
51
 
52
before_thread_runs_arch:
52
before_thread_runs_arch:
53
userspace:
53
userspace:
54
calibrate_delay_loop:
54
calibrate_delay_loop:
55
asm_delay_loop:
55
asm_delay_loop:
Line 66... Line 66...
66
cpu_priority_restore:
66
cpu_priority_restore:
67
cpu_sleep:
67
cpu_sleep:
68
frame_arch_init:
68
frame_arch_init:
69
map_page_to_frame:
69
map_page_to_frame:
70
memsetb:
70
memsetb:
71
panic:
71
panic_printf:
72
	br.ret.sptk.many b0
72
	br.ret.sptk.many b0
73
 
73