Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/services/std_svc/rmmd/trp/
A Dtrp_main.c19 static unsigned int trp_boot_abi_version; variable
58 trp_boot_abi_version = x1; in trp_setup()
60 flush_dcache_range((uintptr_t)&trp_boot_abi_version, in trp_setup()
61 sizeof(trp_boot_abi_version)); in trp_setup()
85 TRP_RMM_EL3_VERSION_GET_MAJOR(trp_boot_abi_version), in trp_main()
86 TRP_RMM_EL3_VERSION_GET_MINOR(trp_boot_abi_version)); in trp_main()

Completed in 2 milliseconds