Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/arm/board/neoverse_rd/common/include/nrd3/
H A Dnrd_pas_def3.h260 GPT_GPI_NS)
272 GPT_GPI_NS)
296 GPT_GPI_NS)
320 GPT_GPI_NS)
344 GPT_GPI_NS)
368 GPT_GPI_NS)
392 GPT_GPI_NS)
404 GPT_GPI_NS)
416 GPT_GPI_NS)
428 GPT_GPI_NS)
[all …]
/rk3399_ARM-atf/plat/arm/board/fvp/include/
H A Dfvp_pas_def.h87 GPT_GPI_NS)
95 GPT_GPI_NS)
99 GPT_GPI_NS)
103 GPT_GPI_NS)
/rk3399_ARM-atf/plat/qemu/qemu/include/
H A Dqemu_pas_def.h101 GPT_GPI_NS)
106 GPT_GPI_NS)
/rk3399_ARM-atf/plat/qemu/qemu_sbsa/include/
H A Dqemu_sbsa_pas_def.h56 #define QEMU_PAS_NS0 GPT_MAP_REGION_GRANULE(0, 0, GPT_GPI_NS)
/rk3399_ARM-atf/lib/gpt_rme/
H A Dgpt_rme.c88 { (1 << GPT_GPI_NS), 0x0, 0x0 } },
94 { GPT_L1_REALM_DESC, GPT_NSE_REALM, 0, { 0x0, 0x0, (1 << GPT_GPI_NS) } },
332 case GPT_GPI_NS: in is_gpi_valid()
1136 gpi_config[GPT_GPI_NS].policy[SMC_FROM_NON_SECURE] |= in gpt_enable()
1141 ((1 << GPT_GPI_NS) | (1 << GPT_GPI_NSO)); in gpt_enable()
1143 ((1 << GPT_GPI_NS) | (1 << GPT_GPI_NSO)); in gpt_enable()
1163 gpi_config[GPT_GPI_NS].policy[SMC_FROM_NON_SECURE] |= in gpt_enable()
1166 (1 << GPT_GPI_NS); in gpt_enable()
1917 if (((target_gpi == GPT_GPI_NS) && (gpi_info.gpi == GPT_GPI_NSO)) || in gpt_transition_pas()
1918 ((target_gpi == GPT_GPI_NSO) && (gpi_info.gpi == GPT_GPI_NS))) { in gpt_transition_pas()
[all …]
H A Dgpt_rme_private.h85 #define GPT_L1_NS_DESC GPT_BUILD_L1_DESC(GPT_GPI_NS)
/rk3399_ARM-atf/plat/arm/common/
H A Dplat_arm_sip_svc.c70 ret = gpt_transition_pas(it, &granule_count, GPT_GPI_NS, in plat_protect_memory()
/rk3399_ARM-atf/include/lib/gpt_rme/
H A Dgpt_rme.h53 #define GPT_GPI_NS U(0x9) macro
/rk3399_ARM-atf/services/std_svc/rmmd/trp/
H A Dtrp_main.c195 trp_smc(set_smc_args(FIRME_GM_GPI_SET_FID, x1, 1UL, GPT_GPI_NS, in trp_asc_mark_nonsecure()
/rk3399_ARM-atf/services/std_svc/rmmd/
H A Drmmd_main.c529 ret = gpt_transition_pas(x1, &cnt, GPT_GPI_NS, SMC_FROM_REALM); in rmmd_rmm_el3_handler()