Searched refs:STRIDE (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/powerpc/mm/ |
| H A D | large_vm_gpr_corruption.c | 43 #define STRIDE (2ul << 40) // 2TB macro 69 addr = BASE_ADDRESS + (i * STRIDE); in touch_mappings() 121 addr = BASE_ADDRESS + (i * STRIDE); in test()
|
| /linux/drivers/gpu/nova-core/regs/ |
| H A D | macros.rs | 352 register!(@io_relative $name @ $base [ $alias::OFFSET + $idx * $alias::STRIDE ] ); 361 register!(@io_fixed $name @ $alias::OFFSET + $idx * $alias::STRIDE ); 479 pub(crate) const STRIDE: usize = $stride; 492 let offset = Self::OFFSET + (idx * Self::STRIDE); 510 let offset = Self::OFFSET + (idx * Self::STRIDE); 603 pub(crate) const STRIDE: usize = $stride; 621 Self::OFFSET + (idx * Self::STRIDE); 644 Self::OFFSET + (idx * Self::STRIDE);
|
| /linux/lib/crypto/riscv/ |
| H A D | chacha-riscv64-zvkb.S | 61 #define STRIDE t3 macro 159 li STRIDE, 64 206 vlsseg8e32.v v16, (INP), STRIDE 222 vlsseg8e32.v v24, (TMP), STRIDE 245 vssseg8e32.v v16, (OUTP), STRIDE 271 vssseg8e32.v v24, (TMP), STRIDE
|
| /linux/drivers/gpu/drm/imx/dc/ |
| H A D | dc-fu.c | 31 #define STRIDE(x) FIELD_PREP(STRIDE_MASK, (x) - 1) macro 155 STRIDE_MASK, STRIDE(stride)); in dc_fu_set_src_stride()
|