Subversion Repositories HelenOS-historic

Rev

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

Rev 191 Rev 199
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 memcpy
31
.global memcopy
32
.global memcopy
32
.global cpu_priority_read
33
.global cpu_priority_read
33
.global memsetb
34
.global memsetb
34
.global context_save
-
 
35
.global context_restore
-
 
36
.global userspace
35
.global userspace
37
.global before_thread_runs_arch
36
.global before_thread_runs_arch
38
.global cpu_identify
37
.global cpu_identify
39
.global cpu_arch_init
38
.global cpu_arch_init
40
.global cpu_print_report
39
.global cpu_print_report
Line 43... Line 42...
43
.global arch_late_init
42
.global arch_late_init
44
.global calibrate_delay_loop
43
.global calibrate_delay_loop
45
.global asm_delay_loop
44
.global asm_delay_loop
46
.global dummy
45
.global dummy
47
 
46
 
-
 
47
memcpy:
48
memcopy:
48
memcopy:
49
cpu_priority_read:
49
cpu_priority_read:
50
memsetb:
50
memsetb:
51
context_save:
-
 
52
context_restore:
-
 
53
before_thread_runs_arch:
51
before_thread_runs_arch:
54
userspace:
52
userspace:
55
calibrate_delay_loop:
53
calibrate_delay_loop:
56
asm_delay_loop:
54
asm_delay_loop:
57
cpu_identify:
55
cpu_identify: