Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/lib/gpt_rme/
A Dgpt_rme.c1088 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()
1108 nse = (uint64_t)GPT_NSE_NS << GPT_NSE_SHIFT; in gpt_delegate_pas()
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()
1235 nse = (uint64_t)GPT_NSE_NS << GPT_NSE_SHIFT; in gpt_undelegate_pas()
/arm-trusted-firmware-2.8.0/include/lib/gpt_rme/
A Dgpt_rme.h43 #define GPT_NSE_SHIFT U(62) macro

Completed in 4 milliseconds