~jkavalik/cdfs/main

« back to all changes in this revision

Viewing changes to uspace/lib/c/arch/ia64/src/entryjmp.s

merge mainline
update async in cdfs
add READ TOC support in ata_bd, libblock and cdfs

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#
28
28
 
29
29
.text
30
 
.globl program_run
 
30
.globl entry_point_jmp
31
31
 
32
 
## void program_run(void *entry_point, void *pcb);
 
32
## void entry_point_jmp(void *entry_point, void *pcb);
33
33
#
34
34
# in0 (r32)     contains entry_point
35
35
# in1 (r33)     contains pcb
36
36
#
37
 
# Jump to a program entry point
38
 
program_run:
 
37
# Jump to program entry point
 
38
entry_point_jmp:
39
39
        # Pass pcb to the entry point in r2
40
40
 
41
41
        mov b6 = r32