Searched refs:TSS (Results 1 – 4 of 4) sorted by relevance
16 #define TSS(x) this_cpu_read(cpu_tss_rw.x86_tss.x) macro48 regs.ss = TSS(ss); in doublefault_shim()50 regs.sp = TSS(sp); in doublefault_shim()51 regs.flags = TSS(flags); in doublefault_shim()52 regs.cs = TSS(cs); in doublefault_shim()55 regs.ip = TSS(ip); in doublefault_shim()57 regs.gs = TSS(gs); in doublefault_shim()59 regs.fs = TSS(fs); in doublefault_shim()61 regs.es = TSS(es); in doublefault_shim()63 regs.ds = TSS(ds); in doublefault_shim()[all …]
45 index into the Task State Segment (TSS). The IST entries in the TSS
84 b. Percpu TSS is mapped into the user page tables to allow SYSCALL64 path
17 An implementation of the Trusted Software Stack (TSS), the