Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
A Dkernel-pgtable.h95 #define SWAPPER_BLOCK_SIZE PMD_SIZE macro
99 #define SWAPPER_BLOCK_SIZE PAGE_SIZE macro
/linux/arch/arm64/mm/
A Dmmu.c1322 offset = dt_phys % SWAPPER_BLOCK_SIZE; in fixmap_remap_fdt()
1326 create_mapping_noalloc(round_down(dt_phys, SWAPPER_BLOCK_SIZE), in fixmap_remap_fdt()
1327 dt_virt_base, SWAPPER_BLOCK_SIZE, prot); in fixmap_remap_fdt()
1336 if (offset + *size > SWAPPER_BLOCK_SIZE) in fixmap_remap_fdt()
1337 create_mapping_noalloc(round_down(dt_phys, SWAPPER_BLOCK_SIZE), dt_virt_base, in fixmap_remap_fdt()
1338 round_up(offset + *size, SWAPPER_BLOCK_SIZE), prot); in fixmap_remap_fdt()
/linux/arch/arm64/kernel/
A Dhead.S251 bic \count, \phys, #SWAPPER_BLOCK_SIZE - 1
252 populate_entries \tbl, \count, \istart, \iend, \flags, #SWAPPER_BLOCK_SIZE, \tmp

Completed in 10 milliseconds