Searched refs:POR_ELx_PERM_GET (Results 1 – 2 of 2) sorted by relevance
15 u8 perm = POR_ELx_PERM_GET(pkey, por); in por_elx_allows_read()22 u8 perm = POR_ELx_PERM_GET(pkey, por); in por_elx_allows_write()29 u8 perm = POR_ELx_PERM_GET(pkey, por); in por_elx_allows_exec()
1056 #define POR_ELx_PERM_GET(idx, reg) (((reg) >> POR_ELx_PERM_SHIFT(idx)) & POE_MASK) macro