Home
last modified time | relevance | path

Searched refs:h (Results 1 – 25 of 40) sorted by relevance

12

/lk-master/external/arch/arm/arm-m/CMSIS/Patch/
A Dsystick_nvic.patch30 …a/external/arch/arm/arm-m/CMSIS/Include/cmsis_gcc.h b/external/arch/arm/arm-m/CMSIS/Include/cmsis_…
39 +#include <lk/compiler.h>
83 … a/external/arch/arm/arm-m/CMSIS/Include/core_cm0.h b/external/arch/arm/arm-m/CMSIS/Include/core_c…
109 … a/external/arch/arm/arm-m/CMSIS/Include/core_cm1.h b/external/arch/arm/arm-m/CMSIS/Include/core_c…
122 …a/external/arch/arm/arm-m/CMSIS/Include/core_cm23.h b/external/arch/arm/arm-m/CMSIS/Include/core_c…
135 … a/external/arch/arm/arm-m/CMSIS/Include/core_cm3.h b/external/arch/arm/arm-m/CMSIS/Include/core_c…
148 …a/external/arch/arm/arm-m/CMSIS/Include/core_cm33.h b/external/arch/arm/arm-m/CMSIS/Include/core_c…
161 …external/arch/arm/arm-m/CMSIS/Include/core_cm35p.h b/external/arch/arm/arm-m/CMSIS/Include/core_cm…
174 … a/external/arch/arm/arm-m/CMSIS/Include/core_cm4.h b/external/arch/arm/arm-m/CMSIS/Include/core_c…
187 …a/external/arch/arm/arm-m/CMSIS/Include/core_cm55.h b/external/arch/arm/arm-m/CMSIS/Include/core_c…
[all …]
/lk-master/arch/riscv/include/arch/riscv/
A Dclint.h26 #define CLINT_MSIP(h) (ARCH_RISCV_CLINT_BASE + (4 * (h))) argument
27 #define CLINT_MTIMECMP(h) (ARCH_RISCV_CLINT_BASE + 0x4000 + (8 * (h))) argument
54 unsigned long cur_hart = riscv_current_hart(), h, m = *hart_mask; in clint_send_ipis() local
55 for (h = 0; h < SMP_MAX_CPUS && m; h++, m >>= 1) { in clint_send_ipis()
56 if ((m & 1) && (h != cur_hart)) { in clint_send_ipis()
57 clint_ipi_send(h); in clint_send_ipis()
/lk-master/tools/
A DMakefile5 LKBOOT_DEPS := network.h liblkboot.h ../app/lkboot/lkboot_protocol.h
10 MKIMAGE_DEPS := bootimage.h ../lib/bootimage/include/lib/bootimage_struct.h
/lk-master/lib/libc/include/
A Dendian.h51 #define htons(h) BE16(h) argument
53 #define htonl(h) BE32(h) argument
56 #define htobe64(h) BE64(h) argument
A Dlimits.h5 #include_next <limits.h>
/lk-master/external/lib/lwip/api/
A Dnetdb.c166 struct gethostbyname_r_helper *h; in lwip_gethostbyname_r() local
196 h = (struct gethostbyname_r_helper*)LWIP_MEM_ALIGN(buf); in lwip_gethostbyname_r()
197 hostname = ((char*)h) + sizeof(struct gethostbyname_r_helper); in lwip_gethostbyname_r()
200 err = netconn_gethostbyname(name, &h->addr); in lwip_gethostbyname_r()
212 h->addr_list[0] = &h->addr; in lwip_gethostbyname_r()
213 h->addr_list[1] = NULL; in lwip_gethostbyname_r()
214 h->aliases = NULL; in lwip_gethostbyname_r()
216 ret->h_aliases = &h->aliases; in lwip_gethostbyname_r()
219 ret->h_addr_list = (char**)&h->addr_list; in lwip_gethostbyname_r()
A Dtcpip.c123 sys_timeout(msg->msg.tmo.msecs, msg->msg.tmo.h, msg->msg.tmo.arg); in tcpip_thread()
128 sys_untimeout(msg->msg.tmo.h, msg->msg.tmo.arg); in tcpip_thread()
247 tcpip_timeout(u32_t msecs, sys_timeout_handler h, void *arg) in tcpip_timeout() argument
259 msg->msg.tmo.h = h; in tcpip_timeout()
276 tcpip_untimeout(sys_timeout_handler h, void *arg) in tcpip_untimeout() argument
287 msg->msg.tmo.h = h; in tcpip_untimeout()
/lk-master/external/lib/fdt/
A DMakefile.libfdt8 LIBFDT_INCLUDES = fdt.h libfdt.h libfdt_env.h
A DTODO3 - Complete libfdt.h documenting comments
/lk-master/docs/
A Dtodo.md6 + arm64 arch_ops.h - arch_cycle_count is bogus
7 + x86 arch_ops.h - switch to builtin atomics
9 + arm arch_ops.h left over pre-armv6 stuff
/lk-master/arch/riscv/
A Dmp.c48 int h = cpu_to_hart_map[c]; in arch_mp_send_ipi() local
49 LTRACEF("c %u h %d m %#x\n", c, h, m); in arch_mp_send_ipi()
52 hart_mask |= (1ul << h); in arch_mp_send_ipi()
55 atomic_or(&ipi_data[h], (1u << ipi)); in arch_mp_send_ipi()
/lk-master/external/lib/lwip/core/
A Dmemp.c185 struct memp *t, *h; in memp_sanity() local
190 for (h = t->next; (t != NULL) && (h != NULL); t = t->next, in memp_sanity()
191 h = (((h->next != NULL) && (h->next->next != NULL)) ? h->next->next : NULL)) { in memp_sanity()
192 if (t == h) { in memp_sanity()
A Dtimers.c277 timeout->h = handler; in sys_timeout_debug()
330 if ((t->h == handler) && (t->arg == arg)) { in sys_untimeout()
384 handler = tmptimeout->h; in sys_check_timeouts()
446 handler = tmptimeout->h; in sys_timeouts_mbox_fetch()
/lk-master/external/platform/pico/boards/
A Dgeneric_board.cmake3 # PICO_CMAKE_CONFIG: PICO_BOARD_HEADER_DIRS, Directories to look for <PICO_BOARD>.h in. This is ove…
11 pico_find_in_paths(PICO_BOARD_HEADER_FILE PICO_BOARD_HEADER_DIRS ${PICO_BOARD}.h)
19 …string(CONCAT msg ${msg} " Looked for ${PICO_BOARD}.h in ${DIRS} (additional paths specified by …
/lk-master/external/lib/lwip/include/lwip/
A Dtcpip.h113 err_t tcpip_timeout(u32_t msecs, sys_timeout_handler h, void *arg);
114 err_t tcpip_untimeout(sys_timeout_handler h, void *arg);
154 sys_timeout_handler h; member
A Dtimers.h70 sys_timeout_handler h; member
/lk-master/app/mdebug/
A Dmakefile.fw11 all: zero.bin zero.lst fw-m0sub.h
22 fw-m0sub.h: zero.bin
/lk-master/external/lib/lwip/include/ipv6/lwip/
A Dip_addr.h71 #define IP6_ADDR(ipaddr, a,b,c,d,e,f,g,h) do { (ipaddr)->addr[0] = htonl((u32_t)((a & 0xffff) << 16… argument
74 … (ipaddr)->addr[3] = htonl(((g & 0xffff) << 16) | (h & 0xffff)); } while(0)
/lk-master/dev/interrupt/arm_gic/
A Darm_gic.c88 struct int_handler_struct *h; in register_int_handler() local
99 h = get_int_handler(vector, cpu); in register_int_handler()
100 h->handler = handler; in register_int_handler()
101 h->arg = arg; in register_int_handler()
413 struct int_handler_struct *h; in platform_irq() local
438 if (irq < MAX_INT && (h = get_int_handler(pending_irq, cpu))->handler) in platform_irq()
439 ret = h->handler(h->arg); in platform_irq()
/lk-master/app/tests/
A Dbenchmarks.c174 uint32_t a = 0, b = 0, c = 0, d = 0, e = 0, f = 0, g = 0, h = 0; in arm_bench_multi_issue() local
187 asm volatile ("mov %0, %0" : "=r" (h) : "r" (h)); in arm_bench_multi_issue()
/lk-master/make/
A Dmacros.mk21 …t B,b,$(subst C,c,$(subst D,d,$(subst E,e,$(subst F,f,$(subst G,g,$(subst H,h,$(subst I,i,$(subst …
22 UC = $(subst a,A,$(subst b,B,$(subst c,C,$(subst d,D,$(subst e,E,$(subst f,F,$(subst g,G,$(subst h,…
/lk-master/external/platform/cc13xx/cc13xxware/startup_files/
A Dstartup_keil.s43 ; <h> Stack Configuration
45 ; </h>
53 ; <h> Heap Configuration
55 ; </h>
/lk-master/platform/stm32f7xx/patch/
A Dqspi_const.patch1 …M32F7xx_HAL_Driver/Inc/stm32f7xx_hal_qspi.h b/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/stm32f7x…
3 --- a/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_qspi.h
4 +++ b/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_qspi.h
/lk-master/scripts/
A Ddo-cppcheck23 … --includes-file=${PROJ_DIR}/include_paths.txt --include=${PROJ_DIR}/config.h -q --platform=unix32…
/lk-master/lib/version/
A Drules.mk23 BUILDID_H := $(BUILDDIR)/buildid.h

Completed in 21 milliseconds

12