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

  /external/u-boot/arch/powerpc/cpu/mpc85xx/
release.S 312 * __bootpg_addr has the address of __second_half_boot_page
357 .global __second_half_boot_page
358 __second_half_boot_page: label
360 lis r3,(spin_table_compat - __second_half_boot_page)@h
361 ori r3,r3,(spin_table_compat - __second_half_boot_page)@l
362 add r3,r3,r11 /* r11 has the address of __second_half_boot_page */
mp.c 416 extern u32 __bootpg_addr, __spin_table_addr, __second_half_boot_page;
444 __bootpg_addr = (u32)virt_to_phys(&__second_half_boot_page);

Completed in 2678 milliseconds