Home
last modified time | relevance | path

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

/Zephyr-latest/arch/x86/
Dgen_mmu.py187 self.entries = array.array(self.type_code,
193 ctype = "<" + self.type_code
219 def type_code(self): member in MMUTable
286 type_code = 'Q' variable in Pml4
294 type_code = 'Q' variable in Pdpt
306 type_code = 'I' variable in Pd
315 type_code = 'Q' variable in PdXd
321 type_code = 'I' variable in Pt
329 type_code = 'Q' variable in PtXd
Dgen_gdt.py136 type_code = 0x9 # non-busy 32-bit TSS descriptor
140 type_byte = (present << 7) | (dpl << 5) | type_code