Home
last modified time | relevance | path

Searched refs:plat_set_nv_ctr (Results 1 – 21 of 21) sorted by relevance

/external/arm-trusted-firmware/plat/arm/board/common/
Dboard_arm_trusted_boot.c46 #pragma weak plat_set_nv_ctr macro
224 int plat_set_nv_ctr(void *cookie, unsigned int nv_ctr) in plat_set_nv_ctr() function
/external/arm-trusted-firmware/plat/arm/board/diphda/common/
Ddiphda_trusted_boot.c50 int plat_set_nv_ctr(void *cookie, unsigned int nv_ctr) in plat_set_nv_ctr() function
/external/arm-trusted-firmware/plat/common/tbbr/
Dplat_tbbr.c45 return plat_set_nv_ctr(cookie, nv_ctr); in plat_set_nv_ctr2()
/external/arm-trusted-firmware/plat/imx/imx8m/imx8mm/
Dimx8mm_trusted_boot.c28 int plat_set_nv_ctr(void *cookie, unsigned int nv_ctr) in plat_set_nv_ctr() function
/external/arm-trusted-firmware/plat/qemu/common/
Dqemu_trusted_boot.c28 int plat_set_nv_ctr(void *cookie, unsigned int nv_ctr) in plat_set_nv_ctr() function
/external/arm-trusted-firmware/plat/hisilicon/hikey960/
Dhikey960_tbbr.c28 int plat_set_nv_ctr(void *cookie, unsigned int nv_ctr) in plat_set_nv_ctr() function
/external/arm-trusted-firmware/plat/imx/imx8m/imx8mp/
Dimx8mp_trusted_boot.c28 int plat_set_nv_ctr(void *cookie, unsigned int nv_ctr) in plat_set_nv_ctr() function
/external/arm-trusted-firmware/plat/rpi/common/
Drpi3_trusted_boot.c28 int plat_set_nv_ctr(void *cookie, unsigned int nv_ctr) in plat_set_nv_ctr() function
/external/arm-trusted-firmware/plat/socionext/uniphier/
Duniphier_tbbr.c32 int plat_set_nv_ctr(void *cookie, unsigned int nv_ctr) in plat_set_nv_ctr() function
/external/arm-trusted-firmware/plat/hisilicon/hikey/
Dhikey_tbbr.c28 int plat_set_nv_ctr(void *cookie, unsigned int nv_ctr) in plat_set_nv_ctr() function
/external/arm-trusted-firmware/plat/imx/imx7/common/
Dimx7_trusted_boot.c28 int plat_set_nv_ctr(void *cookie, unsigned int nv_ctr) in plat_set_nv_ctr() function
/external/arm-trusted-firmware/plat/nxp/common/tbbr/
Dcsf_tbbr.c78 int plat_set_nv_ctr(void *cookie, unsigned int nv_ctr) in plat_set_nv_ctr() function
Dx509_tbbr.c64 int plat_set_nv_ctr(void *cookie, unsigned int nv_ctr) in plat_set_nv_ctr() function
/external/arm-trusted-firmware/plat/arm/board/fvp_r/
Dfvp_r_trusted_boot.c48 int plat_set_nv_ctr(void *cookie, unsigned int nv_ctr) in plat_set_nv_ctr() function
/external/arm-trusted-firmware/plat/arm/board/fvp/
Dfvp_trusted_boot.c46 int plat_set_nv_ctr(void *cookie, unsigned int nv_ctr) in plat_set_nv_ctr() function
/external/arm-trusted-firmware/drivers/auth/cryptocell/712/
Dcryptocell_plat_helpers.c99 int plat_set_nv_ctr(void *cookie, unsigned int nv_ctr) in plat_set_nv_ctr() function
/external/arm-trusted-firmware/drivers/auth/cryptocell/713/
Dcryptocell_plat_helpers.c95 int plat_set_nv_ctr(void *cookie, unsigned int nv_ctr) in plat_set_nv_ctr() function
/external/arm-trusted-firmware/plat/brcm/board/common/
Dboard_arm_trusted_boot.c23 #pragma weak plat_set_nv_ctr macro
605 int plat_set_nv_ctr(void *cookie, unsigned int nv_ctr) in plat_set_nv_ctr() function
/external/arm-trusted-firmware/include/plat/common/
Dplatform.h311 int plat_set_nv_ctr(void *cookie, unsigned int nv_ctr);
/external/arm-trusted-firmware/drivers/auth/
Dauth_mod.c301 return plat_set_nv_ctr(cookie, nv_ctr); in plat_set_nv_ctr2()
/external/arm-trusted-firmware/docs/getting_started/
Dporting-guide.rst753 Function: plat_set_nv_ctr()
778 interface is defined, then ``plat_set_nv_ctr()`` need not be defined. The