]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use a macro to find the offset of kern_ttbr0
authorandrew <andrew@FreeBSD.org>
Tue, 8 Dec 2020 15:51:05 +0000 (15:51 +0000)
committerandrew <andrew@FreeBSD.org>
Tue, 8 Dec 2020 15:51:05 +0000 (15:51 +0000)
commitf148e07d6e7ae5c1004f52429c711bf74c816f58
treee5f836ce31b212addbff6f05183dc5560182fdac
parentc542e78169cc58ea3d1d4944a6a42c65451ee2f4
Use a macro to find the offset of kern_ttbr0

Rather than hard coding the offset of kern_ttbr0 within arm64_bootparams
use a macro like the other fields.

Sponsored by: Innovate UK
sys/arm64/arm64/genassym.c
sys/arm64/arm64/locore.S