Searched refs:tss_struct (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/x86/mm/ |
| H A D | cpu_entry_area.c | 222 BUILD_BUG_ON((offsetof(struct tss_struct, x86_tss) ^ in setup_cpu_entry_area() 223 offsetofend(struct tss_struct, x86_tss)) & PAGE_MASK); in setup_cpu_entry_area() 224 BUILD_BUG_ON(sizeof(struct tss_struct) % PAGE_SIZE != 0); in setup_cpu_entry_area() 230 BUILD_BUG_ON(offsetof(struct tss_struct, x86_tss) != 0); in setup_cpu_entry_area() 234 sizeof(struct tss_struct) / PAGE_SIZE, tss_prot); in setup_cpu_entry_area()
|
| /linux/arch/x86/include/asm/ |
| H A D | processor.h | 338 (offsetof(struct tss_struct, io_bitmap.bitmap) - \ 339 offsetof(struct tss_struct, x86_tss)) 342 (offsetof(struct tss_struct, io_bitmap.mapall) - \ 343 offsetof(struct tss_struct, x86_tss)) 355 (offsetof(struct tss_struct, x86_tss) + sizeof(struct x86_hw_tss) - 1) 400 struct tss_struct { struct 411 DECLARE_PER_CPU_PAGE_ALIGNED(struct tss_struct, cpu_tss_rw); argument
|
| H A D | cpu_entry_area.h | 112 struct tss_struct tss;
|
| /linux/arch/x86/kernel/ |
| H A D | asm-offsets.c | 122 OFFSET(TSS_sp0, tss_struct, x86_tss.sp0); in common() 123 OFFSET(TSS_sp1, tss_struct, x86_tss.sp1); in common() 124 OFFSET(TSS_sp2, tss_struct, x86_tss.sp2); in common()
|
| H A D | process.c | 67 __visible DEFINE_PER_CPU_PAGE_ALIGNED(struct tss_struct, cpu_tss_rw) = { 446 static void tss_copy_io_bitmap(struct tss_struct *tss, struct io_bitmap *iobm) in tss_copy_io_bitmap() 472 struct tss_struct *tss = this_cpu_ptr(&cpu_tss_rw); in native_tss_update_io_bitmap()
|
| H A D | hw_breakpoint.c | 299 sizeof(struct tss_struct))) in within_cpu_entry()
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | common.c | 2130 struct tss_struct *tss; in enable_sep_cpu() 2373 static inline void tss_setup_ist(struct tss_struct *tss) in tss_setup_ist() 2384 static inline void tss_setup_ist(struct tss_struct *tss) { } in tss_setup_ist() 2387 static inline void tss_setup_io_bitmap(struct tss_struct *tss) in tss_setup_io_bitmap() 2409 struct tss_struct *tss = this_cpu_ptr(&cpu_tss_rw); in cpu_init_exception_handling()
|
| /linux/arch/x86/xen/ |
| H A D | enlighten_pv.c | 1033 struct tss_struct *tss = this_cpu_ptr(&cpu_tss_rw); in xen_update_io_bitmap()
|