Subversion Repositories HelenOS-historic

Rev

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

Rev 1160 Rev 1162
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 cpu_halt
31
.global asm_delay_loop
32
.global asm_delay_loop
32
.global userspace
33
.global userspace
33
.global sys_tls_set
34
.global sys_tls_set
34
.global tlb_invalidate_all
35
.global tlb_invalidate_all
35
.global tlb_invalidate_asid
36
.global tlb_invalidate_asid
36
.global tlb_invalidate_pages
37
.global tlb_invalidate_pages
37
 
38
 
-
 
39
cpu_halt:
-
 
40
	b cpu_halt
-
 
41
 
38
tlb_invalidate_all:
42
tlb_invalidate_all:
39
	b tlb_invalidate_all
43
	b tlb_invalidate_all
40
 
44
 
41
tlb_invalidate_asid:
45
tlb_invalidate_asid:
42
	b tlb_invalidate_asid
46
	b tlb_invalidate_asid