summaryrefslogtreecommitdiffhomepage
path: root/dev/Kernel/HALKit/AXP/CR.s
blob: 4d68257df6209d298240640df4ceb1684ff9f188 (plain)
1
2
3
4
5
6
7
8
9
10
11
.globl read_lr1
.globl read_lr0

.section .text
    read_lr0:
        movq %r30, %cr3
        ret

    hal_read_cr0:
        movq %r30, %cr0
        ret