Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc86xx/
H A Dmp.c77 u32 determine_mp_bootpg(unsigned int *pagesize) in determine_mp_bootpg() function
91 u32 bootpg = determine_mp_bootpg(NULL); in cpu_mp_lmb_reserve()
105 u32 bootpg = determine_mp_bootpg(NULL); in setup_mp()
H A Dfdt.c21 u32 bootpg = determine_mp_bootpg(NULL); in ft_cpu_setup()
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dmp.c180 u32 determine_mp_bootpg(unsigned int *pagesize) in determine_mp_bootpg() function
409 u32 bootpg = determine_mp_bootpg(NULL); in cpu_mp_lmb_reserve()
423 bootpg = determine_mp_bootpg(&pagesize); in setup_mp()
H A Dfdt.c39 u32 bootpg = determine_mp_bootpg(NULL); in ft_fixup_cpu()
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dmp.h14 u32 determine_mp_bootpg(unsigned int *pagesize);
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
H A Dmp.h46 phys_addr_t determine_mp_bootpg(void);
/OK3568_Linux_fs/u-boot/common/
H A Dboard_f.c324 if (gd->relocaddr > determine_mp_bootpg(NULL)) { in setup_dest_addr()
325 gd->relocaddr = determine_mp_bootpg(NULL); in setup_dest_addr()
/OK3568_Linux_fs/u-boot/arch/powerpc/lib/
H A Dbootm.c310 determine_mp_bootpg(NULL), (u64)4096); in boot_prep_vxworks()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dmp.c22 phys_addr_t determine_mp_bootpg(void) in determine_mp_bootpg() function