Subversion Repositories HelenOS-historic

Rev

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

Rev 35 Rev 36
Line 48... Line 48...
48
.global cpu_sleep
48
.global cpu_sleep
49
.global frame_arch_init
49
.global frame_arch_init
50
.global map_page_to_frame
50
.global map_page_to_frame
51
.global memsetb
51
.global memsetb
52
.global panic
52
.global panic
53
.global putchar
-
 
54
 
53
 
55
before_thread_runs:
54
before_thread_runs:
56
userspace:
55
userspace:
57
calibrate_delay_loop:
56
calibrate_delay_loop:
58
asm_delay_loop:
57
asm_delay_loop:
Line 72... Line 71...
72
cpu_sleep:
71
cpu_sleep:
73
frame_arch_init:
72
frame_arch_init:
74
map_page_to_frame:
73
map_page_to_frame:
75
memsetb:
74
memsetb:
76
panic:
75
panic:
77
putchar:
-
 
78
	brl 0x0
76
	br.ret.sptk.many rp
79
 
77