Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/x86/
H A Dentry_from_vm86.c197 struct table_desc gdt2 = { .base = 0x1a1a1a1a, .limit = 0xaeae }; in do_umip_tests() local
213 memcpy(&gdt2, test_mem + 2074, sizeof(gdt2)); in do_umip_tests()
229 if (memcmp(&gdt1, &gdt2, sizeof(gdt1))) in do_umip_tests()