Home
last modified time | relevance | path

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

/linux/Documentation/arch/riscv/
H A Dboot.rst128 2. ``setup_vm_final()`` creates the final kernel mapping in ``swapper_pg_dir``
147 ``setup_vm_final()``, the RISC-V kernel uses the fixmap region to map the
/linux/arch/riscv/mm/
H A Dinit.c1003 * setup_vm_final installs the linear mapping. For 32-bit kernel, as the in create_fdt_early_page_table()
1145 * setup_vm_final can not change the mapping established here, in setup_vm()
1222 * in setup_vm_final() below. in setup_vm()
1334 static void __init setup_vm_final(void) in setup_vm_final() function
1387 static inline void setup_vm_final(void) in setup_vm_final() function
1421 setup_vm_final(); in paging_init()