Lines Matching refs:nse
1023 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()
1235 nse = (uint64_t)GPT_NSE_NS << GPT_NSE_SHIFT; in gpt_undelegate_pas()
1237 flush_dcache_to_popa_range(nse | base, in gpt_undelegate_pas()