Expand description
Architecture-specific primitives for Tartan OS
Modules§
- aarch64
AArch64  - Architecture-specific primitives for 64-bit Arm.
 - arm
ARM  - Architecture-specific primitives for 32-bit Arm.
 - x86
x86  - Architecture-specific primitives for 32-bit x86 processors.
 - x86_64
x86-64  - Architecture-specific primitives for 64-bit x86 processors.
 - x86_
common x86 or x86-64  - Architecture-specific primitives common to 32-bit and 64-bit x86 processors.
 
Macros§
- aarch64_
exception_ vector_ table  - Define an exception vector table that forwards all exceptions to the designated handler.
 - arm_
exception_ vector_ table  - Define an exception vector table that forwards all exceptions to the designated handler.
 
Functions§
- jump⚠
x86 or x86-64  - Unconditionally transfer control to the instruction at the given address