https://github.com/torvalds/linux
Raw File
Tip revision: 92e963f50fc74041b5e9e744c330dca48e04f08d authored by Linus Torvalds on 24 January 2016, 21:06:47 UTC
Linux 4.5-rc1
Tip revision: 92e963f
smc.h
extern int tango_smc(unsigned int val, unsigned int service);

#define tango_set_l2_control(val)	tango_smc(val, 0x102)
#define tango_start_aux_core(val)	tango_smc(val, 0x104)
#define tango_set_aux_boot_addr(val)	tango_smc((unsigned int)val, 0x105)
back to top