Subversion Repositories HelenOS

Rev

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

Rev 2131 Rev 2162
Line 36... Line 36...
36
.global cpu_halt
36
.global cpu_halt
37
.global fpu_context_restore
37
.global fpu_context_restore
38
.global fpu_context_save
38
.global fpu_context_save
39
.global fpu_enable
39
.global fpu_enable
40
.global fpu_init
40
.global fpu_init
41
.global interrupts_disable
41
#.global interrupts_disable
42
.global interrupts_enable
42
#.global interrupts_enable
43
.global interrupts_read
43
#.global interrupts_read
44
.global interrupts_restore
44
#.global interrupts_restore
45
.global memcpy
45
.global memcpy
46
.global memcpy_from_uspace
46
.global memcpy_from_uspace
47
.global memcpy_to_uspace
47
.global memcpy_to_uspace
48
.global memsetb
48
.global memsetb
49
.global panic_printf
49
.global panic_printf
Line 61... Line 61...
61
cpu_halt:
61
cpu_halt:
62
fpu_context_restore:
62
fpu_context_restore:
63
fpu_context_save:
63
fpu_context_save:
64
fpu_enable:
64
fpu_enable:
65
fpu_init:
65
fpu_init:
66
interrupts_disable:
66
#interrupts_disable:
67
interrupts_enable:
67
#interrupts_enable:
68
interrupts_read:
68
#interrupts_read:
69
interrupts_restore:
69
#interrupts_restore:
70
memcpy:
70
memcpy:
71
memcpy_from_uspace:
71
memcpy_from_uspace:
72
memcpy_to_uspace:
72
memcpy_to_uspace:
73
memsetb:
73
memsetb:
74
panic_printf:
74
panic_printf: