Home
last modified time | relevance | path

Searched refs:locore (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/arch/x86/core/
Dintel64.cmake9 set_property(SOURCE intel64/locore.S PROPERTY LANGUAGE ASM)
12 intel64/locore.S
/Zephyr-latest/include/zephyr/arch/x86/intel64/
Dlinker.ld29 * The "locore" must be in the 64K of RAM, so that 16-bit code (with
34 SECTION_PROLOGUE(.locore,,)
37 *(.locore)
38 *(.locore.*)
/Zephyr-latest/cmake/emu/
Dqemu.cmake313 # Split the 'locore' and 'main' memory regions into separate executable
314 # images and specify the 'locore' as the boot kernel, in order to prevent
321 -j .locore
323 ${ZEPHYR_BINARY_DIR}/zephyr-qemu-locore.elf
331 -R .locore
343 set(QEMU_KERNEL_FILE "${ZEPHYR_BINARY_DIR}/zephyr-qemu-locore.elf")
/Zephyr-latest/arch/x86/
DKconfig198 Note that this does not include the "locore" which contains real mode
/Zephyr-latest/arch/x86/core/intel64/
Dlocore.S111 .section .locore,"ax"