Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/arch/x86/core/intel64/
Dcpu.c53 .ist7 = (uint64_t) z_x86_exception_stack + CONFIG_X86_EXCEPTION_STACK_SIZE,
65 .ist7 = (uint64_t) z_x86_exception_stack1 + CONFIG_X86_EXCEPTION_STACK_SIZE,
78 .ist7 = (uint64_t) z_x86_exception_stack2 + CONFIG_X86_EXCEPTION_STACK_SIZE,
91 .ist7 = (uint64_t) z_x86_exception_stack3 + CONFIG_X86_EXCEPTION_STACK_SIZE,
/Zephyr-Core-3.6.0/arch/x86/core/offsets/
Dintel64_offsets.c41 GEN_OFFSET_SYM(x86_tss64_t, ist7);
/Zephyr-Core-3.6.0/include/zephyr/arch/x86/intel64/
Dthread.h76 uint64_t ist7; member