Searched refs:tss (Results 1 – 6 of 6) sorted by relevance
/Zephyr-Core-2.7.6/arch/x86/ |
D | gen_idt.py | 77 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/ |
D | cpu.c | 43 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/ |
D | arch.h | 95 unsigned int tss; member 132 .tss = 0 \ 157 .tss = (tss_p) \
|
/Zephyr-Core-2.7.6/arch/x86/core/ia32/ |
D | fatal.c | 137 Z_GENERIC_SECTION(.tss) 150 Z_GENERIC_SECTION(.tss)
|
/Zephyr-Core-2.7.6/include/arch/x86/ia32/scripts/ |
D | shared_kernel_pages.ld | 29 KEEP(*(.tss))
|
/Zephyr-Core-2.7.6/include/arch/x86/intel64/ |
D | linker.ld | 63 *(.tss)
|