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

  /external/u-boot/arch/powerpc/include/asm/
mp.h 13 u32 determine_mp_bootpg(unsigned int *pagesize);
  /external/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
mp.h 45 phys_addr_t determine_mp_bootpg(void);
  /external/u-boot/arch/powerpc/cpu/mpc86xx/
mp.c 76 u32 determine_mp_bootpg(unsigned int *pagesize) function
90 u32 bootpg = determine_mp_bootpg(NULL);
104 u32 bootpg = determine_mp_bootpg(NULL);
fdt.c 18 u32 bootpg = determine_mp_bootpg(NULL);
  /external/u-boot/arch/powerpc/cpu/mpc85xx/
mp.c 179 u32 determine_mp_bootpg(unsigned int *pagesize) function
408 u32 bootpg = determine_mp_bootpg(NULL);
422 bootpg = determine_mp_bootpg(&pagesize);
fdt.c 40 u32 bootpg = determine_mp_bootpg(NULL);
  /external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
mp.c 21 phys_addr_t determine_mp_bootpg(void) function
  /external/u-boot/arch/powerpc/lib/
bootm.c 309 determine_mp_bootpg(NULL), (u64)4096);
  /external/u-boot/common/
board_f.c 295 if (gd->relocaddr > determine_mp_bootpg(NULL)) {
296 gd->relocaddr = determine_mp_bootpg(NULL);

Completed in 796 milliseconds