Searched refs:mem_protect_chk (Results 1 – 6 of 6) sorted by relevance
33 assert(psci_plat_pm_ops->mem_protect_chk != NULL); in psci_mem_chk_range()38 ret = psci_plat_pm_ops->mem_protect_chk(base, length); in psci_mem_chk_range()
266 if (psci_plat_pm_ops->mem_protect_chk != NULL) in psci_setup()
355 .mem_protect_chk = arm_psci_mem_protect_chk,
443 .mem_protect_chk = arm_psci_mem_protect_chk,
323 int (*mem_protect_chk)(uintptr_t base, u_register_t length); member
2497 plat_psci_ops.mem_protect_chk()