Home
last modified time | relevance | path

Searched refs:array_index_mask_nospec (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dnospec.h27 #ifndef array_index_mask_nospec
28 static inline unsigned long array_index_mask_nospec(unsigned long index, in array_index_mask_nospec() function
59 unsigned long _mask = array_index_mask_nospec(_i, _s); \
/linux/arch/s390/include/asm/
H A Dbarrier.h64 #define array_index_mask_nospec array_index_mask_nospec macro
65 static inline unsigned long array_index_mask_nospec(unsigned long index, in array_index_mask_nospec() function
/linux/arch/arm/include/asm/
H A Dbarrier.h82 static inline unsigned long array_index_mask_nospec(unsigned long idx, in array_index_mask_nospec() function
97 #define array_index_mask_nospec array_index_mask_nospec macro
/linux/arch/loongarch/include/asm/
H A Dbarrier.h71 #define array_index_mask_nospec array_index_mask_nospec macro
72 static inline unsigned long array_index_mask_nospec(unsigned long index, in array_index_mask_nospec() function
/linux/fs/
H A Dfile.c978 nospec_mask = array_index_mask_nospec(fd, fdt->max_fds); in __fget_files_rcu()