Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/plat-rzn1/
H A Drzn1_regauth.h10 struct regauth_t { struct
17 static const struct regauth_t regauth[] = { argument
H A Dsm_platform_handler.c18 static const struct regauth_t regauth_pass = {.rmask = ~0U, .wmask = ~0U};
20 static const struct regauth_t *get_regauth(unsigned long paddr) in get_regauth()
39 const struct regauth_t *auth = get_regauth(addr); in oem_sysreg()