| /linux-6.15/rust/kernel/alloc/ |
| H A D | allocator.rs | 12 use core::alloc::Layout; 47 fn aligned_size(new_layout: Layout) -> usize { in aligned_size() 87 layout: Layout, in call() argument 88 old_layout: Layout, in call() argument 134 layout: Layout, in realloc() argument 135 old_layout: Layout, in realloc() argument 151 layout: Layout, in realloc() argument 152 old_layout: Layout, in realloc() argument 175 layout: Layout, in realloc() argument 176 old_layout: Layout, in realloc() argument
|
| H A D | layout.rs | 7 use core::{alloc::Layout, marker::PhantomData}; 103 impl<T> From<ArrayLayout<T>> for Layout { implementation 105 let res = Layout::array::<T>(value.len); in from()
|
| H A D | allocator_test.rs | 13 use core::alloc::Layout; 40 layout: Layout, in realloc() argument 41 old_layout: Layout, in realloc() argument
|
| H A D | kbox.rs | 8 use core::alloc::Layout; 235 let layout = Layout::new::<MaybeUninit<T>>(); in new_uninit() 488 let layout = Layout::for_value::<T>(self); in drop()
|
| /linux-6.15/rust/kernel/ |
| H A D | alloc.rs | 31 use core::{alloc::Layout, ptr::NonNull}; 156 fn alloc(layout: Layout, flags: Flags) -> Result<NonNull<[u8]>, AllocError> { in alloc() argument 159 unsafe { Self::realloc(None, layout, Layout::new::<()>(), flags) } in alloc() 196 layout: Layout, in realloc() argument 197 old_layout: Layout, in realloc() argument 210 unsafe fn free(ptr: NonNull<u8>, layout: Layout) { in free() argument 214 let _ = unsafe { Self::realloc(Some(ptr), Layout::new::<()>(), layout, Flags(0)) }; in free() 219 pub(crate) fn dangling_from_layout(layout: Layout) -> NonNull<u8> { in dangling_from_layout()
|
| /linux-6.15/Documentation/gpu/xe/ |
| H A D | xe_firmware.rst | 7 Firmware Layout 11 :doc: CSS-based Firmware Layout 14 :doc: GSC-based Firmware Layout 16 Write Once Protected Content Memory (WOPCM) Layout 20 :doc: Write Once Protected Content Memory (WOPCM) Layout
|
| /linux-6.15/Documentation/arch/arm/samsung/ |
| H A D | overview.rst | 31 Layout chapter 48 Layout changes
|
| /linux-6.15/Documentation/arch/arm/sti/ |
| H A D | overview.rst | 18 Layout chapter
|
| /linux-6.15/Documentation/arch/arm/stm32/ |
| H A D | overview.rst | 20 Layout chapter
|
| /linux-6.15/drivers/nvmem/layouts/ |
| H A D | Kconfig | 9 menu "Layout Types"
|
| /linux-6.15/rust/kernel/sync/ |
| H A D | arc.rs | 27 alloc::Layout, 158 let refcount_layout = Layout::new::<bindings::refcount_t>(); in container_of() 160 let val_layout = Layout::for_value(unsafe { &*ptr }); in container_of()
|
| /linux-6.15/Documentation/arch/powerpc/ |
| H A D | kaslr-booke32.rst | 7 The word KASLR stands for Kernel Address Space Layout Randomization.
|
| H A D | qe_firmware.rst | 18 V - Firmware Structure Layout 166 V - Firmware Structure Layout
|
| /linux-6.15/Documentation/arch/arm/spear/ |
| H A D | overview.rst | 45 Layout chapter
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-firmware-gsmi | 17 Layout:
|
| /linux-6.15/arch/arm/boot/dts/marvell/ |
| H A D | armada-385-linksys-rango.dts | 83 /* AMD/Spansion S34ML02G2 256MiB, OEM Layout */
|
| /linux-6.15/Documentation/gpu/ |
| H A D | i915.rst | 503 WOPCM Layout 507 :doc: WOPCM Layout 517 GuC Firmware Layout 521 :doc: Firmware Layout 566 HuC Firmware Layout 568 The HuC FW layout is the same as the GuC one, see `GuC Firmware Layout`_
|
| /linux-6.15/Documentation/userspace-api/media/drivers/ |
| H A D | dw100.rst | 49 Remap Register Layout
|
| /linux-6.15/Documentation/leds/ |
| H A D | leds-class-multicolor.rst | 32 Directory Layout Example
|
| /linux-6.15/Documentation/sound/designs/ |
| H A D | jack-injection.rst | 35 The Layout of Jack Injection Interface
|
| /linux-6.15/drivers/scsi/mpt3sas/mpi/ |
| H A D | mpi2_image.h | 331 MPI2_FLASH_LAYOUT Layout[]; /*0x10 */ member
|
| /linux-6.15/Documentation/arch/riscv/ |
| H A D | vm-layout.rst | 4 Virtual Memory Layout on RISC-V Linux
|
| /linux-6.15/Documentation/arch/arm/ |
| H A D | memory.rst | 2 Kernel Memory Layout on ARM Linux
|
| /linux-6.15/Documentation/filesystems/ext4/ |
| H A D | group_descr.rst | 7 associated with it. As noted in the Layout section above, the group
|
| /linux-6.15/Documentation/arch/arm64/ |
| H A D | memory.rst | 2 Memory Layout on AArch64 Linux
|