Searched refs:initialized (Results 1 – 25 of 39) sorted by relevance
12
80 static int initialized; variable123 if (initialized == 0) { in wakeup_loongson()126 initialized = 1; in wakeup_loongson()
46 if (!sg->initialized) in gmap_find_shadow()95 new->initialized = false; in gmap_shadow()121 new->initialized = true; in gmap_shadow()133 new->initialized = true; in gmap_shadow()
249 static int initialized; in xilinx_timer_init() local258 if (initialized) in xilinx_timer_init()261 initialized = 1; in xilinx_timer_init()
22 bool initialized; member78 #define kvm_riscv_aia_initialized(k) ((k)->arch.aia.initialized)
11 early before the console code is initialized.
34 * we'll put a null entries here. These will be initialized after
38 early before the console code is initialized.
18 KBUILD_CFLAGS += -fno-zero-initialized-in-bss -fno-builtin -ffreestanding
16 if (!c->initialized) in cpu_debug_show()
36 PURGATORY_CFLAGS := -mcmodel=small -ffreestanding -fno-zero-initialized-in-bss -g0
551 static int initialized = 0; in sun_floppy_init() local557 if (initialized) in sun_floppy_init()559 initialized = 1; in sun_floppy_init()
66 bool initialized; member
81 * The driver depends on boot loader initialized state which resets when this
44 * The driver depends on boot loader initialized state which resets when this
745 static bool initialized; in omap_vc_i2c_init() local749 if (initialized) { in omap_vc_i2c_init()778 initialized = true; in omap_vc_i2c_init()
172 initialized and not enabled. To enable the automatic voltage
55 PURGATORY_CFLAGS := -mcmodel=medany -ffreestanding -fno-zero-initialized-in-bss
415 dist->initialized = true; in vgic_init()426 dist->initialized = false; in kvm_vgic_dist_destroy()
22 early before the console code is initialized. For normal operation35 early before the console code is initialized. For normal operation49 initialized. Other uses include simpler, lockless logging instead of
176 initialized : 1, member
159 static int initialized; variable815 BUG_ON(!initialized); in debug_register_mode()871 if (!initialized) { in debug_register_static()1734 initialized = 1; in debug_init()
227 * Warning: you need both eth1 & 0 PHY initialized (i.e having
974 if (WARN_ON_ONCE(!svm->nested.initialized)) in nested_svm_vmrun()1288 if (svm->nested.initialized) in svm_allocate_nested()1301 svm->nested.initialized = true; in svm_allocate_nested()1311 if (!svm->nested.initialized) in svm_free_nested()1332 svm->nested.initialized = false; in svm_free_nested()
189 unsigned initialized : 1; member
238 /* QUP clock is not initialized, set rate */
Completed in 43 milliseconds