Searched refs:mem_protect_chk (Results 1 – 8 of 8) sorted by relevance
/trusted-firmware-a/lib/psci/ |
A D | psci_mem_protect.c | 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()
|
A D | psci_setup.c | 267 if (psci_plat_pm_ops->mem_protect_chk != NULL) in psci_setup()
|
/trusted-firmware-a/plat/arm/css/common/ |
A D | css_pm.c | 355 .mem_protect_chk = arm_psci_mem_protect_chk,
|
/trusted-firmware-a/plat/arm/board/fvp/ |
A D | fvp_pm.c | 459 .mem_protect_chk = arm_psci_mem_protect_chk,
|
/trusted-firmware-a/include/lib/psci/ |
A D | psci.h | 323 int (*mem_protect_chk)(uintptr_t base, u_register_t length); member
|
/trusted-firmware-a/docs/build/TF-A_2.5/ |
A D | searchindex.js | 1 …asur:[4,8,21,38,47,63],mechan:[4,15,22,28,53],mediatek:[4,98,99,100],mem_protect_chk:53,memori:[4,…
|
/trusted-firmware-a/docs/getting_started/ |
A D | porting-guide.rst | 2626 plat_psci_ops.mem_protect_chk()
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/getting_started/ |
A D | porting-guide.rst.txt | 2626 plat_psci_ops.mem_protect_chk()
|
Completed in 29 milliseconds