Home
last modified time | relevance | path

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

/reactos/ntoskrnl/kdbg/
H A Dkdb_cli.c2101 ULONG SegDesc[2]; in KdbpCmdGdtLdtIdt() local
2126 … if (!NT_SUCCESS(KdbpSafeReadMemory(SegDesc, (PVOID)((ULONG_PTR)Reg.Base + i), sizeof(SegDesc)))) in KdbpCmdGdtLdtIdt()
2132 Dpl = ((SegDesc[1] >> 13) & 3); in KdbpCmdGdtLdtIdt()
2153 SegSel = SegDesc[0] >> 16; in KdbpCmdGdtLdtIdt()
2159 SegSel = SegDesc[0] >> 16; in KdbpCmdGdtLdtIdt()
2160 SegBase = (SegDesc[1] & 0xffff0000) | (SegDesc[0] & 0x0000ffff); in KdbpCmdGdtLdtIdt()
2200 … if (!NT_SUCCESS(KdbpSafeReadMemory(SegDesc, (PVOID)((ULONG_PTR)Reg.Base + i), sizeof(SegDesc)))) in KdbpCmdGdtLdtIdt()
2206 Dpl = ((SegDesc[1] >> 13) & 3); in KdbpCmdGdtLdtIdt()
2207 Type = ((SegDesc[1] >> 8) & 0xf); in KdbpCmdGdtLdtIdt()
2209 SegBase = SegDesc[0] >> 16; in KdbpCmdGdtLdtIdt()
[all …]