Home
last modified time | relevance | path

Searched refs:stack (Results 1 – 25 of 1671) sorted by relevance

12345678910>>...67

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dstack2 //===---------------------------- stack -----------------------------------===//
15 stack synopsis
21 class stack
34 stack() = default;
35 ~stack() = default;
37 stack(const stack& q) = default;
38 stack(stack&& q) = default;
40 stack& operator=(const stack& q) = default;
41 stack& operator=(stack&& q) = default;
43 explicit stack(const container_type& c);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dstack2 //===---------------------------- stack -----------------------------------===//
15 stack synopsis
21 class stack
34 stack() = default;
35 ~stack() = default;
37 stack(const stack& q) = default;
38 stack(stack&& q) = default;
40 stack& operator=(const stack& q) = default;
41 stack& operator=(stack&& q) = default;
43 explicit stack(const container_type& c);
[all …]
/OK3568_Linux_fs/kernel/arch/um/os-Linux/skas/
H A Dmem.c26 unsigned long *stack) in check_init_stack() argument
28 if (stack == NULL) { in check_init_stack()
29 stack = (unsigned long *) mm_idp->stack + 2; in check_init_stack()
30 *stack = 0; in check_init_stack()
32 return stack; in check_init_stack()
78 ret = *((unsigned long *) mm_idp->stack); in do_syscall_stub()
79 offset = *((unsigned long *) mm_idp->stack + 1); in do_syscall_stub()
81 data = (unsigned long *)(mm_idp->stack + offset - STUB_DATA); in do_syscall_stub()
114 unsigned long *stack = check_init_stack(mm_idp, *addr); in run_syscall_stub() local
116 *stack += sizeof(long); in run_syscall_stub()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dstl_stack.h99 class stack in _GLIBCXX_VISIBILITY()
113 operator==(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&); in _GLIBCXX_VISIBILITY()
117 operator<(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&); in _GLIBCXX_VISIBILITY()
122 operator<=>(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&); in _GLIBCXX_VISIBILITY()
157 stack(const _Sequence& __c = _Sequence()) in _GLIBCXX_VISIBILITY()
162 stack() in _GLIBCXX_VISIBILITY()
166 stack(const _Sequence& __c) in _GLIBCXX_VISIBILITY()
170 stack(_Sequence&& __c) in _GLIBCXX_VISIBILITY()
175 stack(const _Alloc& __a) in _GLIBCXX_VISIBILITY()
179 stack(const _Sequence& __c, const _Alloc& __a) in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dstl_stack.h99 class stack in _GLIBCXX_VISIBILITY()
113 operator==(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&); in _GLIBCXX_VISIBILITY()
117 operator<(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&); in _GLIBCXX_VISIBILITY()
122 operator<=>(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&); in _GLIBCXX_VISIBILITY()
157 stack(const _Sequence& __c = _Sequence()) in _GLIBCXX_VISIBILITY()
162 stack() in _GLIBCXX_VISIBILITY()
166 stack(const _Sequence& __c) in _GLIBCXX_VISIBILITY()
170 stack(_Sequence&& __c) in _GLIBCXX_VISIBILITY()
175 stack(const _Alloc& __a) in _GLIBCXX_VISIBILITY()
179 stack(const _Sequence& __c, const _Alloc& __a) in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/kernel/drivers/misc/altera-stapl/
H A Daltera.c213 long *stack = astate->stack; in altera_execute() local
528 stack[stack_ptr] = stack[stack_ptr - 1]; in altera_execute()
534 long_tmp = stack[stack_ptr - 2]; in altera_execute()
535 stack[stack_ptr - 2] = stack[stack_ptr - 1]; in altera_execute()
536 stack[stack_ptr - 1] = long_tmp; in altera_execute()
542 stack[stack_ptr - 1] += stack[stack_ptr]; in altera_execute()
548 stack[stack_ptr - 1] -= stack[stack_ptr]; in altera_execute()
554 stack[stack_ptr - 1] *= stack[stack_ptr]; in altera_execute()
560 stack[stack_ptr - 1] /= stack[stack_ptr]; in altera_execute()
566 stack[stack_ptr - 1] %= stack[stack_ptr]; in altera_execute()
[all …]
/OK3568_Linux_fs/buildroot/package/openpowerlink/
H A D0001-install-the-stack-libraries-to-lib-subdirectory.patch4 Subject: [PATCH] install the stack libraries to "lib" subdirectory
6 Using '.' to install the stack libraries is not correct since
14 the stack directory to be a "local staging" directory which
16 stack project are installed in stack/lib by default.
42 stack/proj/linux/liboplkcn-sim/CMakeLists.txt | 2 +-
43 stack/proj/linux/liboplkcn/CMakeLists.txt | 2 +-
44 stack/proj/linux/liboplkcnapp-kernelintf/CMakeLists.txt | 2 +-
45 stack/proj/linux/liboplkcnapp-userintf/CMakeLists.txt | 2 +-
46 stack/proj/linux/liboplkcndrv-pcap/CMakeLists.txt | 2 +-
47 stack/proj/linux/liboplkmn-sim/CMakeLists.txt | 2 +-
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/iterator/detail/
H A Dsegmented_next_impl.hpp69 static type call(Stack const & stack) in call()
72 car_type(fusion::next(stack.car.first), stack.car.last), in call()
73 stack.cdr); in call()
102 static type call(Stack const & stack) in call()
104 return impl::call(stack.cdr); in call()
116 static type call(Stack const & stack) in call()
118 return type(range_type(stack.car.last, stack.car.last)); in call()
151 static type call(Stack const & stack) in call()
153 return impl::call(stack); in call()
163 static type call(Stack const & stack) in call()
[all …]
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Ddumpstack_32.c38 static bool in_hardirq_stack(unsigned long *stack, struct stack_info *info) in in_hardirq_stack() argument
47 if (stack < begin || stack > end) in in_hardirq_stack()
63 static bool in_softirq_stack(unsigned long *stack, struct stack_info *info) in in_softirq_stack() argument
72 if (stack < begin || stack > end) in in_softirq_stack()
88 static bool in_doublefault_stack(unsigned long *stack, struct stack_info *info) in in_doublefault_stack() argument
93 void *begin = ss->stack; in in_doublefault_stack()
94 void *end = begin + sizeof(ss->stack); in in_doublefault_stack()
96 if ((void *)stack < begin || (void *)stack >= end) in in_doublefault_stack()
108 int get_stack_info(unsigned long *stack, struct task_struct *task, in get_stack_info() argument
111 if (!stack) in get_stack_info()
[all …]
H A Ddumpstack.c32 bool noinstr in_task_stack(unsigned long *stack, struct task_struct *task, in in_task_stack() argument
38 if (stack < begin || stack >= end) in in_task_stack()
50 bool noinstr in_entry_stack(unsigned long *stack, struct stack_info *info) in in_entry_stack() argument
57 if ((void *)stack < begin || (void *)stack >= end) in in_entry_stack()
187 unsigned long *stack, const char *log_lvl) in show_trace_log_lvl() argument
197 unwind_start(&state, task, regs, stack); in show_trace_log_lvl()
198 stack = stack ? : get_stack_pointer(task, regs); in show_trace_log_lvl()
217 for ( ; stack; stack = PTR_ALIGN(stack_info.next_sp, sizeof(long))) { in show_trace_log_lvl()
220 if (get_stack_info(stack, task, &stack_info, &visit_mask)) { in show_trace_log_lvl()
227 stack = (unsigned long *)PAGE_ALIGN((unsigned long)stack); in show_trace_log_lvl()
[all …]
H A Ddumpstack_64.c88 static __always_inline bool in_exception_stack(unsigned long *stack, struct stack_info *info) in in_exception_stack() argument
90 unsigned long begin, end, stk = (unsigned long)stack; in in_exception_stack()
129 static __always_inline bool in_irq_stack(unsigned long *stack, struct stack_info *info) in in_irq_stack() argument
138 if (stack < begin || stack >= end) in in_irq_stack()
154 bool noinstr get_stack_info_noinstr(unsigned long *stack, struct task_struct *task, in get_stack_info_noinstr() argument
157 if (in_task_stack(stack, task, info)) in get_stack_info_noinstr()
163 if (in_exception_stack(stack, info)) in get_stack_info_noinstr()
166 if (in_irq_stack(stack, info)) in get_stack_info_noinstr()
169 if (in_entry_stack(stack, info)) in get_stack_info_noinstr()
175 int get_stack_info(unsigned long *stack, struct task_struct *task, in get_stack_info() argument
[all …]
/OK3568_Linux_fs/kernel/lib/zstd/
H A Dzstd_common.c28 #define stack_push(stack, size) \ argument
30 void *const ptr = ZSTD_PTR_ALIGN((stack)->ptr); \
31 (stack)->ptr = (char *)ptr + (size); \
32 (stack)->ptr <= (stack)->end ? ptr : NULL; \
38 ZSTD_stack *stack = (ZSTD_stack *)workspace; in ZSTD_initStack() local
45 stack->ptr = workspace; in ZSTD_initStack()
46 stack->end = (char *)workspace + workspaceSize; in ZSTD_initStack()
47 stack_push(stack, sizeof(ZSTD_stack)); in ZSTD_initStack()
53 ZSTD_stack *stack = (ZSTD_stack *)opaque; in ZSTD_stackAllocAll() local
54 *size = (BYTE const *)stack->end - (BYTE *)ZSTD_PTR_ALIGN(stack->ptr); in ZSTD_stackAllocAll()
[all …]
/OK3568_Linux_fs/app/qsetting/
H A Dmainwindow.cpp68 stack.addWidget(&listWidget); in MainWindow()
69 stack.setCurrentIndex(0); in MainWindow()
76 vlayout->addWidget(&stack); in MainWindow()
163 stack.addWidget(audio); in on_itemClicked()
164 stack.setCurrentIndex(stack.indexOf(audio)); in on_itemClicked()
167 stack.addWidget(wifi); in on_itemClicked()
168 stack.setCurrentIndex(stack.indexOf(wifi)); in on_itemClicked()
171 stack.addWidget(bt); in on_itemClicked()
172 stack.setCurrentIndex(stack.indexOf(bt)); in on_itemClicked()
175 stack.addWidget(update); in on_itemClicked()
[all …]
/OK3568_Linux_fs/kernel/tools/lib/traceevent/plugins/
H A Dplugin_function.c15 char **stack; member
53 static void add_child(struct func_stack *stack, const char *child, int pos) in add_child() argument
60 if (pos < stack->size) in add_child()
61 free(stack->stack[pos]); in add_child()
65 ptr = realloc(stack->stack, sizeof(char *) * in add_child()
66 (stack->size + STK_BLK)); in add_child()
72 stack->stack = ptr; in add_child()
74 for (i = stack->size; i < stack->size + STK_BLK; i++) in add_child()
75 stack->stack[i] = NULL; in add_child()
76 stack->size += STK_BLK; in add_child()
[all …]
/OK3568_Linux_fs/kernel/arch/um/kernel/skas/
H A Dmmu.c62 unsigned long stack = 0; in init_new_context() local
65 stack = get_zeroed_page(GFP_KERNEL); in init_new_context()
66 if (stack == 0) in init_new_context()
69 to_mm->id.stack = stack; in init_new_context()
75 to_mm->id.u.pid = copy_context_skas0(stack, in init_new_context()
77 else to_mm->id.u.pid = start_userspace(stack); in init_new_context()
95 if (to_mm->id.stack != 0) in init_new_context()
96 free_page(to_mm->id.stack); in init_new_context()
110 ret = init_stub_pte(mm, STUB_DATA, mm->context.id.stack); in uml_setup_stubs()
115 mm->context.stub_pages[1] = virt_to_page(mm->context.id.stack); in uml_setup_stubs()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Dintel_runtime_pm.c68 static void __print_depot_stack(depot_stack_handle_t stack, in __print_depot_stack() argument
74 nr_entries = stack_depot_fetch(stack, &entries); in __print_depot_stack()
86 depot_stack_handle_t stack, *stacks; in track_intel_runtime_pm_wakeref() local
92 stack = __save_depot_stack(); in track_intel_runtime_pm_wakeref()
93 if (!stack) in track_intel_runtime_pm_wakeref()
99 rpm->debug.last_acquire = stack; in track_intel_runtime_pm_wakeref()
105 stacks[rpm->debug.count++] = stack; in track_intel_runtime_pm_wakeref()
108 stack = -1; in track_intel_runtime_pm_wakeref()
113 return stack; in track_intel_runtime_pm_wakeref()
117 depot_stack_handle_t stack) in untrack_intel_runtime_pm_wakeref() argument
[all …]
/OK3568_Linux_fs/kernel/arch/nios2/kernel/
H A Dtraps.c60 void show_stack(struct task_struct *task, unsigned long *stack, in show_stack() argument
66 if (!stack) { in show_stack()
68 stack = (unsigned long *)task->thread.ksp; in show_stack()
70 stack = (unsigned long *)&stack; in show_stack()
73 addr = (unsigned long) stack; in show_stack()
76 printk("%sStack from %08lx:", loglvl, (unsigned long)stack); in show_stack()
78 if (stack + 1 > endstack) in show_stack()
82 printk("%s %08lx", loglvl, *stack++); in show_stack()
87 while (stack + 1 <= endstack) { in show_stack()
88 addr = *stack++; in show_stack()
/OK3568_Linux_fs/kernel/security/
H A DKconfig.hardening8 stack variable initializations, this warning is silenced for
38 prompt "Initialize kernel stack variables at function entry"
44 This option enables initialization of stack variables at
56 bool "no automatic stack variable initialization (weakest)"
58 Disable automatic stack variable initialization.
60 classes of uninitialized stack variable exploits
68 Zero-initialize any structures on the stack containing
70 uninitialized stack variable exploits and information
80 Zero-initialize any structures on the stack that may
83 of uninitialized stack variable exploits and information
[all …]
/OK3568_Linux_fs/kernel/lib/
H A Dstackdepot.c108 struct stack_record *stack; in depot_alloc_stack() local
109 size_t required_size = struct_size(stack, entries, size); in depot_alloc_stack()
132 stack = stack_slabs[depot_index] + depot_offset; in depot_alloc_stack()
134 stack->hash = hash; in depot_alloc_stack()
135 stack->size = size; in depot_alloc_stack()
136 stack->handle.slabindex = depot_index; in depot_alloc_stack()
137 stack->handle.offset = depot_offset >> STACK_ALLOC_ALIGN; in depot_alloc_stack()
138 stack->handle.valid = 1; in depot_alloc_stack()
139 memcpy(stack->entries, entries, flex_array_size(stack, entries, size)); in depot_alloc_stack()
142 return stack; in depot_alloc_stack()
[all …]
/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A Dhelper.c45 unsigned long stack, sp; in run_helper() local
48 stack = alloc_stack(0, __cant_sleep()); in run_helper()
49 if (stack == 0) in run_helper()
67 sp = stack + UM_KERN_PAGE_SIZE - sizeof(void *); in run_helper()
109 free_stack(stack, 0); in run_helper()
116 unsigned long stack, sp; in run_helper_thread() local
119 stack = alloc_stack(0, __cant_sleep()); in run_helper_thread()
120 if (stack == 0) in run_helper_thread()
123 sp = stack + UM_KERN_PAGE_SIZE - sizeof(void *); in run_helper_thread()
142 free_stack(stack, 0); in run_helper_thread()
[all …]
/OK3568_Linux_fs/kernel/Documentation/x86/
H A Dkernel-stacks.rst14 Like all other architectures, x86_64 has a kernel stack for every
17 zombie. While the thread is in user space the kernel stack is empty
25 * Interrupt stack. IRQ_STACK_SIZE
29 kernel switches from the current task to the interrupt stack. Like
32 of every per thread stack.
34 The interrupt stack is also used when processing a softirq.
36 Switching to the kernel interrupt stack is done by software based on a
41 to automatically switch to a new stack for designated events such as
46 point to dedicated stacks; each stack can be a different size.
50 loads such a descriptor, the hardware automatically sets the new stack
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/iterator_range/detail/
H A Dsegmented_iterator_range.hpp157 static type call(Stack const& stack) in call()
165 … rest_type(fusion::next(stack.cdr.car.first), fusion::end(fusion::segments(*stack.car.first))) in call()
166 , recurse::call(stack.cdr))); in call()
204 static type call(Stack const& stack) in call()
207 return type(stack.cdr.car.first, fusion::end(*stack.car.first)); in call()
217 static type call(Stack const &stack) in call()
219 return stack.cdr; in call()
303 static type call(Stack const& stack) in call()
311 … rest_type(fusion::begin(fusion::segments(*stack.car.first)), stack.cdr.car.first) in call()
312 , recurse::call(stack.cdr))); in call()
[all …]
/OK3568_Linux_fs/buildroot/package/gcc/10.4.0/
H A D0005-disable-split-stack-for-non-thread-builds.patch4 Subject: [PATCH] disable split-stack for non-thread builds
10 libgcc/config/t-stack | 2 ++
13 diff --git a/libgcc/config/t-stack b/libgcc/config/t-stack
15 --- a/libgcc/config/t-stack
16 +++ b/libgcc/config/t-stack
18 # Makefile fragment to provide generic support for -fsplit-stack.
20 # -fsplit-stack.
/OK3568_Linux_fs/buildroot/package/gcc/12.2.0/
H A D0001-disable-split-stack-for-non-thread-builds.patch4 Subject: [PATCH] disable split-stack for non-thread builds
10 libgcc/config/t-stack | 2 ++
13 diff --git a/libgcc/config/t-stack b/libgcc/config/t-stack
15 --- a/libgcc/config/t-stack
16 +++ b/libgcc/config/t-stack
18 # Makefile fragment to provide generic support for -fsplit-stack.
20 # -fsplit-stack.
/OK3568_Linux_fs/buildroot/package/gcc/11.3.0/
H A D0004-disable-split-stack-for-non-thread-builds.patch4 Subject: [PATCH] disable split-stack for non-thread builds
10 libgcc/config/t-stack | 2 ++
13 diff --git a/libgcc/config/t-stack b/libgcc/config/t-stack
15 --- a/libgcc/config/t-stack
16 +++ b/libgcc/config/t-stack
18 # Makefile fragment to provide generic support for -fsplit-stack.
20 # -fsplit-stack.

12345678910>>...67