Searched refs:loaded (Results 1 – 25 of 36) sorted by relevance
12
/arch/arm64/kvm/ |
D | reset.c | 204 bool loaded; in kvm_reset_vcpu() local 216 loaded = (vcpu->cpu != -1); in kvm_reset_vcpu() 217 if (loaded) in kvm_reset_vcpu() 294 if (loaded) in kvm_reset_vcpu()
|
D | arch_timer.c | 235 WARN_ON(timer_ctx && timer_ctx->loaded); in kvm_timer_irq_can_fire() 253 WARN(ctx->loaded, "timer %d loaded\n", i); in kvm_timer_earliest_exp() 325 if (timer_ctx->loaded) { in kvm_timer_should_fire() 438 if (!ctx->loaded) in timer_save_state() 466 ctx->loaded = false; in timer_save_state() 517 if (ctx->loaded) in timer_restore_state() 537 ctx->loaded = true; in timer_restore_state()
|
/arch/h8300/boot/compressed/ |
D | head.S | 46 .long 0 ; address of loaded ramdisk image
|
/arch/m68k/kernel/ |
D | vmlinux-nommu.lds | 7 * This linker script is equipped to build either ROM loaded or RAM
|
/arch/arm/boot/dts/ |
D | armada-388-clearfog-base.dts | 50 * register, rather than preserving reset-loaded setting.
|
D | armada-38x-solidrun-microsom.dtsi | 66 * register, rather than preserving reset-loaded setting.
|
D | armada-385-clearfog-gtr.dtsi | 346 * register, rather than preserving reset-loaded setting.
|
/arch/s390/boot/ |
D | head.S | 41 .long 0x00080000,0x80000000+iplstart # The first 24 bytes are loaded 45 .long 0x020000f0,0x60000050 # The next 160 byte are loaded 54 .long 0x020003c0,0x60000050 # at location 0 is loaded. 262 # everything loaded, go for it
|
/arch/mips/sgi-ip27/ |
D | Kconfig | 29 Change the way a Linux kernel is loaded into memory on a MIPS64
|
/arch/m68k/ |
D | Kconfig.debug | 23 early, i.e. before the normal console driver is loaded.
|
/arch/sh/boot/compressed/ |
D | head_32.S | 125 .long 0 ! address of loaded ramdisk image
|
/arch/mips/kernel/ |
D | entry.S | 143 jal do_notify_resume # a2 already loaded
|
/arch/powerpc/ |
D | Kconfig | 571 location the kernel is loaded at. For ppc32, there is no any 583 it has been loaded at and the compile time physical addresses 594 loaded, as a security feature that deters exploit attempts 604 loaded at, which tends to be non-zero and therefore test the 1136 This option enables the kernel to be loaded at any page aligned 1138 the address where the kernel is loaded. The page size here implies 1168 the kernel will be loaded. Normally this should match PAGE_OFFSET 1181 bool "Set physical address where the kernel is loaded" 1184 This gives the physical address where the kernel is loaded. 1189 hex "Physical address where the kernel is loaded" if PHYSICAL_START_BOOL [all …]
|
/arch/xtensa/boot/boot-redboot/ |
D | bootstrap.S | 91 # a0: address where this code has been loaded
|
/arch/powerpc/boot/dts/fsl/ |
D | p1025rdb_36b.dts | 87 status = "disabled"; /* no firmware loaded */
|
D | p1025rdb_32b.dts | 91 status = "disabled"; /* no firmware loaded */
|
D | p1021mds.dts | 276 status = "disabled"; /* no firmware loaded */
|
/arch/arm/vfp/ |
D | vfphw.S | 133 @ last loaded onto.
|
/arch/arm64/boot/dts/qcom/ |
D | msm8916-longcheer-l8150.dts | 24 // wcnss.mdt is not relocatable, so it must be loaded at 0x8b600000
|
/arch/s390/ |
D | Kconfig | 540 loaded in order for this to work. 608 so it can be loaded at an arbitrary address. 621 this randomizes the address at which the kernel image is loaded, 783 Crash dump kernels are loaded in the main kernel with kexec-tools
|
/arch/sh/ |
D | Kconfig | 573 which are loaded in the main kernel with kexec-tools into 589 hex "Physical address where the kernel is loaded" if (EXPERT || CRASH_DUMP) 592 This gives the physical address where the kernel is loaded
|
/arch/um/ |
D | Kconfig | 100 depend on features that require being dynamically loaded (like NSS).
|
/arch/m68k/q40/ |
D | README | 20 this is not known to have caused any data loss. On highly loaded systems
|
/arch/riscv/ |
D | Kconfig | 428 loaded in the main kernel with kexec-tools into a specially 534 space since the text section of the kernel is not loaded from flash
|
/arch/x86/ |
D | Kconfig | 1933 This kernel feature allows a bzImage to be loaded directly 1993 signature of the kernel image. The image can still be loaded without 1999 loaded in order for this to work. 2022 which are loaded in the main kernel with kexec-tools into 2038 hex "Physical address where the kernel is loaded" if (EXPERT || CRASH_DUMP) 2041 This gives the physical address where the kernel is loaded. 2046 it has been loaded by the boot loader and will ignore above physical 2083 so it can be loaded someplace besides the default 1MB. 2092 it has been loaded at and the compile time physical address 2142 where kernel is loaded and run from. Kernel is compiled for an
|
12