Home
last modified time | relevance | path

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

/trusted-firmware-a/plat/mediatek/mt6795/include/
A Dplatform_def.h233 #define PAGE_SIZE_2MB_MASK (PAGE_SIZE_2MB - 1) macro
234 #define IS_PAGE_2MB_ALIGNED(addr) (((addr) & PAGE_SIZE_2MB_MASK) == 0)
/trusted-firmware-a/plat/mediatek/mt6795/
A Dbl31_plat_setup.c269 ~(PAGE_SIZE_2MB_MASK), in bl31_plat_arch_setup()
271 ~(PAGE_SIZE_2MB_MASK), in bl31_plat_arch_setup()
276 (gteearg.atf_log_buf_start & ~(PAGE_SIZE_2MB_MASK)), in bl31_plat_arch_setup()

Completed in 3 milliseconds