HomeSort by relevance Sort by last modified time
    Searched refs:final_map (Results 1 - 2 of 2) sorted by null

  /external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
cpu.c 107 for (i = 0; i < ARRAY_SIZE(final_map); i++) {
108 switch (final_map[i].phys) {
110 final_map[i].phys = 0x2000000000ULL;
111 final_map[i].virt = 0x2000000000ULL;
112 final_map[i].size = 0x800000000ULL;
115 final_map[i].phys = 0x2800000000ULL;
116 final_map[i].virt = 0x2800000000ULL;
117 final_map[i].size = 0x800000000ULL;
120 final_map[i].phys = 0x3000000000ULL;
121 final_map[i].virt = 0x3000000000ULL
    [all...]
  /external/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
cpu.h 193 static struct mm_region final_map[] = { variable in typeref:struct:mm_region

Completed in 108 milliseconds