Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/lib/gpt_rme/
Dgpt_rme.c1023 uint64_t nse; in gpt_delegate_pas() local
1088 nse = (uint64_t)GPT_NSE_SECURE << GPT_NSE_SHIFT; in gpt_delegate_pas()
1090 nse = (uint64_t)GPT_NSE_REALM << GPT_NSE_SHIFT; in gpt_delegate_pas()
1098 flush_dcache_to_popa_range(nse | base, in gpt_delegate_pas()
1108 nse = (uint64_t)GPT_NSE_NS << GPT_NSE_SHIFT; in gpt_delegate_pas()
1110 flush_dcache_to_popa_range(nse | base, in gpt_delegate_pas()
1146 uint64_t nse; in gpt_undelegate_pas() local
1222 nse = (uint64_t)GPT_NSE_SECURE << GPT_NSE_SHIFT; in gpt_undelegate_pas()
1224 nse = (uint64_t)GPT_NSE_REALM << GPT_NSE_SHIFT; in gpt_undelegate_pas()
1228 flush_dcache_to_popa_range(nse | base, in gpt_undelegate_pas()
[all …]