Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/include/asm/
Dkernel-pgtable.h112 #define SWAPPER_BLOCK_SIZE SECTION_SIZE macro
116 #define SWAPPER_BLOCK_SIZE PAGE_SIZE macro
/Linux-v4.19/arch/arm64/mm/
Dmmu.c888 offset = dt_phys % SWAPPER_BLOCK_SIZE; in __fixmap_remap_fdt()
892 create_mapping_noalloc(round_down(dt_phys, SWAPPER_BLOCK_SIZE), in __fixmap_remap_fdt()
893 dt_virt_base, SWAPPER_BLOCK_SIZE, prot); in __fixmap_remap_fdt()
902 if (offset + *size > SWAPPER_BLOCK_SIZE) in __fixmap_remap_fdt()
903 create_mapping_noalloc(round_down(dt_phys, SWAPPER_BLOCK_SIZE), dt_virt_base, in __fixmap_remap_fdt()
904 round_up(offset + *size, SWAPPER_BLOCK_SIZE), prot); in __fixmap_remap_fdt()
/Linux-v4.19/arch/arm64/kernel/
Dhead.S275 bic \count, \phys, #SWAPPER_BLOCK_SIZE - 1
276 populate_entries \tbl, \count, \istart, \iend, \flags, #SWAPPER_BLOCK_SIZE, \tmp