Searched refs:POR_ELx_IDX (Results 1 – 1 of 1) sorted by relevance
10 #define POR_ELx_IDX(por_elx, idx) (((por_elx) >> ((idx) * POR_BITS_PER_PKEY)) & 0xf) macro14 u8 perm = POR_ELx_IDX(por, pkey); in por_elx_allows_read()21 u8 perm = POR_ELx_IDX(por, pkey); in por_elx_allows_write()28 u8 perm = POR_ELx_IDX(por, pkey); in por_elx_allows_exec()
Completed in 4 milliseconds