Home
last modified time | relevance | path

Searched refs:arch (Results 1 – 19 of 19) sorted by relevance

/components/lwp/
A DSConscript16 arch = rtconfig.ARCH
20 if arch == 'risc-v':
25 if arch in support_arch.keys() and cpu in support_arch[arch]:
26 asm_path = 'arch/' + arch + '/' + cpu + '/*_' + platform_file[platform]
27 arch_common = 'arch/' + arch + '/' + 'common/*.c'
28 common = 'arch/common/*.c'
41 src += Glob('arch/' + arch + '/' + cpu + '/*.c')
43 CPPPATH += [cwd + '/arch/' + arch + '/' + cpu]
/components/lwp/vdso/user/arch/risc-v/
A DSConstruct18 arch = None
22 arch = line.strip().split()[1]
23 arch = arch.split('_')[0] # Get the base architecture, e.g., rv64imafdc
26 return arch, abi
28 print("Error getting arch/abi:", e)
33 arch, abi = get_riscv64_default_arch_abi(CC_BIN)
34 if arch and abi:
35 DEVICE = f' -march={arch} -mabi={abi} '
/components/lwp/vdso/
A DSConscript16 # not supported arch
24 if not os.path.exists(cwd + "/user" + "/arch" +"/" + rtconfig.ARCH + "/vdso.lds"):
25 Preprocessing("user/arch/" + rtconfig.ARCH + "/vdso.lds.S", ".lds", CPPPATH=[cwd])
27 vdso_arch = os.path.join(cwd, 'user',"arch", rtconfig.ARCH)
/components/libc/posix/libdl/
A DSConscript4 src = Glob('*.c') + Glob('arch/*.c')
/components/net/lwip/lwip-2.1.2/test/unit/
A DFilelists.mk35 $(TESTDIR)/arch/sys_arch.c \
A DFilelists.cmake15 ${LWIP_TESTDIR}/arch/sys_arch.c
/components/drivers/usb/cherryusb/port/dwc2/
A Dusb_dwc2_param.h221 unsigned arch : 2; member
314 hw->arch = (hwcfg2 & GHWCFG2_ARCHITECTURE_MASK) >> in dwc2_get_hwparams()
A Dusb_dc_dwc2.c578 …USB_ASSERT_MSG(g_dwc2_udc[busid].hw_params.arch == GHWCFG2_INT_DMA_ARCH, "This dwc2 version does n… in usb_dc_init()
A Dusb_hc_dwc2.c713 …USB_ASSERT_MSG(g_dwc2_hcd[bus->hcd.hcd_id].hw_params.arch == GHWCFG2_INT_DMA_ARCH, "This dwc2 vers… in usb_hc_init()
/components/net/lwip/lwip-2.1.2/src/netif/ppp/polarssl/
A DREADME16 libraries into your arch/cc.h port file.
/components/net/lwip/lwip-2.0.3/src/netif/ppp/polarssl/
A DREADME16 libraries into your arch/cc.h port file.
/components/net/lwip/lwip-2.0.3/doc/
A Dcontrib.txt41 both core and arch specific stuff please separate them so that the core can
A Dsys_arch.txt286 to make lwip/arch.h define the codes which are used throughout.
/components/net/lwip/lwip-2.1.2/doc/
A Dcontrib.txt41 both core and arch specific stuff please separate them so that the core can
/components/net/lwip/lwip-1.4.1/doc/
A Dcontrib.txt41 both core and arch specific stuff please separate them so that the core can
A Dsys_arch.txt250 to make lwip/arch.h define the codes which are used throughout.
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG161 * arch.h, netdb.c: fixed bug #34592: lwip_gethostbyname_r uses nonstandard
286 * sys_arch.txt: Fixed documentation after changing sys arch prototypes for 1.4.0.
586 * many files: Added missing U/UL modifiers to fix 16-bit-arch portability.
1990 * arch.h, api_msg.c, dhcp.c, msg_in.c, sockets.c: Introduced #define LWIP_UNUSED_ARG(x)
2223 * several-files: replace some #include "arch/cc.h" by "lwip/arch.h", or simply remove
2225 already include "lwip/arch.h"). Like that, default defines are provided by "lwip/arch.h"
2520 definition of macros (in errno.h and lwip/arch.h) if LWIP_PROVIDE_ERRNO is
3254 architecture specific files are kept under the src/arch
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG344 * opt.h, def.h, others: patch #8423 "arch/perf.h" should be made an optional item
386 * arch.h and many other files: added optional macros PACK_STRUCT_FLD_8() and
1117 * arch.h, netdb.c: fixed bug #34592: lwip_gethostbyname_r uses nonstandard
1242 * sys_arch.txt: Fixed documentation after changing sys arch prototypes for 1.4.0.
1542 * many files: Added missing U/UL modifiers to fix 16-bit-arch portability.
2946 * arch.h, api_msg.c, dhcp.c, msg_in.c, sockets.c: Introduced #define LWIP_UNUSED_ARG(x)
3179 * several-files: replace some #include "arch/cc.h" by "lwip/arch.h", or simply remove
3181 already include "lwip/arch.h"). Like that, default defines are provided by "lwip/arch.h"
3476 definition of macros (in errno.h and lwip/arch.h) if LWIP_PROVIDE_ERRNO is
4210 architecture specific files are kept under the src/arch
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG597 * opt.h, def.h, others: patch #8423 "arch/perf.h" should be made an optional item
639 * arch.h and many other files: added optional macros PACK_STRUCT_FLD_8() and
1370 * arch.h, netdb.c: fixed bug #34592: lwip_gethostbyname_r uses nonstandard
1495 * sys_arch.txt: Fixed documentation after changing sys arch prototypes for 1.4.0.
1795 * many files: Added missing U/UL modifiers to fix 16-bit-arch portability.
3199 * arch.h, api_msg.c, dhcp.c, msg_in.c, sockets.c: Introduced #define LWIP_UNUSED_ARG(x)
3432 * several-files: replace some #include "arch/cc.h" by "lwip/arch.h", or simply remove
3434 already include "lwip/arch.h"). Like that, default defines are provided by "lwip/arch.h"
3729 definition of macros (in errno.h and lwip/arch.h) if LWIP_PROVIDE_ERRNO is
4463 architecture specific files are kept under the src/arch

Completed in 26 milliseconds