OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__bootpg_addr
(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
315
lis r13,toreset(
__bootpg_addr
)@h
316
ori r13,r13,toreset(
__bootpg_addr
)@l
330
.globl
__bootpg_addr
331
__bootpg_addr
:
label
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 117 milliseconds