Searched refs:_base (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/include/zephyr/arch/arm/mpu/ |
D | arm_mpu.h | 50 #define MPU_REGION_ENTRY(_name, _base, _size, _attr) \ argument 53 .base = _base, \ 58 #define MPU_REGION_ENTRY(_name, _base, _attr) \ argument 61 .base = _base, \
|
D | nxp_mpu.h | 228 #define MPU_REGION_ENTRY(_name, _base, _end, _attr) \ argument 231 .base = _base, \
|
/Zephyr-latest/drivers/flash/ |
D | flash_cadence_nand_ll.h | 40 #define CNF_CTRLPARAM(_base, _reg) (_base + (CNF_CTRLPARAM_##_reg)) argument 43 #define CNF_CMDREG(_base, _reg) (_base + (CNF_CMDREG_##_reg)) argument 79 #define CNF_CTRLCFG(_base, _reg) (_base + (CNF_CTRLCFG_##_reg)) argument 90 #define CNF_DI(_base, _reg) (_base + (CNF_DI_##_reg)) argument 124 #define CNF_MINICTRL(_base, _reg) (_base + (CNF_MINICTRL_##_reg)) argument
|
/Zephyr-latest/include/zephyr/arch/arc/v2/mpu/ |
D | arc_mpu.h | 96 #define MPU_REGION_ENTRY(_name, _base, _size, _attr) \ argument 99 .base = _base, \
|
/Zephyr-latest/include/zephyr/arch/arm64/cortex_r/ |
D | arm_mpu.h | 222 #define MPU_REGION_ENTRY(_name, _base, _limit, _attr) \ argument 225 .base = _base, \
|
/Zephyr-latest/drivers/dma/ |
D | dma_iproc_pax.h | 11 #define PAX_DMA_REG_ADDR(_base, _offs) ((_base) + (_offs)) argument
|
/Zephyr-latest/kernel/ |
D | mmu.c | 135 #define VIRT_FOREACH(_base, _size, _pos) \ argument 136 for ((_pos) = (_base); \ 137 (_pos) < ((uint8_t *)(_base) + (_size)); (_pos) += CONFIG_MMU_PAGE_SIZE) 139 #define PHYS_FOREACH(_base, _size, _pos) \ argument 140 for ((_pos) = (_base); \ 141 (_pos) < ((uintptr_t)(_base) + (_size)); (_pos) += CONFIG_MMU_PAGE_SIZE)
|
/Zephyr-latest/scripts/release/ |
D | list_backports.py | 122 self._base = base
|