summaryrefslogtreecommitdiffhomepage
path: root/dev/boot/src/HEL/ARM64/BootAPI.S
blob: a60ad218b1f80ddd8a9e3acc0abf374565996ce6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.global rt_jump_to_address

.text

/**
 @brief this function setups a stack and then jumps to
 a function */
rt_jump_to_address:
    mov x19, x0
    mov sp, x2
    blr x19