BachelorThesis/acronyms.tex

128 lines
2.7 KiB
TeX

\DeclareAcronym{bcb}{
short = BCB,
long = \techterm{Bound Check Bypass}
}
\DeclareAcronym{bhb}{
short = BHB,
long = \techterm{Branch History Buffer}
}
\DeclareAcronym{bhi}{
short = BHI,
long = \techterm{Branch History Injection}
}
\DeclareAcronym{bpu}{
short = BPU,
long = \techterm{Branch Prediction Unit}
}
\DeclareAcronym{btb}{
short = BTB,
long = \techterm{Branch Target Buffer}
}
\DeclareAcronym{bti}{
short = BTI,
long = \techterm{Branch Target Injection}
}
\DeclareAcronym{cp}{
short = CP,
long = \techterm{Cross Privilege}
}
\DeclareAcronym{eibrs}{
short = eIBRS,
long = \techterm{Enhanced Indirect Branch Restricted Speculation}
}
\DeclareAcronym{lifo}{
short = LIFO,
long = \techterm{Last In First Out}
}
\DeclareAcronym{foss}{
short = FOSS,
long = \techterm{Free and Open Source Software}
}
\DeclareAcronym{ibpb}{
short = IBPB,
long = \techterm{Indirect Branch Prediction Barrier}
}
\DeclareAcronym{ibrs}{
short = IBRS,
long = \techterm{Indirect Branch Restricted Speculation}
}
\DeclareAcronym{isa}{
short = ISA,
long = \techterm{Instruction Set Architecture}
}
\DeclareAcronym{kaslr}{
short = KASLR,
long = \techterm{Kernel Address Space Layout Randomization}
}
\DeclareAcronym{llc}{
short = LLC,
long = \techterm{Last-Level Cache}
}
\DeclareAcronym{mmu}{
short = MMU,
long = \techterm{Memory Management Unit}
}
\DeclareAcronym{ooo}{
short = OoO,
long = \techterm{Out-of-Order},
}
\DeclareAcronym{os}{
short = OS,
short-plural = es,
long = \techterm{Operating System},
}
\DeclareAcronym{pa}{
short = PA,
long = \techterm{Physical Address},
long-plural = es
}
\DeclareAcronym{pc}{
short = PC,
long = \techterm{Program Counter}
}
\DeclareAcronym{pf}{
short = PF,
long = \techterm{Page Fault}
}
\DeclareAcronym{poc}{
short = PoC,
long = \techterm{Proof of Concept}
}
\DeclareAcronym{rsb}{
short = RSB,
long = \techterm{Return Stack Buffer}
}
\DeclareAcronym{sls}{
short = SLS,
long = \techterm{Straight Line Speculation}
}
\DeclareAcronym{smap}{
short = SMAP,
long = \techterm{Supervisor Mode Access Prevention}
}
\DeclareAcronym{smep}{
short = SMEP,
long = \techterm{Supervisor Mode Execution Prevention}
}
\DeclareAcronym{smt}{
short = SMT,
long = \techterm{Simultaneous Multithreading}
}
\DeclareAcronym{stibp}{
short = STIBP,
long = \techterm{Single Thread Indirect Branch Prediction}
}
\DeclareAcronym{sut}{
short = SUT,
long = \techterm{System Under Test}
}
\DeclareAcronym{utk}{
short = U $\to$ K,
long = \techterm{User} $\to$ \techterm{Kernel}
}
\DeclareAcronym{va}{
short = VA,
long = \techterm{Virtual Address},
long-plural = es
}