Home
last modified time | relevance | path

Searched refs:initialized (Results 1 – 25 of 32) sorted by relevance

12

/arch/x86/kernel/
Dima_arch.c57 static bool initialized; in arch_ima_get_secureboot() local
59 if (!initialized && efi_enabled(EFI_BOOT)) { in arch_ima_get_secureboot()
64 initialized = true; in arch_ima_get_secureboot()
Dsmpboot.c308 if (c->initialized && c->phys_proc_id == phys_pkg) in topology_phys_to_logical_pkg()
327 if (c->initialized && c->cpu_die_id == die_id && in topology_phys_to_logical_die()
391 c->initialized = true; in smp_store_boot_cpu_info()
403 if (!c->initialized) in smp_store_cpu_info()
411 c->initialized = true; in smp_store_cpu_info()
/arch/mips/loongson2ef/lemote-2f/
Dpm.c80 static int initialized; variable
123 if (initialized == 0) { in wakeup_loongson()
126 initialized = 1; in wakeup_loongson()
/arch/microblaze/kernel/
Dtimer.c249 static int initialized; in xilinx_timer_init() local
254 if (initialized) in xilinx_timer_init()
257 initialized = 1; in xilinx_timer_init()
/arch/nios2/
DKconfig.debug10 early before the console code is initialized.
/arch/powerpc/boot/dts/
Dps3.dts34 * we'll put a null entries here. These will be initialized after
/arch/um/
DKconfig.debug38 early before the console code is initialized.
/arch/s390/purgatory/
DMakefile25 KBUILD_CFLAGS += -fno-zero-initialized-in-bss -fno-builtin -ffreestanding
/arch/x86/purgatory/
DMakefile44 PURGATORY_CFLAGS := -mcmodel=large -ffreestanding -fno-zero-initialized-in-bss -g0
/arch/sparc/include/asm/
Dfloppy_64.h550 static int initialized = 0; in sun_floppy_init() local
556 if (initialized) in sun_floppy_init()
558 initialized = 1; in sun_floppy_init()
/arch/s390/include/asm/
Dgmap.h70 bool initialized; member
/arch/arm64/kvm/vgic/
Dvgic-init.c321 dist->initialized = true; in vgic_init()
333 dist->initialized = false; in kvm_vgic_dist_destroy()
Dvgic-debug.c243 if (!kvm->arch.vgic.initialized) in vgic_debug_show()
/arch/arm/mach-omap2/
Dvc.c748 static bool initialized; in omap_vc_i2c_init() local
752 if (initialized) { in omap_vc_i2c_init()
781 initialized = true; in omap_vc_i2c_init()
/arch/x86/boot/
Dheader.S198 .long 0 # Size of initialized data
238 .long 0 # Size of initialized data
260 .long 0 # Size of initialized data
/arch/x86/
DKconfig.debug28 early before the console code is initialized. For normal operation
41 early before the console code is initialized. For normal operation
55 initialized. Other uses include simpler, lockless logging instead of
/arch/powerpc/platforms/powernv/
Dpci.h122 int initialized; member
/arch/x86/kvm/svm/
Dnested.c519 if (WARN_ON_ONCE(!svm->nested.initialized)) in nested_svm_vmrun()
748 if (svm->nested.initialized) in svm_allocate_nested()
761 svm->nested.initialized = true; in svm_allocate_nested()
771 if (!svm->nested.initialized) in svm_free_nested()
780 svm->nested.initialized = false; in svm_free_nested()
Dsvm.h101 bool initialized; member
/arch/arm/boot/dts/
Darmada-xp-lenovo-ix4-300d.dts227 * Warning: you need both eth1 & 0 PHY initialized (i.e having
/arch/arm/plat-omap/
DKconfig37 initialized and not enabled. To enable the automatic voltage
/arch/s390/kernel/
Ddebug.c157 static int initialized; variable
656 BUG_ON(!initialized); in debug_register_mode()
1522 initialized = 1; in debug_init()
/arch/x86/include/asm/
Dprocessor.h142 unsigned initialized : 1; member
/arch/mips/
DKconfig.debug16 early before the console code is initialized. For normal operation,
/arch/s390/mm/
Dgmap.c1600 if (!sg->initialized) in gmap_find_shadow()
1668 new->initialized = false; in gmap_shadow()
1694 new->initialized = true; in gmap_shadow()
1706 new->initialized = true; in gmap_shadow()

12