/arm-trusted-firmware-2.8.0/plat/arm/board/morello/ |
A D | morello_trusted_boot.c | 17 int plat_get_nv_ctr(void *cookie, unsigned int *nv_ctr) in plat_get_nv_ctr() function
|
/arm-trusted-firmware-2.8.0/plat/arm/board/corstone1000/common/ |
A D | corstone1000_trusted_boot.c | 39 int plat_get_nv_ctr(void *cookie, unsigned int *nv_ctr) in plat_get_nv_ctr() function
|
/arm-trusted-firmware-2.8.0/plat/arm/board/n1sdp/ |
A D | n1sdp_trusted_boot.c | 17 int plat_get_nv_ctr(void *cookie, unsigned int *nv_ctr) in plat_get_nv_ctr() function
|
/arm-trusted-firmware-2.8.0/plat/qemu/common/ |
A D | qemu_trusted_boot.c | 21 int plat_get_nv_ctr(void *cookie, unsigned int *nv_ctr) in plat_get_nv_ctr() function
|
/arm-trusted-firmware-2.8.0/plat/rpi/common/ |
A D | rpi3_trusted_boot.c | 21 int plat_get_nv_ctr(void *cookie, unsigned int *nv_ctr) in plat_get_nv_ctr() function
|
/arm-trusted-firmware-2.8.0/plat/socionext/synquacer/ |
A D | sq_tbbr.c | 21 int plat_get_nv_ctr(void *cookie, unsigned int *nv_ctr) in plat_get_nv_ctr() function
|
/arm-trusted-firmware-2.8.0/plat/socionext/uniphier/ |
A D | uniphier_tbbr.c | 21 int plat_get_nv_ctr(void *cookie, unsigned int *nv_ctr) in plat_get_nv_ctr() function
|
/arm-trusted-firmware-2.8.0/plat/hisilicon/hikey/ |
A D | hikey_tbbr.c | 21 int plat_get_nv_ctr(void *cookie, unsigned int *nv_ctr) in plat_get_nv_ctr() function
|
/arm-trusted-firmware-2.8.0/plat/hisilicon/hikey960/ |
A D | hikey960_tbbr.c | 21 int plat_get_nv_ctr(void *cookie, unsigned int *nv_ctr) in plat_get_nv_ctr() function
|
/arm-trusted-firmware-2.8.0/plat/imx/imx7/common/ |
A D | imx7_trusted_boot.c | 21 int plat_get_nv_ctr(void *cookie, unsigned int *nv_ctr) in plat_get_nv_ctr() function
|
/arm-trusted-firmware-2.8.0/plat/imx/imx8m/imx8mm/ |
A D | imx8mm_trusted_boot.c | 21 int plat_get_nv_ctr(void *cookie, unsigned int *nv_ctr) in plat_get_nv_ctr() function
|
/arm-trusted-firmware-2.8.0/plat/imx/imx8m/imx8mp/ |
A D | imx8mp_trusted_boot.c | 21 int plat_get_nv_ctr(void *cookie, unsigned int *nv_ctr) in plat_get_nv_ctr() function
|
/arm-trusted-firmware-2.8.0/plat/nxp/common/tbbr/ |
A D | csf_tbbr.c | 67 int plat_get_nv_ctr(void *cookie, unsigned int *nv_ctr) in plat_get_nv_ctr() function
|
A D | x509_tbbr.c | 32 int plat_get_nv_ctr(void *cookie, unsigned int *nv_ctr) in plat_get_nv_ctr() function
|
/arm-trusted-firmware-2.8.0/drivers/auth/cryptocell/712/ |
A D | cryptocell_plat_helpers.c | 75 int plat_get_nv_ctr(void *cookie, unsigned int *nv_ctr) in plat_get_nv_ctr() function
|
/arm-trusted-firmware-2.8.0/plat/arm/board/common/ |
A D | board_arm_trusted_boot.c | 47 #pragma weak plat_get_nv_ctr macro 228 int plat_get_nv_ctr(void *cookie, unsigned int *nv_ctr) in plat_get_nv_ctr() function
|
/arm-trusted-firmware-2.8.0/drivers/auth/cryptocell/713/ |
A D | cryptocell_plat_helpers.c | 71 int plat_get_nv_ctr(void *cookie, unsigned int *nv_ctr) in plat_get_nv_ctr() function
|
/arm-trusted-firmware-2.8.0/plat/brcm/board/common/ |
A D | board_arm_trusted_boot.c | 22 #pragma weak plat_get_nv_ctr macro 579 int plat_get_nv_ctr(void *cookie, unsigned int *nv_ctr) in plat_get_nv_ctr() function
|
/arm-trusted-firmware-2.8.0/plat/arm/board/fvp/ |
A D | fvp_bl2_measured_boot.c | 147 int rc = plat_get_nv_ctr(nv_ctr_oids[i], in fvp_populate_critical_data()
|
/arm-trusted-firmware-2.8.0/plat/st/common/ |
A D | stm32mp_trusted_boot.c | 172 int plat_get_nv_ctr(void *cookie, unsigned int *nv_ctr) in plat_get_nv_ctr() function
|
/arm-trusted-firmware-2.8.0/include/plat/common/ |
A D | platform.h | 343 int plat_get_nv_ctr(void *cookie, unsigned int *nv_ctr);
|
/arm-trusted-firmware-2.8.0/drivers/auth/ |
A D | auth_mod.c | 287 rc = plat_get_nv_ctr(param->plat_nv_ctr->cookie, &plat_nv_ctr); in auth_nvctr()
|
/arm-trusted-firmware-2.8.0/docs/getting_started/ |
A D | porting-guide.rst | 757 Function: plat_get_nv_ctr() 785 select the counter (as explained in plat_get_nv_ctr()). The second argument is
|