Searched hist:"8 ce837cee8f51fb0eacb32c85461ea2f0fafc9f8" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/arm64/include/asm/ |
H A D | mmu.h | diff 8ce837cee8f51fb0eacb32c85461ea2f0fafc9f8 Mon Oct 20 08:42:07 CDT 2014 Ard Biesheuvel <ard.biesheuvel@linaro.org> arm64/mm: add create_pgd_mapping() to create private page tables
For UEFI, we need to install the memory mappings used for Runtime Services in a dedicated set of page tables. Add create_pgd_mapping(), which allows us to allocate and install those page table entries early.
Reviewed-by: Will Deacon <will.deacon@arm.com> Tested-by: Leif Lindholm <leif.lindholm@linaro.org> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
|
H A D | pgtable.h | diff 8ce837cee8f51fb0eacb32c85461ea2f0fafc9f8 Mon Oct 20 08:42:07 CDT 2014 Ard Biesheuvel <ard.biesheuvel@linaro.org> arm64/mm: add create_pgd_mapping() to create private page tables
For UEFI, we need to install the memory mappings used for Runtime Services in a dedicated set of page tables. Add create_pgd_mapping(), which allows us to allocate and install those page table entries early.
Reviewed-by: Will Deacon <will.deacon@arm.com> Tested-by: Leif Lindholm <leif.lindholm@linaro.org> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
|
/openbmc/linux/arch/arm64/mm/ |
H A D | mmu.c | diff 8ce837cee8f51fb0eacb32c85461ea2f0fafc9f8 Mon Oct 20 08:42:07 CDT 2014 Ard Biesheuvel <ard.biesheuvel@linaro.org> arm64/mm: add create_pgd_mapping() to create private page tables
For UEFI, we need to install the memory mappings used for Runtime Services in a dedicated set of page tables. Add create_pgd_mapping(), which allows us to allocate and install those page table entries early.
Reviewed-by: Will Deacon <will.deacon@arm.com> Tested-by: Leif Lindholm <leif.lindholm@linaro.org> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
|