History log of /haiku/src/system/kernel/arch/arm/asm_offsets.cpp
Revision Date Author Comments
# 6804f6c7 28-Feb-2022 David Karoly <karolyd577@gmail.com>

kernel/arm: implement entering userspace

Change-Id: Icf3945db979a8f4444856fc7157649f48b297c29
Reviewed-on: https://review.haiku-os.org/c/haiku/+/5037
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: Fredrik Holmqvist <fredrik.holmqvist@gmail.com>
Reviewed-by: waddlesplash <waddlesplash@gmail.com>


# 0cf5ecba 06-Nov-2012 Ithamar R. Adema <ithamar@upgrade-android.com>

ARM: Add asm_offsets.cpp

This will generate asm_offsets.h which makes our assembly code
easier to maintain by preventing hardcoded offsets for fields within structures.

(copied from X86 and removed the X86 specifics)


# 0cf5ecba126fe8215db0b079adfb1a6f9ac49e11 06-Nov-2012 Ithamar R. Adema <ithamar@upgrade-android.com>

ARM: Add asm_offsets.cpp

This will generate asm_offsets.h which makes our assembly code
easier to maintain by preventing hardcoded offsets for fields within structures.

(copied from X86 and removed the X86 specifics)