Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
A Dcpu_entry_area.h77 unsigned long stack[(PAGE_SIZE - sizeof(struct x86_hw_tss)) / sizeof(unsigned long)];
78 struct x86_hw_tss tss;
A Dprocessor.h270 struct x86_hw_tss { struct
317 struct x86_hw_tss { argument
364 (offsetof(struct tss_struct, x86_tss) + sizeof(struct x86_hw_tss) - 1)
415 struct x86_hw_tss x86_tss;
A Ddesc.h180 static inline void __set_tss_desc(unsigned cpu, unsigned int entry, struct x86_hw_tss *addr) in __set_tss_desc()
/linux/arch/x86/mm/
A Dcpu_entry_area.c187 BUILD_BUG_ON(sizeof(struct x86_hw_tss) != 0x68); in setup_cpu_entry_area()

Completed in 7 milliseconds