Searched refs:GPT_NSE_SHIFT (Results 1 – 2 of 2) sorted by relevance
1745 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()
53 #define GPT_NSE_SHIFT U(62) macro