Home
last modified time | relevance | path

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

/kvm-unit-tests/x86/
H A Dvmx_tests.c7600 static void test_canonical(u64 field, const char * field_name, bool host) in test_canonical() function
7691 test_canonical(HOST_BASE_FS, "HOST_BASE_FS", true); in test_host_segment_regs()
7692 test_canonical(HOST_BASE_GS, "HOST_BASE_GS", true); in test_host_segment_regs()
7693 test_canonical(HOST_BASE_TR, "HOST_BASE_TR", true); in test_host_segment_regs()
7702 test_canonical(HOST_BASE_GDTR, "HOST_BASE_GDTR", true); in test_host_desc_tables()
7703 test_canonical(HOST_BASE_IDTR, "HOST_BASE_IDTR", true); in test_host_desc_tables()
7786 test_canonical(HOST_SYSENTER_ESP, "HOST_SYSENTER_ESP", true); in vmx_host_state_area_test()
7787 test_canonical(HOST_SYSENTER_EIP, "HOST_SYSENTER_EIP", true); in vmx_host_state_area_test()
8100 test_canonical(GUEST_SYSENTER_ESP, "GUEST_SYSENTER_ESP", false); in vmx_guest_state_area_test()
8101 test_canonical(GUEST_SYSENTER_EIP, "GUEST_SYSENTER_EIP", false); in vmx_guest_state_area_test()
[all …]