Searched refs:determine_mp_bootpg (Results 1 – 9 of 9) sorted by relevance
76 u32 determine_mp_bootpg(unsigned int *pagesize) in determine_mp_bootpg() function90 u32 bootpg = determine_mp_bootpg(NULL); in cpu_mp_lmb_reserve()104 u32 bootpg = determine_mp_bootpg(NULL); in setup_mp()
18 u32 bootpg = determine_mp_bootpg(NULL); in ft_cpu_setup()
179 u32 determine_mp_bootpg(unsigned int *pagesize) in determine_mp_bootpg() function408 u32 bootpg = determine_mp_bootpg(NULL); in cpu_mp_lmb_reserve()422 bootpg = determine_mp_bootpg(&pagesize); in setup_mp()
40 u32 bootpg = determine_mp_bootpg(NULL); in ft_fixup_cpu()
13 u32 determine_mp_bootpg(unsigned int *pagesize);
45 phys_addr_t determine_mp_bootpg(void);
295 if (gd->relocaddr > determine_mp_bootpg(NULL)) { in setup_dest_addr()296 gd->relocaddr = determine_mp_bootpg(NULL); in setup_dest_addr()
309 determine_mp_bootpg(NULL), (u64)4096); in boot_prep_vxworks()
21 phys_addr_t determine_mp_bootpg(void) in determine_mp_bootpg() function