Searched refs:SECTION_MASK (Results 1 – 2 of 2) sorted by relevance
483 if (((addr | end | phys) & ~SECTION_MASK) == 0) { in alloc_init_section()603 if (type->prot_l1 == 0 && ((addr | phys | length) & ~SECTION_MASK)) { in create_mapping()840 map.pfn = __phys_to_pfn(CONFIG_XIP_PHYS_ADDR & SECTION_MASK); in devicemaps_init()842 map.length = ((unsigned long)_etext - map.virtual + ~SECTION_MASK) & SECTION_MASK; in devicemaps_init()
144 #define SECTION_MASK (~(SECTION_SIZE-1)) macro