D | por.h | 12 static inline bool por_elx_allows_read(u64 por, u8 pkey) in por_elx_allows_read() argument 14 u8 perm = POR_ELx_IDX(por, pkey); in por_elx_allows_read() 19 static inline bool por_elx_allows_write(u64 por, u8 pkey) in por_elx_allows_write() argument 21 u8 perm = POR_ELx_IDX(por, pkey); in por_elx_allows_write() 26 static inline bool por_elx_allows_exec(u64 por, u8 pkey) in por_elx_allows_exec() argument 28 u8 perm = POR_ELx_IDX(por, pkey); in por_elx_allows_exec()
|