Home
last modified time | relevance | path

Searched refs:LOAD (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/arch/riscv/core/
Dfpu.S13 #define LOAD fld macro
16 #define LOAD flw macro
65 DO_FP_REGS(LOAD, a0)
/Zephyr-latest/boards/nxp/ucans32k1sic/support/
Dstartup.cmm69 Data.LOAD.Elf &elfFile
76 Data.LOAD.Elf &elfFile /DIFF
82 Data.LOAD.Elf &elfFile /ComPare
94 Data.LOAD.Elf &elfFile
/Zephyr-latest/boards/nxp/mr_canhubk3/support/
Dstartup.cmm76 Data.LOAD.Elf &elfFile
83 Data.LOAD.Elf &elfFile /DIFF
89 Data.LOAD.Elf &elfFile /ComPare
102 Data.LOAD.Elf &elfFile
/Zephyr-latest/drivers/timer/
Dcortex_m_systick.c313 SysTick->LOAD = last_load - 1; in sys_clock_set_timeout()
434 SysTick->LOAD = last_load - 1; in sys_clock_idle_exit()
452 SysTick->LOAD = last_load - 1; in sys_clock_driver_init()
/Zephyr-latest/drivers/watchdog/
Dwdt_mchp_xec.c101 regs->LOAD = 0; in wdt_xec_install_timeout()
123 regs->LOAD = config->window.max; in wdt_xec_install_timeout()
/Zephyr-latest/soc/microchip/mec/common/reg/
Dmec_wdt.h71 volatile uint16_t LOAD; member
/Zephyr-latest/cmake/modules/
DFindZephyr-sdk.cmake10 # - LOAD: Load a Zephyr-SDK. This is the default behavior if no COMPONENTS is specified.
49 set(Zephyr-sdk_FIND_COMPONENTS LOAD)
75 if(DEFINED ZEPHYR_SDK_INSTALL_DIR AND LOAD IN_LIST Zephyr-sdk_FIND_COMPONENTS)
175 if(LOAD IN_LIST Zephyr-sdk_FIND_COMPONENTS)
/Zephyr-latest/samples/subsys/llext/shell_loader/
DREADME.rst76 CONTENTS, ALLOC, LOAD, RELOC, READONLY, CODE
78 CONTENTS, ALLOC, LOAD, DATA
82 CONTENTS, ALLOC, LOAD, READONLY, DATA
/Zephyr-latest/arch/x86/
DCMakeLists.txt15 --rename-section .data=${bin},CONTENTS,ALLOC,LOAD,READONLY,DATA
/Zephyr-latest/boards/arduino/nano_33_ble/support/
Dstartup.cmm105 Data.LOAD.Elf "&elfFile"
/Zephyr-latest/boards/nxp/s32z2xxdc2/support/
Dstartup.cmm147 Data.LOAD.Elf &elfFile EAXI:
/Zephyr-latest/modules/
DKconfig.mcuboot187 bool "MCUboot has been configured for RAM LOAD operation"
/Zephyr-latest/doc/releases/
Drelease-notes-3.2.rst1609 * Added initial support for leveraging the RAM-LOAD mode with the zephyr-rtos port.