mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-22 09:03:34 +07:00
6 lines
248 B
C
6 lines
248 B
C
![]() |
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)
|