Home
last modified time | relevance | path

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

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