Init support for cpuid and rdtsc instruction handling in occlum. This patch includes: 1. cpuid exception handler for all information leaves; 2. rdtsc exception handler; 3. handler registration; 4. cpuid test; 5. rdtsc test. Signed-off-by: 散樗 <kailun.qkl@antfin.com>
6 lines
76 B
Makefile
6 lines
76 B
Makefile
include ../test_common.mk
|
|
|
|
EXTRA_C_FLAGS :=
|
|
EXTRA_LINK_FLAGS :=
|
|
BIN_ARGS :=
|