[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] xen/arm64: head: document missing input registers for MMU functions
commit e6ac1b2b013795cbdb0b68421c8872de83920f73 Author: Mykola Kvach <mykola_kvach@xxxxxxxx> AuthorDate: Mon Jun 2 12:38:37 2025 +0300 Commit: Michal Orzel <michal.orzel@xxxxxxx> CommitDate: Mon Jun 9 08:48:42 2025 +0200 xen/arm64: head: document missing input registers for MMU functions Add missing input register descriptions to enable_secondary_cpu_mm and enable_boot_cpu_mm functions. This update improves code clarity and consistency in comments. No functional changes are introduced by this patch. Signed-off-by: Mykola Kvach <mykola_kvach@xxxxxxxx> Reviewed-by: Michal Orzel <michal.orzel@xxxxxxx> --- xen/arch/arm/arm64/mmu/head.S | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xen/arch/arm/arm64/mmu/head.S b/xen/arch/arm/arm64/mmu/head.S index 634156f83d..d14780ad19 100644 --- a/xen/arch/arm/arm64/mmu/head.S +++ b/xen/arch/arm/arm64/mmu/head.S @@ -313,6 +313,7 @@ END(enable_mmu) * * Inputs: * lr : Virtual address to return to. + * x20: phys offset * * Clobbers x0 - x6 */ @@ -337,6 +338,8 @@ END(enable_secondary_cpu_mm) * * Inputs: * lr : Virtual address to return to. + * x19: paddr(start) + * x20: phys offset * * Clobbers x0 - x6 */ -- generated by git-patchbot for /home/xen/git/xen.git#master
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |