Searched refs:determine_mp_bootpg (Results 1 – 9 of 9) sorted by relevance
77 u32 determine_mp_bootpg(unsigned int *pagesize) in determine_mp_bootpg() function91 u32 bootpg = determine_mp_bootpg(NULL); in cpu_mp_lmb_reserve()105 u32 bootpg = determine_mp_bootpg(NULL); in setup_mp()
21 u32 bootpg = determine_mp_bootpg(NULL); in ft_cpu_setup()
180 u32 determine_mp_bootpg(unsigned int *pagesize) in determine_mp_bootpg() function409 u32 bootpg = determine_mp_bootpg(NULL); in cpu_mp_lmb_reserve()423 bootpg = determine_mp_bootpg(&pagesize); in setup_mp()
39 u32 bootpg = determine_mp_bootpg(NULL); in ft_fixup_cpu()
14 u32 determine_mp_bootpg(unsigned int *pagesize);
46 phys_addr_t determine_mp_bootpg(void);
324 if (gd->relocaddr > determine_mp_bootpg(NULL)) { in setup_dest_addr()325 gd->relocaddr = determine_mp_bootpg(NULL); in setup_dest_addr()
310 determine_mp_bootpg(NULL), (u64)4096); in boot_prep_vxworks()
22 phys_addr_t determine_mp_bootpg(void) in determine_mp_bootpg() function