Home
last modified time | relevance | path

Searched refs:x86_hw_tss (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/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 Dprocessor.h267 struct x86_hw_tss { struct
314 struct x86_hw_tss { struct
366 (offsetof(struct tss_struct, x86_tss) + sizeof(struct x86_hw_tss) - 1)
417 struct x86_hw_tss x86_tss;
H A Ddesc.h179 static inline void __set_tss_desc(unsigned cpu, unsigned int entry, struct x86_hw_tss *addr) in __set_tss_desc()
/kernel/linux/linux-6.6/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 Dprocessor.h223 struct x86_hw_tss { struct
270 struct x86_hw_tss { struct
317 (offsetof(struct tss_struct, x86_tss) + sizeof(struct x86_hw_tss) - 1)
368 struct x86_hw_tss x86_tss;
H A Ddesc.h180 static inline void __set_tss_desc(unsigned cpu, unsigned int entry, struct x86_hw_tss *addr) in __set_tss_desc()
/kernel/linux/linux-5.10/arch/x86/mm/
H A Dcpu_entry_area.c229 * okay, since 0x67 covers the size of struct x86_hw_tss. Make sure in setup_cpu_entry_area()
233 BUILD_BUG_ON(sizeof(struct x86_hw_tss) != 0x68); in setup_cpu_entry_area()
/kernel/linux/linux-6.6/arch/x86/mm/
H A Dcpu_entry_area.c227 * okay, since 0x67 covers the size of struct x86_hw_tss. Make sure in setup_cpu_entry_area()
231 BUILD_BUG_ON(sizeof(struct x86_hw_tss) != 0x68); in setup_cpu_entry_area()

Completed in 6 milliseconds