Home
last modified time | relevance | path

Searched refs:tss_struct (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dcpu_entry_area.c178 BUILD_BUG_ON((offsetof(struct tss_struct, x86_tss) ^ in setup_cpu_entry_area()
179 offsetofend(struct tss_struct, x86_tss)) & PAGE_MASK); in setup_cpu_entry_area()
180 BUILD_BUG_ON(sizeof(struct tss_struct) % PAGE_SIZE != 0); in setup_cpu_entry_area()
186 BUILD_BUG_ON(offsetof(struct tss_struct, x86_tss) != 0); in setup_cpu_entry_area()
190 sizeof(struct tss_struct) / PAGE_SIZE, tss_prot); in setup_cpu_entry_area()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dprocessor.h349 (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
H A Dcpu_entry_area.h112 struct tss_struct tss;
H A Dparavirt_types.h51 struct tss_struct;
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dasm-offsets.c101 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()
H A Dprocess.c56 __visible DEFINE_PER_CPU_PAGE_ALIGNED(struct tss_struct, cpu_tss_rw) = {
359 static void tss_copy_io_bitmap(struct tss_struct *tss, struct io_bitmap *iobm) in tss_copy_io_bitmap()
385 struct tss_struct *tss = this_cpu_ptr(&cpu_tss_rw); in native_tss_update_io_bitmap()
H A Dhw_breakpoint.c298 sizeof(struct tss_struct))) in within_cpu_entry()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dcommon.c1748 struct tss_struct *tss; in enable_sep_cpu()
1986 static inline void tss_setup_ist(struct tss_struct *tss) in tss_setup_ist()
2006 static inline void tss_setup_ist(struct tss_struct *tss) { } in tss_setup_ist()
2010 static inline void tss_setup_io_bitmap(struct tss_struct *tss) in tss_setup_io_bitmap()
2032 struct tss_struct *tss = this_cpu_ptr(&cpu_tss_rw); in cpu_init_exception_handling()
2057 struct tss_struct *tss = this_cpu_ptr(&cpu_tss_rw); in cpu_init()
/OK3568_Linux_fs/kernel/arch/x86/xen/
H A Denlighten_pv.c868 struct tss_struct *tss = this_cpu_ptr(&cpu_tss_rw); in xen_update_io_bitmap()