Subversion Repositories HelenOS-historic

Rev

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

Rev 206 Rev 208
Line 55... Line 55...
55
.global null_interrupt
55
.global null_interrupt
56
.global interrupt_handler_size
56
.global interrupt_handler_size
57
.global gp_fault
57
.global gp_fault
58
.global nm_fault
58
.global nm_fault
59
.global ss_fault
59
.global ss_fault
60
.global tss_p
-
 
61
.global interrupt_handlers
60
.global interrupt_handlers
62
.global memcpy
61
.global memcpy
63
 
62
 
64
null_interrupt:
63
null_interrupt:
65
interrupt_handler_size:
64
interrupt_handler_size:
66
interrupt_handlers:	
65
interrupt_handlers:	
67
gp_fault:
66
gp_fault:
68
nm_fault:
67
nm_fault:
69
ss_fault:
68
ss_fault:	
70
tss_p:	
-
 
71
	
-
 
72
eoi_function:
69
eoi_function:
73
syscall:	
70
syscall:	
74
enable_irqs_function:
71
enable_irqs_function:
75
disable_irqs_function:	
72
disable_irqs_function:	
76
rdtsc:
73
rdtsc: