| /device/soc/esp/esp32/components/xtensa/ |
| D | expression_with_stack_xtensa.c | 32 static void esp_switch_stack_setup(StackType_t *stack, size_t stack_size) in esp_switch_stack_setup() argument 36 memset(stack, 0xa5U, stack_size * sizeof(StackType_t)); in esp_switch_stack_setup() 41 current->pxDummy6 = (void *)stack; in esp_switch_stack_setup() 43 StackType_t *top_of_stack = stack + stack_size; in esp_switch_stack_setup() 49 vPortSetStackWatchpoint(stack); in esp_switch_stack_setup() 56 void esp_execute_shared_stack_function(SemaphoreHandle_t lock, void *stack, size_t stack_size, shar… in esp_execute_shared_stack_function() argument 59 assert(stack); in esp_execute_shared_stack_function() 66 esp_switch_stack_setup(stack, stack_size); in esp_execute_shared_stack_function()
|
| /device/soc/esp/esp32/components/esp_netif/include/ |
| D | esp_netif_defaults.h | 95 .stack = ESP_NETIF_NETSTACK_DEFAULT_ETH, \ 105 .stack = ESP_NETIF_NETSTACK_DEFAULT_WIFI_AP, \ 115 .stack = ESP_NETIF_NETSTACK_DEFAULT_WIFI_STA, \ 125 .stack = ESP_NETIF_NETSTACK_DEFAULT_PPP, \ 135 .stack = ESP_NETIF_NETSTACK_DEFAULT_SLIP, \
|
| /device/soc/esp/esp32/components/esp_common/include/ |
| D | esp_expression_with_stack.h | 29 #define ESP_EXECUTE_EXPRESSION_WITH_STACK(lock, stack, stack_size, expression) \ argument 30 esp_execute_shared_stack_function(lock, stack, stack_size, expression) 42 void *stack,
|
| /device/soc/esp/esp32/components/ |
| D | BUILD.gn | 1358 "bt/host/bluedroid/stack/btm/include", 1359 "bt/host/bluedroid/stack/btu/include", 1360 "bt/host/bluedroid/stack/gap/include", 1361 "bt/host/bluedroid/stack/gatt/include", 1362 "bt/host/bluedroid/stack/hcic/include", 1363 "bt/host/bluedroid/stack/l2cap/include", 1364 "bt/host/bluedroid/stack/sdp/include", 1365 "bt/host/bluedroid/stack/smp/include", 1366 "bt/host/bluedroid/stack/rfcomm/include", 1367 "bt/host/bluedroid/stack/include", [all …]
|
| /device/soc/chipsea/cst85/liteos_m/sdk/bsp/out/cst85f01/ |
| D | cst85f01_xts.ld | 212 * used for linker to calculate size of stack sections, and assign 213 * values to stack symbols later */ 216 *(.stack) 219 /* Set stack top to end of IRAM, and stack limit move down by 229 /* Check if data + stack exceeds RAM limit */ 230 ASSERT(__StackLimit >= __HeapLimit, "region DRAM overflowed with stack")
|
| D | cst85f01.ld | 212 * used for linker to calculate size of stack sections, and assign 213 * values to stack symbols later */ 216 *(.stack) 219 /* Set stack top to end of IRAM, and stack limit move down by 229 /* Check if data + stack exceeds RAM limit */ 230 ASSERT(__StackLimit >= __HeapLimit, "region DRAM overflowed with stack")
|
| D | cst85f01_dsoftbus.ld | 212 * used for linker to calculate size of stack sections, and assign 213 * values to stack symbols later */ 216 *(.stack) 219 /* Set stack top to end of IRAM, and stack limit move down by 229 /* Check if data + stack exceeds RAM limit */ 230 ASSERT(__StackLimit >= __HeapLimit, "region DRAM overflowed with stack")
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
| D | osl_ext.h | 373 #define osl_ext_task_create(name, stack, stack_size, priority, func, arg, task) \ argument 374 osl_ext_task_create_ex((name), (stack), (stack_size), (priority), 0, (func), \ 397 void *stack, unsigned int stack_size, osl_ext_task_priority_t priority, 735 #define osl_ext_task_create(name, stack, stack_size, priority, func, arg, task) \ argument
|
| /device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/include/ |
| D | osl_ext.h | 370 #define osl_ext_task_create(name, stack, stack_size, priority, func, arg, \ argument 372 osl_ext_task_create_ex((name), (stack), (stack_size), (priority), 0, \ 394 osl_ext_status_t osl_ext_task_create_ex(char *name, void *stack, 739 #define osl_ext_task_create(name, stack, stack_size, priority, func, arg, \ argument
|
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/include/ |
| D | osl_ext.h | 358 #define osl_ext_task_create(name, stack, stack_size, priority, func, arg, task) \ argument 359 osl_ext_task_create_ex((name), (stack), (stack_size), (priority), 0, (func), \ 363 void *stack, unsigned int stack_size, osl_ext_task_priority_t priority, 664 #define osl_ext_task_create(name, stack, stack_size, priority, func, arg, task) \ argument
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/include/linux/amlogic/ |
| D | page_trace.h | 114 unsigned long stack[SLAB_STACK_DEP]; member 137 extern int save_obj_stack(unsigned long *stack, int depth); 202 static inline int save_obj_stack(unsigned long *stack, int depth) in save_obj_stack() argument
|
| /device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/include/ |
| D | osl_ext.h | 363 #define osl_ext_task_create(name, stack, stack_size, priority, func, arg, task) \ argument 364 osl_ext_task_create_ex((name), (stack), (stack_size), (priority), 0, (func), \ 387 void *stack, unsigned int stack_size, osl_ext_task_priority_t priority, 728 #define osl_ext_task_create(name, stack, stack_size, priority, func, arg, task) \ argument
|
| /device/soc/asrmicro/asr582x/liteos_m/sdk/ |
| D | gcc.ld | 28 /* Highest address of the user mode stack */ 31 /* Generate a link error if heap and stack don't fit into RAM */ 33 _Min_Stack_Size = 0x2000; /* required amount of stack */ 304 /* system stack */ 305 PROVIDE (_stack_base = _estack - _Min_Stack_Size); /* _estack is top of stack*/ 306 ASSERT ((_stack_base > end), "Error: No room left for the stack") 307 /* _estack is top of stack*/
|
| /device/board/talkweb/niobe407/liteos_m/bootloader/ |
| D | STM32F407IGTx_FLASH.ld | 12 ** Set heap size, stack size and stack location according 55 /* Highest address of the user mode stack */ 57 /* Generate a link error if heap and stack don't fit into RAM */ 59 _Min_Stack_Size = 0x400; /* required amount of stack */
|
| /device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/3rdparty/carotene/ |
| D | CMakeLists.txt | 24 …m ipcp-unit-growth=100000 --param inline-unit-growth=100000 --param large-stack-frame-growth=5000") 26 …ipa-cp-unit-growth=100000 --param inline-unit-growth=100000 --param large-stack-frame-growth=5000")
|
| /device/soc/esp/esp32/components/esp_wifi/src/ |
| D | wifi_default.c | 338 cfg.stack = ESP_NETIF_NETSTACK_DEFAULT_WIFI_STA; in esp_netif_create_wifi() 340 cfg.stack = ESP_NETIF_NETSTACK_DEFAULT_WIFI_AP; in esp_netif_create_wifi() 363 .stack = ESP_NETIF_NETSTACK_DEFAULT_WIFI_AP, in esp_netif_create_default_wifi_mesh_netifs() 378 .stack = ESP_NETIF_NETSTACK_DEFAULT_WIFI_STA, in esp_netif_create_default_wifi_mesh_netifs()
|
| /device/soc/telink/b91/ |
| D | BUILD.gn | 34 "$driver_sdk_path/stack/ble", 35 "$driver_sdk_path/stack/ble/service/ota",
|
| /device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/3rdparty/carotene/hal/ |
| D | CMakeLists.txt | 76 …m ipcp-unit-growth=100000 --param inline-unit-growth=100000 --param large-stack-frame-growth=5000") 78 …ipa-cp-unit-growth=100000 --param inline-unit-growth=100000 --param large-stack-frame-growth=5000") 80 …m ipcp-unit-growth=100000 --param inline-unit-growth=100000 --param large-stack-frame-growth=5000")
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/ |
| D | README | 56 lwIP has grown into an excellent TCP/IP stack for embedded devices, 57 and developers using the stack often submit bug fixes, improvements, 58 and additions to the stack to further increase its usefulness. 66 The lwIP TCP/IP stack is maintained in the 'lwip' Git module and
|
| /device/soc/rockchip/common/sdk_linux/init/ |
| D | main.c | 835 const char *stack; in report_meminit() local 838 stack = "all(pattern)"; in report_meminit() 840 stack = "all(zero)"; in report_meminit() 842 stack = "byref_all(zero)"; in report_meminit() 844 stack = "byref(zero)"; in report_meminit() 846 stack = "__user(zero)"; in report_meminit() 848 stack = "off"; in report_meminit() 851 pr_info("mem auto-init: stack:%s, heap alloc:%s, heap free:%s\n", stack, in report_meminit()
|
| /device/soc/telink/b91/b91_ble_sdk/common/buf_pool1/ |
| D | Readme.txt | 9 2. for zigbee stack internal used
|
| /device/soc/hpmicro/sdk/hpm_sdk/soc/HPM6360/toolchains/gcc/ |
| D | ram.ld | 175 .stack : { 186 ASSERT(__stack_base__ >= __heap_end__, "stack overlapped with heap")
|
| /device/soc/hpmicro/sdk/hpm_sdk/soc/HPM6750/toolchains/gcc/ |
| D | ram.ld | 176 .stack : { 187 ASSERT(__stack_base__ >= __heap_end__, "stack overlapped with heap")
|
| D | ram_core1.ld | 176 .stack : { 187 ASSERT(__stack_base__ >= __heap_end__, "stack overlapped with heap")
|
| /device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/modules/calib3d/src/ |
| D | calibinit.cpp | 747 std::stack<ChessBoardQuad*> stack; in orderFoundConnectedQuads() local 769 stack.push(start); in orderFoundConnectedQuads() 777 while (!stack.empty()) in orderFoundConnectedQuads() 779 ChessBoardQuad* q = stack.top(); stack.pop(); CV_Assert(q); in orderFoundConnectedQuads() 816 stack.push(neighbor); in orderFoundConnectedQuads() 1309 std::stack<ChessBoardQuad*> stack; in findConnectedQuads() local 1320 stack.push(q); in findConnectedQuads() 1325 while (!stack.empty()) in findConnectedQuads() 1327 q = stack.top(); CV_Assert(q); in findConnectedQuads() 1328 stack.pop(); in findConnectedQuads() [all …]
|