Searched refs:locore (Results 1 – 5 of 5) sorted by relevance
9 set_property(SOURCE intel64/locore.S PROPERTY LANGUAGE ASM)12 intel64/locore.S
29 * The "locore" must be in the 64K of RAM, so that 16-bit code (with34 SECTION_PROLOGUE(.locore,,)37 *(.locore)38 *(.locore.*)
313 # Split the 'locore' and 'main' memory regions into separate executable314 # images and specify the 'locore' as the boot kernel, in order to prevent321 -j .locore323 ${ZEPHYR_BINARY_DIR}/zephyr-qemu-locore.elf331 -R .locore343 set(QEMU_KERNEL_FILE "${ZEPHYR_BINARY_DIR}/zephyr-qemu-locore.elf")
198 Note that this does not include the "locore" which contains real mode
111 .section .locore,"ax"