Home
last modified time | relevance | path

Searched refs:Layout (Results 1 – 25 of 40) sorted by relevance

12

/linux/rust/kernel/alloc/
H A Dallocator.rs6 use core::alloc::{GlobalAlloc, Layout};
17 pub(crate) unsafe fn krealloc_aligned(ptr: *mut u8, new_layout: Layout, flags: Flags) -> *mut u8 { in krealloc_aligned() argument
35 unsafe fn alloc(&self, layout: Layout) -> *mut u8 { in alloc()
41 unsafe fn dealloc(&self, ptr: *mut u8, _layout: Layout) { in dealloc() argument
47 unsafe fn realloc(&self, ptr: *mut u8, layout: Layout, new_size: usize) -> *mut u8 { in realloc() argument
52 let layout = unsafe { Layout::from_size_align_unchecked(new_size, layout.align()) }; in realloc()
62 unsafe fn alloc_zeroed(&self, layout: Layout) -> *mut u8 { in alloc_zeroed()
H A Dbox_ext.rs58 let layout = core::alloc::Layout::new::<MaybeUninit<T>>(); in new_uninit()
H A Dvec_ext.rs135 let layout = core::alloc::Layout::array::<T>(new_cap).map_err(|_| AllocError)?; in reserve()
/linux/Documentation/gpu/xe/
H A Dxe_firmware.rst7 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/Documentation/arch/arm/samsung/
H A Doverview.rst31 Layout chapter
48 Layout changes
/linux/rust/kernel/sync/
H A Darc.rs28 alloc::Layout,
149 let refcount_layout = Layout::new::<bindings::refcount_t>(); in container_of()
151 let val_layout = Layout::for_value(unsafe { &*ptr }); in container_of()
/linux/Documentation/arch/arm/sti/
H A Doverview.rst18 Layout chapter
/linux/Documentation/arch/arm/stm32/
H A Doverview.rst20 Layout chapter
/linux/Documentation/arch/powerpc/
H A Dkaslr-booke32.rst7 The word KASLR stands for Kernel Address Space Layout Randomization.
H A Dqe_firmware.rst18 V - Firmware Structure Layout
166 V - Firmware Structure Layout
H A Dimc.rst107 LDBAR Register Layout
/linux/Documentation/arch/arm/spear/
H A Doverview.rst45 Layout chapter
/linux/Documentation/gpu/
H A Di915.rst503 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/arch/arm/boot/dts/marvell/
H A Darmada-385-linksys-rango.dts83 /* AMD/Spansion S34ML02G2 256MiB, OEM Layout */
/linux/Documentation/ABI/testing/
H A Dsysfs-firmware-gsmi17 Layout:
/linux/Documentation/userspace-api/media/drivers/
H A Ddw100.rst49 Remap Register Layout
/linux/Documentation/leds/
H A Dleds-class-multicolor.rst32 Directory Layout Example
/linux/Documentation/sound/designs/
H A Djack-injection.rst35 The Layout of Jack Injection Interface
/linux/Documentation/arch/arm/
H A Dmemory.rst2 Kernel Memory Layout on ARM Linux
/linux/drivers/scsi/mpt3sas/mpi/
H A Dmpi2_image.h331 MPI2_FLASH_LAYOUT Layout[]; /*0x10 */ member
/linux/Documentation/arch/riscv/
H A Dvm-layout.rst4 Virtual Memory Layout on RISC-V Linux
/linux/Documentation/admin-guide/media/
H A Dsi476x.rst159 RSQ(Received Signal Quality) for primary tuner only. Layout is as
/linux/Documentation/filesystems/ext4/
H A Dgroup_descr.rst7 associated with it. As noted in the Layout section above, the group
/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
H A Dethernet-driver.rst163 Datapath Layout Binary file (DPL) that is parsed by MC at boot time; or created
/linux/Documentation/arch/arm64/
H A Dmemory.rst2 Memory Layout on AArch64 Linux

12