| /kernel/liteos_a/testsuites/unittest/container/smoke/ |
| H A D | It_time_container_001.cpp | 49 char *stack = (char *)mmap(NULL, STACK_SIZE, PROT_READ | PROT_WRITE, CLONE_STACK_MMAP_FLAG, -1, 0); in ItTimeContainer001() local
|
| H A D | It_pid_container_026.cpp | 46 char *stack = (char *)mmap(NULL, STACK_SIZE, PROT_READ | PROT_WRITE, CLONE_STACK_MMAP_FLAG, -1, 0); in ItPidContainer026() local
|
| H A D | It_time_container_010.cpp | 48 char *stack = (char *)mmap(NULL, STACK_SIZE, PROT_READ | PROT_WRITE, CLONE_STACK_MMAP_FLAG, -1, 0); in ItTimeContainer010() local
|
| H A D | It_uts_container_002.cpp | 71 char *stack = (char*)mmap(NULL, STACK_SIZE, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANONYMOUS | MAP_STACK, -1, 0); in ItUtsContainer002() local
|
| H A D | It_uts_container_004.cpp | 72 char *stack = (char *)mmap(NULL, STACK_SIZE, PROT_READ | PROT_WRITE, CLONE_STACK_MMAP_FLAG, -1, 0); in ItUtsContainer004() local
|
| /kernel/liteos_a/testsuites/unittest/process/basic/process/full/ |
| H A D | process_test_049.cpp | 83 char *stack; in Testcase() local
|
| H A D | process_test_051.cpp | 70 void *stack; in Testcase() local
|
| H A D | process_test_050.cpp | 53 void *stack; in Testcase() local
|
| H A D | process_test_052.cpp | 68 void *stack = malloc(arg); in Testcase() local
|
| /kernel/liteos_a/testsuites/unittest/process/fs/smoke/ |
| H A D | It_process_fs_012.cpp | 60 char *stack = (char *)mmap(nullptr, STACK_SIZE, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANONYMOUS | MAP_STACK, in ItProcessFs012() local
|
| /kernel/liteos_m/arch/arm/cortex-m4/gcc/ |
| H A D | los_context.c | 152 VOID HalUserTaskStackInit(TaskContext *context, UINTPTR taskEntry, UINTPTR stack)
in HalUserTaskStackInit() argument
|
| /third_party/libunwind/libunwind/tests/ |
| H A D | Gtest-exc.c | 110 long stack; in a() local
|
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_callstack.cpp | 84 r600_stack_info& stack in update_max_depth() local [all...] |
| /third_party/musl/src/unistd/ |
| H A D | faccessat.c | 39 char stack[1024]; in faccessat() local
|
| /third_party/musl/src/misc/ |
| H A D | realpath.c | 16 char stack[PATH_MAX+1]; in realpath() local [all...] |
| /third_party/musl/src/linux/ |
| H A D | clone.c | 24 int clone(int (*func)(void *), void *stack, int flags, void *arg, ...) in clone() argument
|
| /third_party/musl/libc-test/src/functionalext/supplement/linux/ |
| H A D | clone.c | 36 void *stack = malloc(STACK_SIZE); in clone_0100() local 50 void *stack = malloc(STACK_SIZE); in clone_0200() local
|
| /third_party/skia/third_party/externals/freetype/src/psaux/ |
| H A D | psstack.c | 58 CF2_Stack stack = NULL; in FT_LOCAL_DEF() local 105 cf2_stack_pushInt( CF2_Stack stack, CF2_Int val ) cf2_stack_pushInt() argument 121 cf2_stack_pushFixed( CF2_Stack stack, CF2_Fixed val ) cf2_stack_pushFixed() argument 210 cf2_stack_setReal( CF2_Stack stack, CF2_UInt idx, CF2_Fixed val ) cf2_stack_setReal() argument 227 cf2_stack_pop( CF2_Stack stack, CF2_UInt num ) cf2_stack_pop() argument 240 cf2_stack_roll( CF2_Stack stack, CF2_Int count, CF2_Int shift ) cf2_stack_roll() argument [all...] |
| H A D | psstack.h | 78 cf2_stack_free( CF2_Stack stack ); variable 81 cf2_stack_count( CF2_Stack stack ); variable 91 cf2_stack_popInt( CF2_Stack stack ); variable 93 cf2_stack_popFixed( CF2_Stack stack ); variable 113 cf2_stack_clear( CF2_Stack stack ); global() variable [all...] |
| /third_party/selinux/libsepol/cil/src/ |
| H A D | cil_stack.c | 40 void cil_stack_init(struct cil_stack **stack) in cil_stack_init() argument 49 void cil_stack_destroy(struct cil_stack **stack) in cil_stack_destroy() argument 60 cil_stack_empty(struct cil_stack *stack) cil_stack_empty() argument 65 cil_stack_is_empty(struct cil_stack *stack) cil_stack_is_empty() argument 70 cil_stack_number_of_items(struct cil_stack *stack) cil_stack_number_of_items() argument 75 cil_stack_push(struct cil_stack *stack, enum cil_flavor flavor, void *data) cil_stack_push() argument 88 cil_stack_pop(struct cil_stack *stack) cil_stack_pop() argument 98 cil_stack_peek(struct cil_stack *stack) cil_stack_peek() argument 107 cil_stack_peek_at(struct cil_stack *stack, int pos) cil_stack_peek_at() argument [all...] |
| /third_party/vulkan-loader/tests/framework/ |
| H A D | json_writer.h | 40 std::stack<bool> stack; member [all...] |
| /kernel/linux/linux-5.10/arch/h8300/kernel/ |
| H A D | traps.c | 121 unsigned long *stack, addr; in show_stack() local
|
| /kernel/linux/linux-5.10/arch/um/kernel/skas/ |
| H A D | mmu.c | 62 unsigned long stack = 0; in init_new_context() local [all...] |
| /kernel/linux/linux-5.10/arch/arm/include/asm/ |
| H A D | smp.h | 63 void *stack; member
|
| /kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
| H A D | smp.h | 67 unsigned long stack; member
|