Home
last modified time | relevance | path

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

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

Completed in 14 milliseconds