Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/arch/x86/
Dgen_idt.py77 def create_task_gate(tss, dpl): argument
82 data = struct.pack(gate_desc_format, 0, tss, 0, type_attr, 0)
88 for handler, tss, dpl in idt_config:
89 if handler and tss:
92 if not handler and not tss:
98 data = create_task_gate(tss, dpl)
141 for handler, irq, prio, vec, dpl, tss in intlist:
154 vectors[vec] = (handler, tss, dpl)
158 for handler, irq, prio, vec, dpl, tss in intlist:
172 vectors[vec] = (handler, tss, dpl)
/Zephyr-Core-2.7.6/arch/x86/core/intel64/
Dcpu.c43 Z_GENERIC_SECTION(.tss)
55 Z_GENERIC_SECTION(.tss)
68 Z_GENERIC_SECTION(.tss)
81 Z_GENERIC_SECTION(.tss)
/Zephyr-Core-2.7.6/include/arch/x86/ia32/
Darch.h95 unsigned int tss; member
132 .tss = 0 \
157 .tss = (tss_p) \
/Zephyr-Core-2.7.6/arch/x86/core/ia32/
Dfatal.c137 Z_GENERIC_SECTION(.tss)
150 Z_GENERIC_SECTION(.tss)
/Zephyr-Core-2.7.6/include/arch/x86/ia32/scripts/
Dshared_kernel_pages.ld29 KEEP(*(.tss))
/Zephyr-Core-2.7.6/include/arch/x86/intel64/
Dlinker.ld63 *(.tss)