| /linux/rust/kernel/ |
| H A D | ptr.rs | 29 pub struct Alignment(NonZero<usize>); struct 31 impl Alignment { implementation 94 const { Alignment::new_checked(align_of::<T>()).unwrap() } in of() 183 fn align_down(self, alignment: Alignment) -> Self; in align_down() 199 fn align_up(self, alignment: Alignment) -> Option<Self>; in align_up() 208 fn align_down(self, alignment: Alignment) -> Self { 218 fn align_up(self, alignment: Alignment) -> Option<Self> {
|
| /linux/arch/x86/lib/ |
| H A D | checksum_32.S | 70 subl $2, %ecx # Alignment uses up two bytes. 284 subl $2, %ecx # Alignment uses up two bytes.
|
| /linux/arch/sh/lib/ |
| H A D | checksum.S | 54 add #-2, r5 ! Alignment uses up two bytes. 178 add #-2,r6 ! Alignment uses up two bytes.
|
| /linux/drivers/gpu/nova-core/gsp/ |
| H A D | fw.rs | 17 Alignment, // 116 const GSP_HEAP_ALIGNMENT: Alignment = Alignment::new::<{ 1 << 20 }>(); 250 .align_down(Alignment::new::<SZ_128K>()), in new()
|
| /linux/drivers/gpu/nova-core/ |
| H A D | vbios.rs | 13 Alignment, // 221 self.current_offset = self.current_offset.align_up(Alignment::new::<512>())?; in next()
|
| /linux/arch/powerpc/kernel/ |
| H A D | head_44x.S | 980 SET_IVOR(5, Alignment); 1198 SET_IVOR(5, Alignment);
|
| H A D | head_8xx.S | 126 START_EXCEPTION(INTERRUPT_ALIGNMENT, Alignment) 127 EXCEPTION_PROLOG INTERRUPT_ALIGNMENT Alignment handle_dar_dsisr=1
|
| H A D | head_book3s_32.S | 344 START_EXCEPTION(INTERRUPT_ALIGNMENT, Alignment) 345 EXCEPTION_PROLOG INTERRUPT_ALIGNMENT Alignment handle_dar_dsisr=1
|
| H A D | head_booke.h | 487 START_EXCEPTION(Alignment) \
|
| H A D | head_85xx.S | 173 SET_IVOR(5, Alignment);
|
| /linux/Documentation/arch/x86/ |
| H A D | buslock.rst | 36 Alignment Check (#AC) exception when a split lock operation is attempted.
|
| H A D | boot.rst | 655 Alignment unit required by the kernel (if relocatable_kernel is
|
| /linux/Documentation/networking/device_drivers/ethernet/altera/ |
| H A D | altera_tse.rst | 281 or a bad CRC with a non-integral number of octets (Alignment Error). 286 error) or a bad CRC with a non-integral number of octets (Alignment Error).
|
| /linux/Documentation/wmi/ |
| H A D | acpi-interface.rst | 121 Data Type Layout Alignment
|
| /linux/Documentation/trace/coresight/ |
| H A D | coresight-perf.rst | 29 Idx:0; ID:10; I_ASYNC : Alignment Synchronisation.
|
| /linux/Documentation/netlabel/ |
| H A D | draft-ietf-cipso-ipsecurity-01.txt | 233 3.4.2.3 Alignment Octet 319 3.4.3.3 Alignment Octet 382 3.4.4.3 Alignment Octet
|
| /linux/Documentation/driver-api/cxl/platform/ |
| H A D | bios-and-efi.rst | 98 Physical Address Region Alignment
|
| /linux/Documentation/arch/powerpc/ |
| H A D | transactional_memory.rst | 187 TM_CAUSE_ALIGNMENT Alignment fault.
|
| /linux/Documentation/core-api/ |
| H A D | unaligned-memory-access.rst | 243 Alignment vs. Networking
|
| /linux/Documentation/admin-guide/thermal/ |
| H A D | intel_powerclamp.rst | 91 Alignment of idle time around jiffies ensures scalability for HZ
|
| /linux/Documentation/driver-api/soundwire/ |
| H A D | bra.rst | 334 Alignment requirements are currently not enforced at the core level
|
| /linux/arch/x86/ |
| H A D | Kconfig | 2135 hex "Alignment value to which kernel should be aligned"
|