Searched refs:__spin_table (Results 1 - 3 of 3) sorted by relevance

/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dspintable.S30 __spin_table: label
63 adr x0, __spin_table
/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dmp.c25 extern u32 __spin_table[];
70 table = (u32 *)&__spin_table;
75 table = (u32 *)&__spin_table + nr * NUM_BOOT_ENTRY;
148 u32 i, val, *table = (u32 *)&__spin_table + nr * NUM_BOOT_ENTRY;
251 return virt_to_phys(&__spin_table);
258 u32 *table = (u32 *)&__spin_table;
337 u32 *table = (u32 *)&__spin_table;
H A Drelease.S485 .globl __spin_table
486 __spin_table: label
498 .space 4096 - (__spin_table_end - __spin_table)

Completed in 162 milliseconds