Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/x86/
H A Dentry_from_vm86.c196 struct table_desc gdt1 = { .base = 0x3c3c3c3c, .limit = 0x9999 }; in do_umip_tests() local
208 memcpy(&gdt1, test_mem + 2060, sizeof(gdt1)); in do_umip_tests()
222 gdt1.limit, gdt1.base); in do_umip_tests()
229 if (memcmp(&gdt1, &gdt2, sizeof(gdt1))) in do_umip_tests()