Home
last modified time | relevance | path

Searched refs:define (Results 51 – 75 of 408) sorted by relevance

12345678910>>...17

/Zephyr-latest/soc/cdns/sample_controller32/include/
Dxtensa-sample-controller32.ld22 #define RAMABLE_REGION RAM :sram0_phdr
23 #define ROMABLE_REGION RAM :sram0_phdr
26 #define MPU_SEGMENT_SIZE_ALIGN . = ALIGN(XCHAL_MPU_ALIGN);
27 #define HDR_MPU_SEGMENT_SIZE_ALIGN ALIGN(XCHAL_MPU_ALIGN)
28 #define HDR_4K_OR_MPU_SEGMENT_SIZE_ALIGN ALIGN(XCHAL_MPU_ALIGN)
29 #define LAST_RAM_ALIGN MPU_SEGMENT_SIZE_ALIGN
31 #define MPU_SEGMENT_SIZE_ALIGN . = ALIGN(4);
32 #define HDR_MPU_SEGMENT_SIZE_ALIGN ALIGN(4)
33 #define HDR_4K_OR_MPU_SEGMENT_SIZE_ALIGN ALIGN(4096)
36 #define PHYS_SRAM0_ADDR (DT_REG_ADDR(DT_NODELABEL(sram0)))
[all …]
/Zephyr-latest/boards/snps/nsim/arc_classic/
Dnsim-flash-sram-mem.dtsi10 #define DT_FLASH_SIZE DT_SIZE_M(4)
11 #define DT_SRAM_SIZE DT_SIZE_M(4)
/Zephyr-latest/soc/mediatek/mt8xxx/
Dlinker.ld8 #define SRAM_START DT_REG_ADDR(DT_NODELABEL(sram0))
9 #define SRAM_SIZE DT_REG_SIZE(DT_NODELABEL(sram0))
10 #define DRAM_START DT_REG_ADDR(DT_NODELABEL(dram0))
11 #define DRAM_SIZE DT_REG_SIZE(DT_NODELABEL(dram0))
21 #define RAMABLE_REGION dram
22 #define ROMABLE_REGION dram
/Zephyr-latest/samples/boards/st/mco/boards/
Dnucleo_f429zi.overlay9 #define MCO_SEL_HSE 2
14 #define MCO_PRE_DIV_2 4
Dstm32f746g_disco.overlay13 #define MCO1_SEL_LSE 1
26 #define MCO2_SEL_HSE 2
/Zephyr-latest/soc/infineon/cat1b/cyw20829/
Dlinker.ld24 #define ROMABLE_REGION FLASH
26 #define ROMABLE_REGION RAM
28 #define RAMABLE_REGION RAM
31 #define ROM_ADDR RAM_ADDR
33 #define ROM_ADDR (CONFIG_FLASH_BASE_ADDRESS + CONFIG_FLASH_LOAD_OFFSET)
37 #define ROM_END_OFFSET CONFIG_ROM_END_OFFSET
39 #define ROM_END_OFFSET 0
43 #define ROM_SIZE (CONFIG_FLASH_LOAD_SIZE - ROM_END_OFFSET)
45 #define ROM_SIZE (CONFIG_FLASH_SIZE * 1024 - CONFIG_FLASH_LOAD_OFFSET - ROM_END_OFFSET)
48 #define RAM_SIZE (CONFIG_SRAM_SIZE * 1K)
[all …]
/Zephyr-latest/boards/acrn/acrn/
Dacrn.dts11 #define DT_DRAM_SIZE DT_SIZE_K(8192)
12 #define DT_DRAM_BASE 0
/Zephyr-latest/soc/gaisler/leon3/
Dlinker.ld30 #define ROMABLE_REGION RAM
31 #define RAMABLE_REGION RAM
/Zephyr-latest/include/zephyr/arch/x86/intel64/
Dlinker.ld9 #define ROMABLE_REGION RAM
10 #define RAMABLE_REGION RAM
12 #define MMU_PAGE_ALIGN . = ALIGN(CONFIG_MMU_PAGE_SIZE);
19 #define MMU_PAGE_ALIGN_PERM MMU_PAGE_ALIGN
21 #define MMU_PAGE_ALIGN_PERM
142 #define SMEM_PARTITION_ALIGN(size) MMU_PAGE_ALIGN_PERM
143 #define APP_SHARED_ALIGN MMU_PAGE_ALIGN_PERM
200 #define LAST_RAM_ALIGN MMU_PAGE_ALIGN
/Zephyr-latest/drivers/ipm/
DKconfig.stm3218 use to define the Processor ID for IPCC access
34 use to define the CPU ID used by HSEM
/Zephyr-latest/soc/intel/intel_adsp/cavs/include/
Dxtensa-cavs-linker.ld39 #define RPO_SET(addr, reg) ((addr & 0x1fffffff) | (reg << 29))
40 #define SEGSTART_CACHED RPO_SET(ALIGN(64), CONFIG_XTENSA_CACHED_REGION)
41 #define SEGSTART_UNCACHED RPO_SET(ALIGN(64), CONFIG_XTENSA_UNCACHED_REGION)
43 #define SEGSTART_CACHED .
44 #define SEGSTART_UNCACHED .
45 #define ucram RAM
49 #define IDT_BASE 0xe0000000
50 #define IDT_SIZE 0x2000
56 #define NOLOAD_BASE 0x20000
57 #define NOLOAD_SIZE 0x100000
[all …]
/Zephyr-latest/boards/qemu/x86/
Dqemu_x86_lakemont.dts12 #define DT_DRAM_BASE 0
15 #define DT_DRAM_SIZE DT_SIZE_K(4096)
/Zephyr-latest/boards/shields/weact_ov2640_cam_module/boards/
Dmini_stm32h743.overlay25 #define MCO1_SEL_HSI48 4
30 #define MCO1_PRE_DIV_4 4
/Zephyr-latest/soc/sensry/ganymed/sy1xx/common/
Dlinker.ld22 #define MPU_ALIGN(region_size) . = ALIGN(4)
28 #define ROMABLE_REGION ROM
29 #define RAMABLE_REGION RAM
32 #define ROM_BASE 0x1C010100
33 #define ROM_SIZE 0x5Fa00
36 #define RAM_BASE 0x1C070000
37 #define RAM_SIZE 0x200000
/Zephyr-latest/cmake/linker/
Dlinker_libraries_native.cmake7 # define link order because that allows the build system to hook in alternative
15 # Although library properties are empty per default, then we still define link
/Zephyr-latest/soc/gaisler/gr716a/
Dlinker.ld39 #define ROMABLE_REGION RAM
40 #define RAMABLE_REGION RAM
/Zephyr-latest/arch/posix/
DLinux.aarch64.cmake22 "Otherwise, be sure to define CONFIG_64BIT appropriately.\n"
31 "Otherwise, be sure to define CONFIG_64BIT appropriately.\n"
/Zephyr-latest/include/zephyr/arch/mips/
Dlinker.ld18 #define ROMABLE_REGION RAM
19 #define RAMABLE_REGION RAM
21 #define _VECTOR_SECTION_NAME vector
22 #define _EXCEPTION_SECTION_NAME exceptions
23 #define _RESET_SECTION_NAME reset
/Zephyr-latest/boards/qemu/arc/
Dqemu_arc.dtsi12 #define DT_FLASH_SIZE DT_SIZE_M(4)
13 #define DT_SRAM_SIZE DT_SIZE_M(4)
/Zephyr-latest/include/zephyr/arch/nios2/
Dlinker.ld20 #define _EXCEPTION_SECTION_NAME exceptions
21 #define _RESET_SECTION_NAME reset
43 #define ROM_END_OFFSET CONFIG_ROM_END_OFFSET
45 #define ROM_END_OFFSET 0
49 #define ROMABLE_REGION FLASH
51 #define ROMABLE_REGION RAM
53 #define RAMABLE_REGION RAM
/Zephyr-latest/boards/intel/adl/
Dintel_adl.dts11 #define DT_DRAM_SIZE DT_SIZE_M(2048)
/Zephyr-latest/samples/bluetooth/hci_ipc/dts/arm/nordic/
Doverride.dtsi5 #define NRF_DEFAULT_IRQ_PRIORITY 5
/Zephyr-latest/samples/drivers/led/pwm/boards/
Dnucleo_u575zi_q.overlay8 /* do not define the leds on the pc7 and pb7 but pwmleds */
Dnucleo_f091rc.overlay8 /* do not define the led on the pa5 but a pwmleds */
Dnucleo_l073rz.overlay8 /* do not define the led on the pa5 but a pwmleds */

12345678910>>...17