Searched refs:smpboot (Results 1 – 19 of 19) sorted by relevance
/openbmc/qemu/hw/arm/ |
H A D | exynos4210.c | 477 uint32_t smpboot[] = { in exynos4210_write_secondary() local 497 smpboot[ARRAY_SIZE(smpboot) - 1] = info->smp_bootreg_addr; in exynos4210_write_secondary() 498 smpboot[ARRAY_SIZE(smpboot) - 2] = info->gic_cpu_if_addr; in exynos4210_write_secondary() 499 for (n = 0; n < ARRAY_SIZE(smpboot); n++) { in exynos4210_write_secondary() 500 smpboot[n] = tswap32(smpboot[n]); in exynos4210_write_secondary() 502 rom_add_blob_fixed("smpboot", smpboot, sizeof(smpboot), in exynos4210_write_secondary()
|
H A D | raspi.c | 117 static const ARMInsnFixup smpboot[] = { in write_smpboot() local 135 QEMU_BUILD_BUG_ON(SMPBOOT_ADDR + sizeof(smpboot) > MVBAR_ADDR); in write_smpboot() 141 info->smp_loader_start, smpboot, fixupcontext); in write_smpboot() 155 static const ARMInsnFixup smpboot[] = { in write_smpboot64() local 176 smpboot, fixupcontext); in write_smpboot64()
|
H A D | npcm7xx.c | 342 uint32_t smpboot[] = { in npcm7xx_write_secondary_boot() local 355 for (i = 0; i < ARRAY_SIZE(smpboot); i++) { in npcm7xx_write_secondary_boot() 356 smpboot[i] = tswap32(smpboot[i]); in npcm7xx_write_secondary_boot() 359 rom_add_blob_fixed("smpboot", smpboot, sizeof(smpboot), in npcm7xx_write_secondary_boot()
|
H A D | boot.c | 115 static const ARMInsnFixup smpboot[] = { variable 199 smpboot, fixupcontext); in default_write_secondary()
|
H A D | aspeed.c | 439 MemoryRegion *smpboot = g_new(MemoryRegion, 1); in aspeed_machine_init() local 440 memory_region_init_ram(smpboot, NULL, "aspeed.smpboot", in aspeed_machine_init() 443 AST_SMP_MAILBOX_BASE, smpboot); in aspeed_machine_init()
|
/openbmc/linux/Documentation/devicetree/bindings/arm/bcm/ |
H A D | brcm,brcmstb.txt | 70 smpboot 75 The string "brcm,brcmstb-smpboot". 92 smpboot { 93 compatible = "brcm,brcmstb-smpboot";
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | Makefile | 22 obj-$(CONFIG_SMP) += smp.o smpboot.o
|
/openbmc/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm7445.dtsi | 305 smpboot { 306 compatible = "brcm,brcmstb-smpboot";
|
/openbmc/linux/Documentation/translations/zh_CN/scheduler/ |
H A D | schedutil.rst | 88 - arch/x86/kernel/smpboot.c:"APERF/MPERF frequency ratio computation."
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | Makefile | 67 obj-$(CONFIG_SMP) += smpboot.o
|
/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | cpu_hotplug.rst | 121 smpboot: CPU 4 is now offline 127 smpboot: Booting Node 0 Processor 4 APIC 0x1
|
/openbmc/linux/arch/x86/kernel/ |
H A D | Makefile | 87 obj-$(CONFIG_SMP) += smpboot.o
|
/openbmc/linux/kernel/ |
H A D | Makefile | 13 async.o range.o smpboot.o ucount.o regset.o ksyms_common.o
|
/openbmc/linux/Documentation/scheduler/ |
H A D | schedutil.rst | 89 - arch/x86/kernel/smpboot.c:"APERF/MPERF frequency ratio computation."
|
/openbmc/linux/Documentation/core-api/ |
H A D | cpu_hotplug.rst | 121 smpboot: CPU 4 is now offline 128 smpboot: Booting Node 0 Processor 4 APIC 0x1
|
/openbmc/linux/ |
H A D | MAINTAINERS | 5390 F: include/linux/smpboot.h 5392 F: kernel/smpboot.*
|
H A D | opengrok2.0.log | [all...] |
H A D | opengrok0.0.log | [all...] |
H A D | opengrok1.0.log | [all...] |