Searched refs:gdt1 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/x86/ |
H A D | entry_from_vm86.c | 196 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()
|
/kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
H A D | entry_from_vm86.c | 196 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()
|
Completed in 1 milliseconds