Home
last modified time | relevance | path

Searched defs:STRIDE (Results 1 – 4 of 4) sorted by relevance

/linux/rust/kernel/io/
H A Dregister.rs259 const STRIDE: usize; constant
999 const STRIDE: usize = $stride; constant
1014 const STRIDE: usize = $stride; constant
/linux/lib/crypto/riscv/
H A Dchacha-riscv64-zvkb.S61 #define STRIDE t3 macro
/linux/tools/testing/selftests/powerpc/mm/
H A Dlarge_vm_gpr_corruption.c43 #define STRIDE (2ul << 40) // 2TB macro
/linux/drivers/gpu/drm/imx/dc/
H A Ddc-fu.c31 #define STRIDE(x) FIELD_PREP(STRIDE_MASK, (x) - 1) macro