/linux-6.8/include/linux/habanalabs/ |
D | hl_boot_if.h | 212 * 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/ |
D | bnx2_fw.h | 11 /* 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/ |
D | comedidev.h | 29 * @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/ |
D | unwind-libunwind.c | 20 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()
|
D | unwind.h | 46 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/ |
D | aia_device.c | 82 /* 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/ |
D | machine_keyring.c | 19 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/ |
D | uncompress.c | 28 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/ |
D | kmsan_test.c | 177 * 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/ |
D | init.rs | 143 //! /// `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/ |
D | autofs-mount-control.rst | 216 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/ |
D | debug-objects.rst | 74 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/ |
D | efi.c | 26 .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/ |
D | intel_hdcp_gsc_message.c | 26 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/ |
D | ext4_extents.h | 141 * 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/ |
D | epautoconf.c | 24 * 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/ |
D | binder_internal.h | 173 * (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/ |
D | vfio_ccw_cp.h | 30 * @initialized: whether this instance is actually initialized 39 bool initialized; member
|
/linux-6.8/tools/testing/selftests/bpf/prog_tests/ |
D | arg_parsing.c | 36 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/ |
D | ioremap.c | 27 * 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/ |
D | ima_efi.c | 36 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/ |
D | NMI-RCU.rst | 71 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/ |
D | Kconfig.hardening | 47 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/ |
D | displayport.c | 26 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/ |
D | iters_state_safety.c | 76 __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")
|