Home
last modified time | relevance | path

Searched refs:stack (Results 1 - 18 of 18) sorted by relevance

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dosl_ext.h361 * stack (in) Pointer to stack. NULL to allocate.
373 #define osl_ext_task_create(name, stack, stack_size, priority, func, arg, task) \
374 osl_ext_task_create_ex((name), (stack), (stack_size), (priority), 0, (func), \
383 * stack (in) Pointer to stack. NULL to allocate.
397 void *stack, unsigned int stack_size, osl_ext_task_priority_t priority,
481 * Purpose: Enable task stack checking.
735 #define osl_ext_task_create(name, stack, stack_size, priority, func, arg, task) \
/device/soc/rockchip/common/sdk_linux/init/
H A Dmain.c835 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()
998 * For best initial stack canar in start_kernel()
[all...]
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c39 * instruction by instruction and updates register/stack state.
51 * insn is less then 4K, but there are too many branches that change stack/regs.
73 * that it wants to construct a pointer to some element within stack.
75 * (and -20 constant is saved for further stack bounds checking).
76 * Meaning that this reg is a pointer to stack plus known immediate constant.
104 * 2nd argument should be a pointer to stack, which will be used inside
116 * the stack of eBPF program.
129 * Now verifier checks that [R2, R2 + map's key_size) are within stack limits
163 /* verifier_state + insn_idx are pushed to stack when branch is encountered */
173 /* length of verifier log at the time this state was pushed on stack */
3200 u16 stack = env->subprog_info[func->subprogno].stack_depth; update_stack_depth() local
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/wifiiot_app/src/
H A Dblackbox_adapter_impl.c37 #define CALL_STACK_START "====call stack====\r\n"
269 sysErrInfo->os_info.task.stack[0], sysErrInfo->os_info.task.stack[1], in SaveTaskInfo()
338 hi_u32 stackSize = sysErrInfo->os_info.task.stack[1] - in SaveCallBack()
339 sysErrInfo->os_info.task.stack[0]; in SaveCallBack()
361 printf("Read stack from crash partition failed!\r\n"); in SaveCallBack()
/device/soc/rockchip/rk2206/sdk_liteos/platform/startup/build/link/
H A Dboard.ld.S219 .stack :
224 *(.stack*)
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/cmd_bin/
H A DMakefile88 $(CC) $(CFLAGS) -Wall -Wstrict-prototypes -fno-stack-protector \
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_crash.h80 * Exception stack information depth (unit: word). CNcomment:异常栈信息深度(word为单位)CNend
87 * Extended depth of the exception stack SP to the stack bottom (unit: word).
164 hi_u8 stack_data_index; /**< extended stack information index from stack bottom.CNcomment:
166 hi_u16 stack_peak; /**< stack peak.CNcomment:栈使用峰值.CNend */
167 hi_u16 stack_size; /**< stack size.CNcomment:任务栈大小.CNend */
168 hi_u32 sp; /**< stack point.CNcomment:栈指针.CNend */
169 hi_u32 stack[2]; /**< stack[ member
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/link/
H A Dlink.ld.S166 STACK(rw) : ORIGIN = STACK_VMA, LENGTH = STACK_LEN /* stack */
178 RAM(rwx) : ORIGIN = NON_ROM_RAM_START, LENGTH = RAM_LEN /* non rom data,bss,stack,heap */
181 RAM_FPGA(rwx) : ORIGIN = RAM_FPGA_START, LENGTH = RAM_FPGA_LEN /* FPGA stack and heap */
533 .stack (NOLOAD) : ALIGN(0x20)
559 .stack (NOLOAD) : ALIGN(0x20)
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H A Dhcc_host.h270 hi_u16 stack_peak; /* *< stack peak.CNcomment:栈使用峰值.CNend */
271 hi_u16 stack_size; /* *< stack size.CNcomment:任务栈大小.CNend */
272 hi_u32 sp; /* *< stack point.CNcomment:栈指针.CNend */
273 hi_u32 stack[2]; /* *< stack[2] is stack top and end address.CNcomment:栈顶和栈底地址.CNend */ member
274 hi_u32 real_sp; /* *< real stack point.CNcomment:真实栈指针.CNend */
275 hi_u32 overflow_flag; /* *< stack overflow flag.CNcomment:栈溢出标识.CNend */
/device/soc/rockchip/common/sdk_linux/drivers/iommu/
H A Diommu.c392 LIST_HEAD(stack); in iommu_insert_resv_region()
415 list_move_tail(&iter->list, &stack); in iommu_insert_resv_region()
419 /* look for the last stack element of same type as @iter */ in iommu_insert_resv_region()
420 list_for_each_entry_reverse(top, &stack, list) if (top->type == iter->type) goto check_overlap; in iommu_insert_resv_region()
422 list_move_tail(&iter->list, &stack); in iommu_insert_resv_region()
429 list_move_tail(&iter->list, &stack); in iommu_insert_resv_region()
436 list_splice(&stack, regions); in iommu_insert_resv_region()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dbcmutils.c1058 /* Simple 16bit Id allocator using a stack implementation. */
1064 int stack_idx; /* index into stack of available ids */
1065 uint16 stack[0]; /* stack of 16 bit ids */ member
1112 * Populate stack with 16bit id values, commencing with start_val16. in id16_map_init()
1122 id16_map->stack[id16_map->stack_idx] = val16; in id16_map_init()
1193 /* Populate stack with 16bit id values, commencing with start_val16 */ in id16_map_clear()
1201 id16_map->stack[id16_map->stack_idx] = val16; in id16_map_clear()
1238 val16 = id16_map->stack[id16_map->stack_idx]; in id16_map_alloc()
1278 id16_map->stack[id16_ma in id16_map_free()
[all...]
H A Ddhd_msgbuf.c2374 nkey = map->keys[map->avail]; /* fetch a free locker, pop stack */ in dhd_pktid_map_reserve()
4868 /* retbuf (declared on stack) not fully populated ... */ in free_ioctl_return_buffer()
10437 const uint32 *stack; in dhd_prot_dump_extended_trap() local
10506 stack = (const uint32 *)tlv->data; in dhd_prot_dump_extended_trap()
10509 bcm_bprintf(b, " 0x%08x\n", *stack); in dhd_prot_dump_extended_trap()
10510 stack++; in dhd_prot_dump_extended_trap()
10547 bcm_bprintf(b, " stack LWM: %x\n", hme->stack_lwm); in dhd_prot_dump_extended_trap()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dsched.h766 void *stack; member
1877 unsigned long stack[THREAD_SIZE / sizeof(long)]; member
1892 #define task_thread_info(task) ((struct thread_info *)(task)->stack)
/device/soc/rockchip/common/sdk_linux/
H A DMakefile774 stackp-flags-y := -fno-stack-protector
814 # Initialize all stack variables with a 0xAA pattern.
819 # Initialize all stack variables with a zero value.
906 CC_FLAGS_SCS := -fsanitize=shadow-call-stack
975 KBUILD_CFLAGS += -fno-stack-check
977 # conserve stack if available
978 KBUILD_CFLAGS += $(call cc-option,-fconserve-stack)
1634 @echo ' checkstack - Generate a list of stack hogs'
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/
H A Dconfigure_llvm5419 test ${clang_version%%.*} -eq 11 && add_cflags -fno-stack-check
5973 # As 'i' is stored on the stack, this program will crash
6969 check_cflags -falign-stack=maintain-16-byte ||
6985 # BSDs don't guarantee a 16 byte aligned stack, but we can
6988 # functions align the stack. (The parameter means 2^4 bytes.)
6989 check_cflags -mpreferred-stack-boundary=4
6994 check_cflags -mllvm -stack-alignment=16
7001 # (doing stack realignment in every single function).
7007 check_cflags -mllvm -stack-alignment=16
7012 check_cflags -mllvm -stack
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/drm/rockchip/ebc-dev/epdlut/
H A Drkf_waveform_v8.S17225 .string "stack"
18923 .string "ull-pointer-checks -fstack-protector-strong -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -fno-strict-overflow -fno-merge-all-constants -fmerge-constants -fstack-check=no -fconserve-stack --param allow-store-data-races=0"
19357 .section .note.GNU-stack,"",@progbits
H A Dpvi_waveform_v8.S16548 .string "stack"
18232 .string "ull-pointer-checks -fstack-protector-strong -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -fno-strict-overflow -fno-merge-all-constants -fmerge-constants -fstack-check=no -fconserve-stack --param allow-store-data-races=0"
18656 .section .note.GNU-stack,"",@progbits
/device/soc/rockchip/common/vendor/drivers/gpu/drm/rockchip/ebc-dev/
H A Debc_dev_v8.S52788 .string "ull-pointer-checks -fstack-protector-strong -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -fno-strict-overflow -fno-merge-all-constants -fmerge-constants -fstack-check=no -fconserve-stack --param allow-store-data-races=0"
54980 .string "stack"
55302 .section .note.GNU-stack,"",@progbits

Completed in 132 milliseconds