Home
last modified time | relevance | path

Searched full:initialized (Results 1 – 25 of 3198) sorted by relevance

12345678910>>...128

/linux-6.8/include/linux/habanalabs/
Dhl_boot_if.h212 * Initialized in: preboot
217 * Initialized in: preboot
221 * Initialized in: preboot
225 * Initialized in: u-boot
230 * Initialized in: u-boot
232 * CPU_BOOT_DEV_STS0_E2E_CRED_EN E2E credits initialized.
233 * FW initialized E2E credits.
234 * Initialized in: u-boot
236 * CPU_BOOT_DEV_STS0_HBM_CRED_EN HBM credits initialized.
237 * FW initialized HBM credits.
[all …]
/linux-6.8/drivers/net/ethernet/broadcom/
Dbnx2_fw.h11 /* Initialized Values for the Completion Processor. */
27 /* Initialized Values the Command Processor. */
43 /* Initialized Values for the RX Processor. */
59 /* Initialized Values for the TX Patch-up Processor. */
75 /* Initialized Values for the TX Processor. */
/linux-6.8/include/linux/comedi/
Dcomedidev.h29 * @device: COMEDI device to which this subdevice belongs. (Initialized by
32 * (Initialized by comedi_alloc_subdevices().)
33 * @type: Type of subdevice from &enum comedi_subdevice_type. (Initialized by
35 * @n_chan: Number of channels the subdevice supports. (Initialized by the
38 * the COMEDI core and user application. (Initialized by the low-level
41 * asynchronous acquisition commands. (Optionally initialized by the
47 * (Initialized by the low-level driver.)
49 * asynchronous acquisition commands. (Allocated and initialized during
58 * driver. (Initialized by comedi_alloc_subdevices().)
61 * corresponding channel is configured as an output. (Initialized by the
[all …]
/linux-6.8/tools/perf/util/
Dunwind-libunwind.c20 int unwind__prepare_access(struct maps *maps, struct map *map, bool *initialized) in unwind__prepare_access() argument
34 if (initialized) in unwind__prepare_access()
35 *initialized = true; in unwind__prepare_access()
66 if (initialized) in unwind__prepare_access()
67 *initialized = err ? false : true; in unwind__prepare_access()
Dunwind.h46 int unwind__prepare_access(struct maps *maps, struct map *map, bool *initialized);
52 bool *initialized __maybe_unused) in unwind__prepare_access()
74 bool *initialized __maybe_unused) in unwind__prepare_access()
/linux-6.8/arch/riscv/kvm/
Daia_device.c82 /* Writes can only be done before irqchip is initialized */ in aia_config()
176 /* Writes can only be done before irqchip is initialized */ in aia_aplic_addr()
202 /* Writes can only be done before irqchip is initialized */ in aia_imsic_addr()
260 /* Irqchip can be initialized only once */ in aia_init()
309 /* Set the initialized flag */ in aia_init()
310 kvm->arch.aia.initialized = true; in aia_init()
517 /* Proceed only if AIA was initialized successfully */ in kvm_riscv_vcpu_aia_update()
535 /* Proceed only if AIA was initialized successfully */ in kvm_riscv_vcpu_aia_reset()
552 * will be done after AIA device is initialized by the user-space. in kvm_riscv_vcpu_aia_init()
566 /* Proceed only if AIA was initialized successfully */ in kvm_riscv_vcpu_aia_deinit()
[all …]
/linux-6.8/security/integrity/platform_certs/
Dmachine_keyring.c19 pr_notice("Machine keyring initialized\n"); in machine_keyring_init()
66 static bool initialized; in trust_moklist() local
69 if (!initialized) { in trust_moklist()
70 initialized = true; in trust_moklist()
/linux-6.8/fs/cramfs/
Duncompress.c28 static int initialized; variable
61 if (!initialized++) { in cramfs_uncompress_init()
64 initialized = 0; in cramfs_uncompress_init()
76 if (!--initialized) { in cramfs_uncompress_exit()
/linux-6.8/mm/kmsan/
Dkmsan_test.c177 * Test case: ensure that kmalloc'ed memory becomes initialized after memset().
184 kunit_info(test, "initialized kmalloc test (no reports)\n"); in test_init_kmalloc()
191 /* Test case: ensure that kzalloc() returns initialized memory. */
197 kunit_info(test, "initialized kzalloc test (no reports)\n"); in test_init_kzalloc()
214 /* Test case: ensure that local variables with initializers are initialized. */
220 kunit_info(test, "initialized stack variable (no reports)\n"); in test_init_stack_var()
314 * initialized pages is still considered as initialized.
323 kunit_info(test, "pages initialized via vmap (no reports)\n"); in test_init_kmsan_vmap_vunmap()
353 kunit_info(test, "vmalloc buffer can be initialized (no reports)\n"); in test_init_vmalloc()
428 /* Test case: ensure that memcpy() correctly copies initialized values. */
[all …]
/linux-6.8/rust/kernel/
Dinit.rs143 //! /// `foo` is always initialized
155 //! // - when the closure returns `Ok(())`, then it has successfully initialized and
174 //! // All fields of `RawFoo` have been initialized, since `_p` is a ZST.
184 //! // SAFETY: Since `foo` is initialized, destroying is safe.
398 /// The fields are initialized in the order that they appear in the initializer. So it is possible
399 /// to read already initialized fields using raw pointers.
512 /// This signifies that the given field is initialized in-place. As with `struct` initializers, just
652 /// - the fields are initialized in the order given in the initializer.
689 /// - the fields are initialized in the order given in the initializer.
758 /// - returns `Ok(())` if it initialized every field of `slot`,
[all …]
/linux-6.8/Documentation/filesystems/
Dautofs-mount-control.rst216 This structure can be initialized before setting specific fields by using
250 implementation. It requires an initialized struct autofs_dev_ioctl as an
260 by loaded module. This call requires an initialized struct autofs_dev_ioctl
271 path. The open call requires an initialized struct autofs_dev_ioctl with
275 shown in /proc/mounts. The close call requires an initialized struct
287 Both of these calls require an initialized struct autofs_dev_ioctl
305 The call requires an initialized struct autofs_dev_ioctl with the
320 The call requires an initialized struct autofs_dev_ioctl with the
329 The call requires an initialized struct autofs_dev_ioctl with the
339 The call requires an initialized struct autofs_dev_ioctl with the path
[all …]
/linux-6.8/Documentation/core-api/
Ddebug-objects.rst74 whether the object can be initialized. Initializing is not allowed for
97 whether the object can be initialized. Initializing is not allowed for
130 allow the legitimate activation of statically allocated and initialized
191 This function is called to assert that an object has been initialized.
247 The activation of statically initialized objects is a special case. When
251 this is a legitimate case of a statically initialized object or not. In
301 The handling of statically initialized objects is a special case. The
303 initialized object or not. In this case only debug_object_init()
/linux-6.8/arch/x86/xen/
Defi.c26 .revision = 0, /* Initialized later. */
31 .fw_vendor = EFI_INVALID_TABLE_ADDR, /* Initialized later. */
32 .fw_revision = 0, /* Initialized later. */
43 .nr_tables = 0, /* Initialized later. */
44 .tables = EFI_INVALID_TABLE_ADDR /* Initialized later. */
/linux-6.8/drivers/gpu/drm/i915/display/
Dintel_hdcp_gsc_message.c26 dev_err(dev, "DRM not initialized, aborting HDCP.\n"); in intel_hdcp_gsc_initiate_session()
83 dev_err(dev, "DRM not initialized, aborting HDCP.\n"); in intel_hdcp_gsc_verify_receiver_cert_prepare_km()
146 dev_err(dev, "DRM not initialized, aborting HDCP.\n"); in intel_hdcp_gsc_verify_hprime()
194 dev_err(dev, "DRM not initialized, aborting HDCP.\n"); in intel_hdcp_gsc_store_pairing_info()
245 dev_err(dev, "DRM not initialized, aborting HDCP.\n"); in intel_hdcp_gsc_initiate_locality_check()
291 dev_err(dev, "DRM not initialized, aborting HDCP.\n"); in intel_hdcp_gsc_verify_lprime()
341 dev_err(dev, "DRM not initialized, aborting HDCP.\n"); in intel_hdcp_gsc_get_session_key()
393 dev_err(dev, "DRM not initialized, aborting HDCP.\n"); in intel_hdcp_gsc_repeater_check_flow_prepare_ack()
454 dev_err(dev, "DRM not initialized, aborting HDCP.\n"); in intel_hdcp_gsc_verify_mprime()
515 dev_err(dev, "DRM not initialized, aborting HDCP.\n"); in intel_hdcp_gsc_enable_authentication()
[all …]
/linux-6.8/fs/ext4/
Dext4_extents.h141 * initialized extent. This is 2^15 and not (2^16 - 1), since we use the
143 * particular extent is an initialized extent or an unwritten (i.e.
147 * If ee_len is <= 0x8000, it is an initialized extent. Otherwise, it is an
151 * thus we make it as a special case of initialized extent with 0x8000 length.
152 * This way we get better extent-to-group alignment for initialized extents.
153 * Hence, the maximum number of blocks we can have in an *initialized*
206 /* Extent with ee_len of 0x8000 is treated as an initialized extent */ in ext4_ext_is_unwritten()
/linux-6.8/drivers/usb/gadget/
Depautoconf.c24 * initialized. For periodic transfers, the maximum packet
25 * size must also be initialized. This is modified on
54 * is initialized as if the endpoint were used at full speed and
122 * initialized. For periodic transfers, the maximum packet
123 * size must also be initialized. This is modified on success.
142 * is initialized as if the endpoint were used at full speed. Because of
/linux-6.8/drivers/android/
Dbinder_internal.h173 * (invariant after initialized)
182 * (invariant after initialized)
220 * (invariant after initialized)
222 * (invariant after initialized)
224 * (invariant after initialized)
343 * (invariant after initialized)
345 * (invariant after initialized)
348 * (invariant after initialized)
388 * (invariant after initialized)
392 * (invariant after initialized)
/linux-6.8/drivers/s390/cio/
Dvfio_ccw_cp.h30 * @initialized: whether this instance is actually initialized
39 bool initialized; member
/linux-6.8/tools/testing/selftests/bpf/prog_tests/
Darg_parsing.c36 if (!ASSERT_OK_PTR(set.tests, "test filters initialized")) in test_parse_test_list()
46 if (!ASSERT_OK_PTR(set.tests, "test filters initialized")) in test_parse_test_list()
60 if (!ASSERT_OK_PTR(set.tests, "test filters initialized")) in test_parse_test_list()
77 if (!ASSERT_OK_PTR(set.tests, "test filters initialized")) in test_parse_test_list()
93 if (!ASSERT_OK_PTR(set.tests, "test filters initialized")) in test_parse_test_list()
105 if (!ASSERT_OK_PTR(set.tests, "test filters initialized")) in test_parse_test_list()
/linux-6.8/arch/openrisc/mm/
Dioremap.c27 * initialized (early serial console does this) and will want to alloc a page
29 * is initialized so this applies only to kernel pages. In the event that
30 * this is called before memory is initialized we allocate the page using
/linux-6.8/security/integrity/ima/
Dima_efi.c36 static bool initialized; in arch_ima_get_secureboot() local
38 if (!initialized && efi_enabled(EFI_BOOT)) { in arch_ima_get_secureboot()
43 initialized = true; in arch_ima_get_secureboot()
/linux-6.8/Documentation/RCU/
DNMI-RCU.rst71 data that is to be used by the callback must be initialized up -before-
74 initialized values::
110 initialized some data that is to be used by the new NMI
114 to the new NMI handler, but the old pre-initialized
/linux-6.8/security/
DKconfig.hardening47 variables initialized), but the performance impact depends
53 initialized before use in a function.
84 explicitly initialized. This can prevent most classes
103 initialized. This is intended to eliminate all classes
151 bool "Report forcefully initialized variables"
157 initialized. Since not all existing initializers are detected
167 the stack initialized to the poison value, which both reduces
/linux-6.8/drivers/usb/typec/ucsi/
Ddisplayport.c26 bool initialized; member
59 if (!dp->override && dp->initialized) { in ucsi_displayport_enter()
207 if (!dp->override && dp->initialized) { in ucsi_displayport_vdm()
245 if (dp->initialized) in ucsi_displayport_vdm()
248 dp->initialized = true; in ucsi_displayport_vdm()
305 dp->initialized = false; in ucsi_displayport_remove_partner()
/linux-6.8/tools/testing/selftests/bpf/progs/
Diters_state_safety.c76 __failure __msg("expected an initialized iter_num as arg #1")
94 __failure __msg("expected an initialized iter_num as arg #1")
146 __failure __msg("expected an initialized iter_num as arg #1")
261 __failure __msg("expected an initialized iter_num as arg #1")
287 __failure __msg("expected an initialized iter_num as arg #1")
308 __failure __msg("expected an initialized iter_num as arg #1")

12345678910>>...128