Home
last modified time | relevance | path

Searched refs:POR_ELx_PERM_GET (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/arch/arm64/include/asm/
H A Dpor.h15 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()
H A Dsysreg.h1056 #define POR_ELx_PERM_GET(idx, reg) (((reg) >> POR_ELx_PERM_SHIFT(idx)) & POE_MASK) macro