6 lines
89 B
ArmAsm
6 lines
89 B
ArmAsm
/* $Id$ */
|
|
.text
|
|
rdmsr /* 0f 32 */
|
|
rdpmc /* 0f 33 */
|
|
rdtsc /* 0f 31 */
|