Searched refs:l2 (Results 126 - 130 of 130) sorted by relevance

123456

/linux-master/arch/x86/crypto/
H A Daria-aesni-avx-asm_64.S28 #define BM8X8(l0, l1, l2, l3, l4, l5, l6, l7) \
34 ((l2) << (5 * 8)) | \
/linux-master/arch/arm/mm/
H A Dcache-l2x0.c21 #include <asm/hardware/cache-aurora-l2.h>
934 * @np: the device tree node for the l2 cache
962 /* All these l2 caches have the same line = block size actually */
/linux-master/arch/arm64/crypto/
H A Dpoly1305-armv8.pl905 (m/\bum(ul|la)l2\b/ and (s/\.2s/.4s/g or 1)) or
/linux-master/fs/ntfs3/
H A Dntfs_fs.h860 int ntfs_cmp_names(const __le16 *s1, size_t l1, const __le16 *s2, size_t l2,
/linux-master/drivers/block/drbd/
H A Ddrbd_receiver.c2307 static inline int overlaps(sector_t s1, int l1, sector_t s2, int l2) argument
2309 return !((s1 + (l1>>9) <= s2) || (s1 >= s2 + (l2>>9)));

Completed in 147 milliseconds

123456