Home
last modified time | relevance | path

Searched refs:determine_mp_bootpg (Results 1 – 9 of 9) sorted by relevance

/external/u-boot/arch/powerpc/cpu/mpc86xx/
Dmp.c76 u32 determine_mp_bootpg(unsigned int *pagesize) in determine_mp_bootpg() function
90 u32 bootpg = determine_mp_bootpg(NULL); in cpu_mp_lmb_reserve()
104 u32 bootpg = determine_mp_bootpg(NULL); in setup_mp()
Dfdt.c18 u32 bootpg = determine_mp_bootpg(NULL); in ft_cpu_setup()
/external/u-boot/arch/powerpc/cpu/mpc85xx/
Dmp.c179 u32 determine_mp_bootpg(unsigned int *pagesize) in determine_mp_bootpg() function
408 u32 bootpg = determine_mp_bootpg(NULL); in cpu_mp_lmb_reserve()
422 bootpg = determine_mp_bootpg(&pagesize); in setup_mp()
Dfdt.c40 u32 bootpg = determine_mp_bootpg(NULL); in ft_fixup_cpu()
/external/u-boot/arch/powerpc/include/asm/
Dmp.h13 u32 determine_mp_bootpg(unsigned int *pagesize);
/external/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
Dmp.h45 phys_addr_t determine_mp_bootpg(void);
/external/u-boot/common/
Dboard_f.c295 if (gd->relocaddr > determine_mp_bootpg(NULL)) { in setup_dest_addr()
296 gd->relocaddr = determine_mp_bootpg(NULL); in setup_dest_addr()
/external/u-boot/arch/powerpc/lib/
Dbootm.c309 determine_mp_bootpg(NULL), (u64)4096); in boot_prep_vxworks()
/external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
Dmp.c21 phys_addr_t determine_mp_bootpg(void) in determine_mp_bootpg() function