Searched refs:GPT_IS_L0_ALIGNED (Results 1 – 2 of 2) sorted by relevance
213 #define GPT_IS_L0_ALIGNED(_pa) (((_pa) & (GPT_L0_REGION_SIZE - U(1))) == U(0)) macro
239 if (!GPT_IS_L0_ALIGNED(pas_regions[idx].base_pa) || in gpt_validate_pas_mappings()240 !GPT_IS_L0_ALIGNED(pas_regions[idx].size)) { in gpt_validate_pas_mappings()
Completed in 3 milliseconds