Searched refs:POR_ELx_PERM_GET (Results 1 – 3 of 3) 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()
1020 #define POR_ELx_PERM_GET(idx, reg) (((reg) >> POR_ELx_PERM_SHIFT(idx)) & POE_MASK) macro
1052 #define POR_ELx_PERM_GET(idx, reg) (((reg) >> POR_ELx_PERM_SHIFT(idx)) & POE_MASK) macro