Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/gpt_rme/
H A Dgpt_rme.c1745 nse = (uint64_t)GPT_NSE_REALM << GPT_NSE_SHIFT; in gpt_delegate_pas()
1749 nse = (uint64_t)GPT_NSE_SECURE << GPT_NSE_SHIFT; in gpt_delegate_pas()
1795 nse = (uint64_t)GPT_NSE_NS << GPT_NSE_SHIFT; in gpt_delegate_pas()
1889 nse = (uint64_t)GPT_NSE_REALM << GPT_NSE_SHIFT; in gpt_undelegate_pas()
1893 nse = (uint64_t)GPT_NSE_SECURE << GPT_NSE_SHIFT; in gpt_undelegate_pas()
1928 nse = (uint64_t)GPT_NSE_NS << GPT_NSE_SHIFT; in gpt_undelegate_pas()
/rk3399_ARM-atf/include/lib/gpt_rme/
H A Dgpt_rme.h53 #define GPT_NSE_SHIFT U(62) macro