Home
last modified time | relevance | path

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

/libcpu/aarch64/common/
A Dmmu.c47 #define MMU_TYPE_BLOCK 1UL macro
90 if ((page & MMU_TYPE_MASK) == MMU_TYPE_BLOCK) in _kenrel_unmap_4K()
180 if ((page & MMU_TYPE_MASK) == MMU_TYPE_BLOCK) in _kernel_map_4K()
249 if ((page & MMU_TYPE_MASK) == MMU_TYPE_BLOCK) in _kernel_map_2M()
261 pa |= (attr | MMU_TYPE_BLOCK); /* block */ in _kernel_map_2M()
670 if ((page & MMU_TYPE_MASK) == MMU_TYPE_BLOCK) in _map_single_page_2M()
679 pa |= (attr | MMU_TYPE_BLOCK); /* block */ in _map_single_page_2M()
783 if ((page & MMU_TYPE_MASK) == MMU_TYPE_BLOCK) in _query()

Completed in 5 milliseconds