Searched refs:array_index_mask_nospec (Results 1 - 8 of 8) sorted by last modified time

/linux-master/arch/x86/include/asm/
H A Dbarrier.h28 * array_index_mask_nospec() - generate a mask that is ~0UL when the
36 static __always_inline unsigned long array_index_mask_nospec(unsigned long index, function
49 #define array_index_mask_nospec array_index_mask_nospec macro
/linux-master/include/linux/
H A Dfdtable.h86 unsigned long mask = array_index_mask_nospec(fd, fdt->max_fds);
H A Dnospec.h19 * array_index_mask_nospec() - generate a ~0 mask when index < size, 0 otherwise
27 #ifndef array_index_mask_nospec
28 static inline unsigned long array_index_mask_nospec(unsigned long index, function
59 unsigned long _mask = array_index_mask_nospec(_i, _s); \
/linux-master/fs/
H A Dfile.c964 nospec_mask = array_index_mask_nospec(fd, fdt->max_fds);
/linux-master/arch/loongarch/include/asm/
H A Dbarrier.h64 * array_index_mask_nospec() - generate a ~0 mask when index < size, 0 otherwise
71 #define array_index_mask_nospec array_index_mask_nospec macro
72 static inline unsigned long array_index_mask_nospec(unsigned long index, function
/linux-master/arch/arm64/include/asm/
H A Dbarrier.h83 #define array_index_mask_nospec array_index_mask_nospec macro
84 static inline unsigned long array_index_mask_nospec(unsigned long idx, function
/linux-master/arch/s390/include/asm/
H A Dbarrier.h57 * array_index_mask_nospec - generate a mask for array_idx() that is
62 #define array_index_mask_nospec array_index_mask_nospec macro
63 static inline unsigned long array_index_mask_nospec(unsigned long index, function
/linux-master/arch/arm/include/asm/
H A Dbarrier.h82 static inline unsigned long array_index_mask_nospec(unsigned long idx, function
97 #define array_index_mask_nospec array_index_mask_nospec macro

Completed in 297 milliseconds