Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kernel/
Ddoublefault.c37 struct x86_hw_tss *t = (struct x86_hw_tss *)tss; in doublefault_fn()
53 struct x86_hw_tss doublefault_tss __cacheline_aligned = {
/Linux-v5.4/arch/x86/include/asm/
Dprocessor.h160 extern struct x86_hw_tss doublefault_tss;
253 struct x86_hw_tss { struct
300 struct x86_hw_tss { argument
350 struct x86_hw_tss x86_tss;
Ddesc.h184 static inline void __set_tss_desc(unsigned cpu, unsigned int entry, struct x86_hw_tss *addr) in __set_tss_desc()