Searched full:x86_64 (Results 1 – 25 of 121) sorted by relevance
12345
/Zephyr-latest/boards/acrn/acrn/ |
D | Kconfig | 8 select X86_64 15 select X86_64
|
D | acrn.dts | 51 compatible = "intel,x86_64";
|
/Zephyr-latest/scripts/coredump/gdbstubs/ |
D | __init__.py | 11 from gdbstubs.arch.x86_64 import GdbStub_x86_64 18 X86_64 = 2 variable in TgtCode 32 elif tgt_code == TgtCode.X86_64:
|
/Zephyr-latest/tests/kernel/mem_protect/mem_map/ |
D | testcase.yaml | 21 kernel.memory_protection.mem_map.x86_64: 26 kernel.memory_protection.mem_map.x86_64.coverage: 34 kernel.memory_protection.mem_map.x86_64.coverage.exec:
|
/Zephyr-latest/boards/qemu/x86/ |
D | qemu_x86_64_atom_nokpti.dts | 12 compatible = "intel,x86_64"; 20 compatible = "intel,x86_64";
|
D | qemu_x86_64.dts | 12 compatible = "intel,x86_64"; 34 compatible = "intel,x86_64";
|
D | Kconfig | 11 select X86_64
|
D | qemu_x86_64.yaml | 2 name: QEMU Emulation for X86_64
|
D | qemu_x86_64_atom_nokpti.yaml | 2 name: QEMU Emulation for X86_64 (KPTI disabled)
|
/Zephyr-latest/subsys/profiling/perf/backends/ |
D | Kconfig | 22 depends on X86 && !X86_64 30 depends on X86_64
|
/Zephyr-latest/boards/up-bridge-the-gap/up_squared/ |
D | up_squared.dts | 39 compatible = "intel,apollo-lake", "intel,x86_64"; 46 compatible = "intel,apollo-lake", "intel,x86_64";
|
D | up_squared.yaml | 2 name: UP Squared (x86_64)
|
/Zephyr-latest/arch/x86/core/ |
D | tls.c | 16 * TLS area for x86 and x86_64 has the data/bss first, in arch_tls_stack_setup() 19 * or FS (x86_64). GCC generates code which reads this in arch_tls_stack_setup()
|
D | Kconfig.intel64 | 6 if X86_64 94 endif # X86_64
|
D | Kconfig.ia32 | 6 if !X86_64 199 endif # !X86_64
|
/Zephyr-latest/soc/intel/alder_lake/ |
D | Kconfig | 6 select X86_64
|
/Zephyr-latest/soc/intel/elkhart_lake/ |
D | Kconfig | 6 select X86_64
|
/Zephyr-latest/soc/intel/raptor_lake/ |
D | Kconfig | 6 select X86_64
|
/Zephyr-latest/soc/intel/apollo_lake/ |
D | Kconfig | 6 select X86_64
|
/Zephyr-latest/doc/develop/getting_started/ |
D | installation_linux.rst | 141 wget https://github.com/Kitware/CMake/releases/download/v3.21.1/cmake-3.21.1-Linux-x86_64.sh 142 chmod +x cmake-3.21.1-Linux-x86_64.sh 143 sudo ./cmake-3.21.1-Linux-x86_64.sh --skip-license --prefix=/usr/local 156 wget https://github.com/Kitware/CMake/releases/download/v3.21.1/cmake-3.21.1-Linux-x86_64.sh 157 yes | sh cmake-3.21.1-Linux-x86_64.sh | cat 158 echo "export PATH=$PWD/cmake-3.21.1-Linux-x86_64/bin:\$PATH" >> $HOME/.zephyrrc 240 ``x86_64`` with ``aarch64`` in order to download the 64-bit ARM Linux SDK. 247 tar xvf zephyr-sdk- |sdk-version-trim| _linux-x86_64.tar.xz
|
/Zephyr-latest/doc/develop/toolchains/ |
D | zephyr_sdk.rst | 98 If your host architecture is 64-bit ARM (for example, Raspberry Pi), replace ``x86_64`` 105 tar xvf zephyr-sdk- |sdk-version-trim| _linux-x86_64.tar.xz 139 …sudo cp ~/zephyr-sdk- |sdk-version-trim| /sysroots/x86_64-pokysdk-linux/usr/share/openocd/contrib/… 155 ``x86_64`` with ``aarch64`` in order to download the 64-bit ARM macOS SDK. 161 tar xvf zephyr-sdk- |sdk-version-trim| _macos-x86_64.tar.xz 207 7z x zephyr-sdk- |sdk-version-trim| _windows-x86_64.7z
|
/Zephyr-latest/boards/intel/adl/ |
D | intel_adl.dts | 27 compatible = "intel,x86_64";
|
/Zephyr-latest/tests/kernel/interrupt/src/ |
D | dynamic_isr.c | 70 * For testing arch such as x86, x86_64 and posix which support dynamic 91 /* The isr table for x86_64 is visiable, so check it up here */ in ZTEST()
|
/Zephyr-latest/cmake/toolchain/xtools/ |
D | target.cmake | 10 set(CROSS_COMPILE_TARGET_x86 x86_64-zephyr-elf)
|
/Zephyr-latest/arch/x86/zefi/ |
D | README.txt | 57 via the x86_64 RIP-relative addressing mode and doesn't rely on any 90 directory, and uses the (x86_64 linux) host toolchain right now, when
|
12345