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