Searched refs:PAGE_SIZE_2MB_MASK (Results 1 – 2 of 2) sorted by relevance
237 #define PAGE_SIZE_2MB_MASK (PAGE_SIZE_2MB - 1) macro238 #define IS_PAGE_2MB_ALIGNED(addr) (((addr) & PAGE_SIZE_2MB_MASK) == 0)
271 ~(PAGE_SIZE_2MB_MASK), in bl31_plat_arch_setup()273 ~(PAGE_SIZE_2MB_MASK), in bl31_plat_arch_setup()278 (gteearg.atf_log_buf_start & ~(PAGE_SIZE_2MB_MASK)), in bl31_plat_arch_setup()