Searched refs:mem_protect_chk (Results 1 – 6 of 6) sorted by relevance
35 assert(psci_plat_pm_ops->mem_protect_chk != NULL); in psci_mem_chk_range()41 ret = psci_plat_pm_ops->mem_protect_chk(base, length); in psci_mem_chk_range()
292 if (psci_plat_pm_ops->mem_protect_chk != NULL) { in psci_setup()
386 .mem_protect_chk = arm_psci_mem_protect_chk,
422 .mem_protect_chk = arm_psci_mem_protect_chk,
349 int (*mem_protect_chk)(uintptr_t base, u_register_t length); member
3356 plat_psci_ops.mem_protect_chk()