Subversion Repositories HelenOS-historic

Rev

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

Rev 224 Rev 242
Line 32... Line 32...
32
.global before_thread_runs_arch
32
.global before_thread_runs_arch
33
.global cpu_identify
33
.global cpu_identify
34
.global cpu_arch_init
34
.global cpu_arch_init
35
.global cpu_sleep
35
.global cpu_sleep
36
.global cpu_print_report
36
.global cpu_print_report
37
.global arch_late_init
-
 
38
.global calibrate_delay_loop
-
 
39
.global dummy
37
.global dummy
40
.global rdtsc
-
 
41
.global reset_TS_flag
38
.global reset_TS_flag
42
.global fpu_init
39
.global fpu_init
43
	
40
	
44
.global memory_print_map
-
 
45
.global get_memory_size
-
 
46
 
-
 
47
get_memory_size:
-
 
48
	movq $4*1024*1024, %rax
-
 
49
	ret
-
 
50
 
-
 
51
rdtsc:
-
 
52
before_thread_runs_arch:
41
before_thread_runs_arch:
53
userspace:
42
userspace:
54
calibrate_delay_loop:
-
 
55
cpu_identify:
43
cpu_identify:
56
cpu_arch_init:
44
cpu_arch_init:
57
cpu_sleep:
45
cpu_sleep:
58
cpu_print_report:
46
cpu_print_report:
59
arch_late_init:
-
 
60
calibrate_delay_loop:
-
 
61
reset_TS_flag:
47
reset_TS_flag:
62
fpu_init:
48
fpu_init:
63
memory_print_map:	
-
 
64
	
49
	
65
dummy:
50
dummy:
66
0:
51
0:
67
	ret
52
	ret
68
 
53