Crate tartan_arch

Source
Expand description

Architecture-specific primitives for Tartan OS

Modules§

aarch64AArch64
Architecture-specific primitives for 64-bit Arm.
armARM
Architecture-specific primitives for 32-bit Arm.
x86x86
Architecture-specific primitives for 32-bit x86 processors.
x86_64x86-64
Architecture-specific primitives for 64-bit x86 processors.
x86_commonx86 or x86-64
Architecture-specific primitives common to 32-bit and 64-bit x86 processors.

Macros§

aarch64_exception_vector_tableAArch64
Define an exception vector table that forwards all exceptions to the designated handler.
arm_exception_vector_tableARM
Define an exception vector table that forwards all exceptions to the designated handler.

Functions§

jump
Unconditionally transfer control to the instruction at the given address