search for: __v7_ca15mp_proc_info

Displaying 1 result from an estimated 1 matches for "__v7_ca15mp_proc_info".

2013 Jul 09
1
[PATCH V3] xen: arm: introduce Cortex-A7 support
...; + +.globl v7_init +v7_init: + /* Set up the SMP bit in ACTLR */ + mrc CP32(r0, ACTLR) + orr r0, r0, #(ACTLR_V7_SMP) /* enable SMP bit */ + mcr CP32(r0, ACTLR) + mov pc, lr + + .section ".init.proc.info", #alloc, #execinstr + .type __v7_ca15mp_proc_info, #object +__v7_ca15mp_proc_info: + .long 0x410FC0F0 /* Cortex-A15 */ + .long 0xFF0FFFF0 /* Mask */ + .long v7_init + .size __v7_ca15mp_proc_info, . - __v7_ca15mp_proc_info + + .section ".init.proc.info", #alloc, #execinstr +...