Home
last modified time | relevance | path

Searched refs:gp_count (Results 1 – 1 of 1) sorted by relevance

/kvm-unit-tests/x86/
H A Dumip.c11 static volatile int gp_count; variable
16 gp_count++; in gp_handler()
46 gp_count = 0; in do_smsw()
52 gp_count = 0; in do_sldt()
58 gp_count = 0; in do_str()
65 gp_count = 0; in do_sgdt()
72 gp_count = 0; in do_sidt()
78 gp_count = 0; in do_movcr()
87 report(gp_count == 0, "no exception from smsw"); in test_umip_nogp()
89 report(gp_count == 0, "no exception from sgdt"); in test_umip_nogp()
[all …]