Searched refs:hip04_boot_method (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-hisi/ |
H A D | platmcpm.c | 69 static u32 hip04_boot_method[4]; variable 276 &hip04_boot_method[0], 4); in hip04_smp_init() 288 ret = memblock_reserve(hip04_boot_method[0], hip04_boot_method[1]); in hip04_smp_init() 292 relocation = ioremap(hip04_boot_method[2], hip04_boot_method[3]); in hip04_smp_init() 327 writel_relaxed(hip04_boot_method[0], relocation); in hip04_smp_init() 342 memblock_free(hip04_boot_method[0], hip04_boot_method[1]); in hip04_smp_init()
|
/kernel/linux/linux-6.6/arch/arm/mach-hisi/ |
H A D | platmcpm.c | 69 static u32 hip04_boot_method[4]; variable 276 &hip04_boot_method[0], 4); in hip04_smp_init() 288 ret = memblock_reserve(hip04_boot_method[0], hip04_boot_method[1]); in hip04_smp_init() 292 relocation = ioremap(hip04_boot_method[2], hip04_boot_method[3]); in hip04_smp_init() 327 writel_relaxed(hip04_boot_method[0], relocation); in hip04_smp_init() 342 memblock_phys_free(hip04_boot_method[0], hip04_boot_method[1]); in hip04_smp_init()
|
Completed in 2 milliseconds