/linux-4.1.27/tools/perf/arch/arm/tests/ |
D | dwarf-unwind.c | 17 u64 stack_size, *buf; in sample_ustack() local 34 stack_size = map->end - sp; in sample_ustack() 35 stack_size = stack_size > STACK_SIZE ? STACK_SIZE : stack_size; in sample_ustack() 37 memcpy(buf, (void *) sp, stack_size); in sample_ustack() 39 stack->size = stack_size; in sample_ustack()
|
/linux-4.1.27/tools/perf/arch/x86/tests/ |
D | dwarf-unwind.c | 17 u64 stack_size, *buf; in sample_ustack() local 34 stack_size = map->end - sp; in sample_ustack() 35 stack_size = stack_size > STACK_SIZE ? STACK_SIZE : stack_size; in sample_ustack() 37 memcpy(buf, (void *) sp, stack_size); in sample_ustack() 39 stack->size = stack_size; in sample_ustack()
|
/linux-4.1.27/arch/mips/oprofile/ |
D | backtrace.c | 76 size_t stack_size = 0; in unwind_user_frame() local 83 && (!ra_offset || !stack_size); --addr) { in unwind_user_frame() 95 stack_size = (unsigned long) stack_adjustment; in unwind_user_frame() 106 if (!ra_offset || !stack_size) in unwind_user_frame() 115 if (stack_size) { in unwind_user_frame() 116 new_frame.sp = old_frame->sp + stack_size; in unwind_user_frame()
|
/linux-4.1.27/samples/kprobes/ |
D | jprobe_example.c | 27 unsigned long stack_size, int __user *parent_tidptr, in jdo_fork() argument 31 "stack_size = 0x%lx\n", clone_flags, stack_start, stack_size); in jdo_fork()
|
/linux-4.1.27/arch/arm64/net/ |
D | bpf_jit_comp.c | 153 int stack_size = MAX_BPF_STACK; in build_prologue() local 155 stack_size += 4; /* extra for skb_copy_bits buffer */ in build_prologue() 156 stack_size = STACK_ALIGN(stack_size); in build_prologue() 165 emit(A64_SUB_I(1, A64_SP, A64_SP, stack_size), ctx); in build_prologue() 185 int stack_size = MAX_BPF_STACK; in build_epilogue() local 187 stack_size += 4; /* extra for skb_copy_bits buffer */ in build_epilogue() 188 stack_size = STACK_ALIGN(stack_size); in build_epilogue() 191 emit(A64_ADD_I(1, A64_SP, A64_SP, stack_size), ctx); in build_epilogue()
|
/linux-4.1.27/fs/ |
D | binfmt_elf_fdpic.c | 156 params->stack_size = phdr->p_memsz; in elf_fdpic_fetch_phdrs() 172 unsigned long stack_size, entryaddr; in load_elf_fdpic_binary() local 289 stack_size = exec_params.stack_size; in load_elf_fdpic_binary() 297 if (stack_size == 0) { in load_elf_fdpic_binary() 298 stack_size = interp_params.stack_size; in load_elf_fdpic_binary() 308 if (stack_size == 0) in load_elf_fdpic_binary() 381 stack_size = (stack_size + PAGE_SIZE - 1) & PAGE_MASK; in load_elf_fdpic_binary() 382 if (stack_size < PAGE_SIZE * 2) in load_elf_fdpic_binary() 383 stack_size = PAGE_SIZE * 2; in load_elf_fdpic_binary() 390 current->mm->start_brk = vm_mmap(NULL, 0, stack_size, stack_prot, in load_elf_fdpic_binary() [all …]
|
D | exec.c | 652 unsigned long stack_size; in setup_arg_pages() local 724 stack_size = vma->vm_end - vma->vm_start; in setup_arg_pages() 731 if (stack_size + stack_expand > rlim_stack) in setup_arg_pages() 736 if (stack_size + stack_expand > rlim_stack) in setup_arg_pages()
|
D | binfmt_flat.c | 449 stack_len = ntohl(hdr->stack_size); in load_flat_file()
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | syscalls.h | 9 unsigned long stack_size);
|
/linux-4.1.27/include/uapi/linux/ |
D | flat.h | 41 unsigned long stack_size; /* Size of stack, in bytes */ member
|
/linux-4.1.27/include/linux/ |
D | elf-fdpic.h | 28 unsigned long stack_size; /* stack size requested (PT_GNU_STACK) */ member
|
D | pe.h | 168 uint32_t stack_size; /* amt of stack required */ member 202 uint64_t stack_size; /* amt of stack required */ member
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
D | cvmx-sysinfo.h | 62 uint32_t stack_size; member
|
D | octeon.h | 69 uint32_t stack_size; member 119 uint32_t stack_size;
|
D | cvmx-bootinfo.h | 66 uint32_t stack_size; member 141 uint32_t stack_size;
|
/linux-4.1.27/arch/ia64/mm/ |
D | init.c | 91 unsigned long stack_size = rlimit_max(RLIMIT_STACK) & -16; in ia64_set_rbs_bot() local 93 if (stack_size > MAX_USER_STACK_SIZE) in ia64_set_rbs_bot() 94 stack_size = MAX_USER_STACK_SIZE; in ia64_set_rbs_bot() 95 current->thread.rbs_bot = PAGE_ALIGN(current->mm->start_stack - stack_size); in ia64_set_rbs_bot()
|
/linux-4.1.27/sound/pci/cs46xx/ |
D | cs46xx_dsp_task_types.h | 210 stack_size
|
/linux-4.1.27/arch/sparc/kernel/ |
D | process_32.c | 268 unsigned long stack_size) argument 277 ret = do_fork(clone_flags, stack_start, stack_size,
|
D | kernel.h | 152 unsigned long stack_size);
|
D | process_64.c | 583 unsigned long stack_size) in sparc_do_fork() argument 600 ret = do_fork(clone_flags, stack_start, stack_size, in sparc_do_fork()
|
/linux-4.1.27/kernel/ |
D | fork.c | 1241 unsigned long stack_size, in copy_process() argument 1450 retval = copy_thread(clone_flags, stack_start, stack_size, p); in copy_process() 1679 unsigned long stack_size, in do_fork() argument 1705 p = copy_process(clone_flags, stack_start, stack_size, in do_fork() 1789 int, stack_size, in SYSCALL_DEFINE5()
|
/linux-4.1.27/kernel/bpf/ |
D | verifier.c | 197 int stack_size; /* number of states to be processed */ member 427 env->stack_size--; in pop_stack() 445 env->stack_size++; in push_stack() 446 if (env->stack_size > 1024) { in push_stack()
|
/linux-4.1.27/kernel/events/ |
D | core.c | 4917 perf_sample_ustack_size(u16 stack_size, u16 header_size, in perf_sample_ustack_size() argument 4937 stack_size = min(stack_size, (u16) task_size); in perf_sample_ustack_size() 4943 if ((u16) (header_size + stack_size) < header_size) { in perf_sample_ustack_size() 4948 stack_size = USHRT_MAX - header_size - sizeof(u64); in perf_sample_ustack_size() 4949 stack_size = round_up(stack_size, sizeof(u64)); in perf_sample_ustack_size() 4952 return stack_size; in perf_sample_ustack_size() 5385 u16 stack_size = event->attr.sample_stack_user; in perf_prepare_sample() local 5388 stack_size = perf_sample_ustack_size(stack_size, header->size, in perf_prepare_sample() 5396 if (stack_size) in perf_prepare_sample() 5397 size += sizeof(u64) + stack_size; in perf_prepare_sample() [all …]
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic79xx.h | 1227 u_int stack_size; member
|
D | aic79xx_core.c | 7076 ahd->stack_size = ahd_probe_stack_size(ahd); in ahd_init() 7077 ahd->saved_stack = kmalloc(ahd->stack_size * sizeof(uint16_t), GFP_ATOMIC); in ahd_init() 9975 for (i = 0; i < ahd->stack_size; i++) { in ahd_dump_card_state() 9980 for (i = ahd->stack_size-1; i >= 0; i--) { in ahd_dump_card_state()
|
/linux-4.1.27/arch/x86/kvm/ |
D | emulate.c | 497 static int stack_size(struct x86_emulate_ctxt *ctxt) in stack_size() function 1853 rc = push(ctxt, &rbp, stack_size(ctxt)); in em_enter()
|