Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/
H A Dsystem.h114 #define PGTABLE_SIZE get_page_table_size() macro
318 #if defined(CONFIG_ARMV7_LPAE) && !defined(PGTABLE_SIZE)
319 #define PGTABLE_SIZE (4096 * 5) macro
320 #elif !defined(PGTABLE_SIZE)
321 #define PGTABLE_SIZE (4096 * 4) macro
/openbmc/u-boot/arch/arm/mach-versal/
H A Dcpu.c79 gd->arch.tlb_size = PGTABLE_SIZE; in reserve_mmu()
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dspl.c105 gd->arch.tlb_size = PGTABLE_SIZE; in board_init_f()
/openbmc/u-boot/arch/arm/mach-zynqmp/
H A Dcpu.c120 gd->arch.tlb_size = PGTABLE_SIZE; in reserve_mmu()
/openbmc/u-boot/drivers/ddr/altera/
H A Dsdram_arria10.c196 gd->arch.tlb_size = PGTABLE_SIZE; in sdram_init_ecc_bits()
/openbmc/u-boot/common/
H A Dboard_f.c386 gd->arch.tlb_size = PGTABLE_SIZE; in reserve_mmu()