Searched refs:tss_struct (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/arch/x86/mm/ |
A D | cpu_entry_area.c | 215 BUILD_BUG_ON((offsetof(struct tss_struct, x86_tss) ^ in setup_cpu_entry_area() 216 offsetofend(struct tss_struct, x86_tss)) & PAGE_MASK); in setup_cpu_entry_area() 217 BUILD_BUG_ON(sizeof(struct tss_struct) % PAGE_SIZE != 0); in setup_cpu_entry_area() 223 BUILD_BUG_ON(offsetof(struct tss_struct, x86_tss) != 0); in setup_cpu_entry_area() 227 sizeof(struct tss_struct) / PAGE_SIZE, tss_prot); in setup_cpu_entry_area()
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | processor.h | 300 (offsetof(struct tss_struct, io_bitmap.bitmap) - \ 301 offsetof(struct tss_struct, x86_tss)) 304 (offsetof(struct tss_struct, io_bitmap.mapall) - \ 305 offsetof(struct tss_struct, x86_tss)) 317 (offsetof(struct tss_struct, x86_tss) + sizeof(struct x86_hw_tss) - 1) 362 struct tss_struct { struct 373 DECLARE_PER_CPU_PAGE_ALIGNED(struct tss_struct, cpu_tss_rw); argument
|
A D | cpu_entry_area.h | 112 struct tss_struct tss;
|
A D | paravirt_types.h | 32 struct tss_struct;
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | asm-offsets.c | 114 OFFSET(TSS_sp0, tss_struct, x86_tss.sp0); in common() 115 OFFSET(TSS_sp1, tss_struct, x86_tss.sp1); in common() 116 OFFSET(TSS_sp2, tss_struct, x86_tss.sp2); in common()
|
A D | process.c | 61 __visible DEFINE_PER_CPU_PAGE_ALIGNED(struct tss_struct, cpu_tss_rw) = { 387 static void tss_copy_io_bitmap(struct tss_struct *tss, struct io_bitmap *iobm) in tss_copy_io_bitmap() 413 struct tss_struct *tss = this_cpu_ptr(&cpu_tss_rw); in native_tss_update_io_bitmap()
|
A D | hw_breakpoint.c | 298 sizeof(struct tss_struct))) in within_cpu_entry()
|
/linux-6.3-rc2/arch/x86/kernel/cpu/ |
A D | common.c | 1937 struct tss_struct *tss; in enable_sep_cpu() 2166 static inline void tss_setup_ist(struct tss_struct *tss) in tss_setup_ist() 2184 static inline void tss_setup_ist(struct tss_struct *tss) { } in tss_setup_ist() 2188 static inline void tss_setup_io_bitmap(struct tss_struct *tss) in tss_setup_io_bitmap() 2210 struct tss_struct *tss = this_cpu_ptr(&cpu_tss_rw); in cpu_init_exception_handling()
|
/linux-6.3-rc2/arch/x86/xen/ |
A D | enlighten_pv.c | 877 struct tss_struct *tss = this_cpu_ptr(&cpu_tss_rw); in xen_update_io_bitmap()
|
Completed in 27 milliseconds