Home
last modified time | relevance | path

Searched refs:read_mem_protect (Results 1 – 6 of 6) sorted by relevance

/rk3399_ARM-atf/lib/psci/
H A Dpsci_mem_protect.c18 assert(psci_plat_pm_ops->read_mem_protect != NULL); in psci_mem_protect()
21 if (psci_plat_pm_ops->read_mem_protect(&val) < 0) { in psci_mem_protect()
H A Dpsci_setup.c288 if ((psci_plat_pm_ops->read_mem_protect != NULL) && in psci_setup()
/rk3399_ARM-atf/plat/arm/css/common/
H A Dcss_pm.c387 .read_mem_protect = arm_psci_read_mem_protect,
/rk3399_ARM-atf/plat/arm/board/fvp/
H A Dfvp_pm.c423 .read_mem_protect = arm_psci_read_mem_protect,
/rk3399_ARM-atf/include/lib/psci/
H A Dpsci.h350 int (*read_mem_protect)(int *val); member
/rk3399_ARM-atf/docs/
H A Dporting-guide.rst3348 plat_psci_ops.read_mem_protect()