Searched refs:x86_hw_tss (Results 1 - 4 of 4) sorted by path

/linux-master/arch/x86/include/asm/
H A Dcpu_entry_area.h77 unsigned long stack[(PAGE_SIZE - sizeof(struct x86_hw_tss)) / sizeof(unsigned long)];
78 struct x86_hw_tss tss;
H A Ddesc.h181 static inline void __set_tss_desc(unsigned cpu, unsigned int entry, struct x86_hw_tss *addr)
H A Dprocessor.h245 struct x86_hw_tss { struct
292 struct x86_hw_tss { struct
339 (offsetof(struct tss_struct, x86_tss) + sizeof(struct x86_hw_tss) - 1)
390 struct x86_hw_tss x86_tss;
/linux-master/arch/x86/mm/
H A Dcpu_entry_area.c227 * okay, since 0x67 covers the size of struct x86_hw_tss. Make sure
231 BUILD_BUG_ON(sizeof(struct x86_hw_tss) != 0x68);

Completed in 200 milliseconds