Home
last modified time | relevance | path

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

/linux-6.15/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); \
H A Dfdtable.h75 unsigned long mask = array_index_mask_nospec(fd, fdt->max_fds); in files_lookup_fd_raw()
/linux-6.15/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-6.15/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-6.15/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-6.15/arch/arm64/include/asm/
H A Dbarrier.h87 #define array_index_mask_nospec array_index_mask_nospec macro
88 static inline unsigned long array_index_mask_nospec(unsigned long idx, in array_index_mask_nospec() function
/linux-6.15/arch/x86/include/asm/
H A Dbarrier.h36 #define array_index_mask_nospec(idx,sz) ({ \ macro
/linux-6.15/fs/
H A Dfile.c984 nospec_mask = array_index_mask_nospec(fd, fdt->max_fds); in __fget_files_rcu()