Searched refs:tss_struct (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/arch/x86/mm/ |
D | cpu_entry_area.c | 171 BUILD_BUG_ON((offsetof(struct tss_struct, x86_tss) ^ in setup_cpu_entry_area() 172 offsetofend(struct tss_struct, x86_tss)) & PAGE_MASK); in setup_cpu_entry_area() 173 BUILD_BUG_ON(sizeof(struct tss_struct) % PAGE_SIZE != 0); in setup_cpu_entry_area() 179 BUILD_BUG_ON(offsetof(struct tss_struct, x86_tss) != 0); in setup_cpu_entry_area() 183 sizeof(struct tss_struct) / PAGE_SIZE, tss_prot); in setup_cpu_entry_area()
|
/Linux-v5.10/arch/x86/kernel/ |
D | asm-offsets.c | 101 OFFSET(TSS_sp0, tss_struct, x86_tss.sp0); in common() 102 OFFSET(TSS_sp1, tss_struct, x86_tss.sp1); in common() 103 OFFSET(TSS_sp2, tss_struct, x86_tss.sp2); in common()
|
D | process.c | 56 __visible DEFINE_PER_CPU_PAGE_ALIGNED(struct tss_struct, cpu_tss_rw) = { 341 static void tss_copy_io_bitmap(struct tss_struct *tss, struct io_bitmap *iobm) in tss_copy_io_bitmap() 367 struct tss_struct *tss = this_cpu_ptr(&cpu_tss_rw); in native_tss_update_io_bitmap()
|
D | hw_breakpoint.c | 284 sizeof(struct tss_struct))) in within_cpu_entry()
|
/Linux-v5.10/arch/x86/include/asm/ |
D | processor.h | 349 (offsetof(struct tss_struct, io_bitmap.bitmap) - \ 350 offsetof(struct tss_struct, x86_tss)) 353 (offsetof(struct tss_struct, io_bitmap.mapall) - \ 354 offsetof(struct tss_struct, x86_tss)) 366 (offsetof(struct tss_struct, x86_tss) + sizeof(struct x86_hw_tss) - 1) 411 struct tss_struct { struct 422 DECLARE_PER_CPU_PAGE_ALIGNED(struct tss_struct, cpu_tss_rw); argument
|
D | cpu_entry_area.h | 106 struct tss_struct tss;
|
D | paravirt_types.h | 51 struct tss_struct;
|
/Linux-v5.10/arch/x86/kernel/cpu/ |
D | common.c | 1634 struct tss_struct *tss; in enable_sep_cpu() 1872 static inline void tss_setup_ist(struct tss_struct *tss) in tss_setup_ist() 1892 static inline void tss_setup_ist(struct tss_struct *tss) { } in tss_setup_ist() 1896 static inline void tss_setup_io_bitmap(struct tss_struct *tss) in tss_setup_io_bitmap() 1918 struct tss_struct *tss = this_cpu_ptr(&cpu_tss_rw); in cpu_init_exception_handling() 1943 struct tss_struct *tss = this_cpu_ptr(&cpu_tss_rw); in cpu_init()
|
/Linux-v5.10/arch/x86/xen/ |
D | enlighten_pv.c | 849 struct tss_struct *tss = this_cpu_ptr(&cpu_tss_rw); in xen_update_io_bitmap()
|