/Zephyr-latest/arch/x86/core/ |
D | x86_mmu.c | 1492 static inline int reset_region(uintptr_t start, size_t size) in reset_region() 1499 static inline int apply_region(uintptr_t start, size_t size, pentry_t attr) in apply_region() 1745 static int region_map_update(pentry_t *ptables, void *start, in region_map_update() 1772 static inline int reset_region(pentry_t *ptables, void *start, size_t size) in reset_region() 1779 static inline int apply_region(pentry_t *ptables, void *start, in apply_region()
|
/Zephyr-latest/drivers/timer/ |
D | mchp_xec_rtos_timer.c | 389 uint32_t start = BTMR32_0_REGS->CNT; in arch_busy_wait() local
|
/Zephyr-latest/include/zephyr/arch/xtensa/ |
D | mpu.h | 277 const uintptr_t start; member
|
/Zephyr-latest/drivers/sensor/bosch/bme280/ |
D | bme280.c | 56 uint8_t start, uint8_t *buf, int size) in bme280_reg_read()
|
/Zephyr-latest/include/zephyr/arch/arm/mpu/ |
D | nxp_mpu.h | 235 #define _ARCH_MEM_PARTITION_ALIGN_CHECK(start, size) \ argument
|
/Zephyr-latest/subsys/net/l2/ethernet/lldp/ |
D | lldp.c | 64 static bool lldp_check_timeout(int64_t start, uint32_t time, int64_t timeout) in lldp_check_timeout()
|
/Zephyr-latest/drivers/dma/ |
D | dma_iproc_pax_v1.h | 68 uint64_t start : 1; /*start pkt :56*/ member
|
D | dma_iproc_pax_v2.h | 78 uint64_t start : 1; /*S :56*/ member
|
/Zephyr-latest/soc/nordic/common/ |
D | dmm.c | 76 static bool is_buffer_within_region(uintptr_t start, size_t size, in is_buffer_within_region()
|
/Zephyr-latest/soc/nuvoton/npcx/common/ |
D | soc_espi_taf.h | 117 uint32_t start; member
|
/Zephyr-latest/cmake/linker/iar/ |
D | config_file_script.cmake | 231 set(start "${address}") variable
|
/Zephyr-latest/tests/drivers/flash/common/src/ |
D | main.c | 134 uint32_t start; in ZTEST() local
|
/Zephyr-latest/tests/drivers/flash_simulator/flash_sim_impl/src/ |
D | main.c | 63 static void test_check_pattern32(off_t start, uint32_t (*pattern_gen)(void), in test_check_pattern32()
|
/Zephyr-latest/lib/mem_blocks/ |
D | mem_blocks.c | 404 uint8_t *start, *end; in sys_multi_mem_blocks_free() local
|
/Zephyr-latest/drivers/display/ |
D | display_rm67162.c | 394 uint16_t start, end, h_idx; in rm67162_write() local
|
/Zephyr-latest/drivers/flash/ |
D | flash_sam0.c | 261 off_t start = offset % sizeof(ctx->buf); in flash_sam0_write() local
|
/Zephyr-latest/arch/arm/core/mpu/ |
D | nxp_mpu.c | 515 static inline int is_in_region(uint32_t r_index, uint32_t start, uint32_t size) in is_in_region()
|
/Zephyr-latest/tests/lib/mem_blocks/src/ |
D | main.c | 61 uint8_t *start, *end, *ptr_u8; in check_buffer_bound() local
|
/Zephyr-latest/subsys/net/ip/ |
D | net_pkt.c | 886 #define NET_PKT_ALLOC_STATS_UPDATE(pkt, alloc_size, start) ({ \ argument 902 #define NET_PKT_ALLOC_STATS_FAIL(pkt, alloc_size, start) ({ \ argument 918 #define NET_PKT_ALLOC_STATS_UPDATE(pkt, alloc_size, start) ({ 0; }) argument 919 #define NET_PKT_ALLOC_STATS_FAIL(pkt, alloc_size, start) ({ 0; }) argument
|
/Zephyr-latest/include/zephyr/net/ |
D | ieee802154_radio.h | 1200 net_time_t start; member 1742 int (*start)(const struct device *dev); member
|
D | virtual.h | 101 int (*start)(const struct device *dev); member
|
/Zephyr-latest/subsys/net/lib/http/ |
D | http_parser.c | 1708 const char *start = p; in parser_execute() local 1846 const char *start = p; in parser_execute() local
|
/Zephyr-latest/drivers/sensor/nxp/fxas21002/ |
D | fxas21002.c | 287 uint32_t fxas21002_get_transition_time(enum fxas21002_power start, in fxas21002_get_transition_time()
|
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | fault.c | 140 uint32_t start = (uint32_t)exceptions[i].start & ~0x1U; in memory_fault_recoverable() local
|
/Zephyr-latest/lib/utils/ |
D | onoff.c | 425 bool start = false; /* trigger a start transition */ in onoff_request() local
|