Home
last modified time | relevance | path

Searched refs:locals (Results 1 – 17 of 17) sorted by relevance

/linux/scripts/
H A Drecordmcount.pl162 my %locals; # List of local (static) functions
401 $locals{$1} = 1;
430 if (defined $locals{$ref_func}) {
505 if (!defined($locals{$text}) && !defined($weak{$text})) {
/linux/arch/sparc/kernel/
H A Dunaligned_64.c132 value = win->locals[reg - 16]; in fetch_reg()
136 get_user(value, &win32->locals[reg - 16]); in fetch_reg()
140 get_user(value, &win->locals[reg - 16]); in fetch_reg()
157 return &win->locals[reg - 16]; in fetch_reg_addr()
161 return (unsigned long *)&win32->locals[reg - 16]; in fetch_reg_addr()
165 return &win->locals[reg - 16]; in fetch_reg_addr()
420 put_user(ret, &win32->locals[rd - 16]); in handle_popc()
424 put_user(ret, &win->locals[rd - 16]); in handle_popc()
H A Dkgdb_32.c30 gdb_regs[GDB_L0 + i] = win->locals[i]; in pt_regs_to_gdb_regs()
64 gdb_regs[GDB_L0 + i] = win->locals[i]; in sleeping_thread_to_gdb_regs()
105 win->locals[i] = gdb_regs[GDB_L0 + i]; in gdb_regs_to_pt_regs()
H A Dunaligned_32.c103 return win->locals[reg - 16]; /* yes, I know what this does... */ in fetch_reg()
120 if (get_user(ret, &win->locals[reg - 16])) in safe_fetch_reg()
133 return &win->locals[reg - 16]; in fetch_reg_addr()
H A Dkgdb_64.c30 gdb_regs[GDB_L0 + i] = win->locals[i]; in pt_regs_to_gdb_regs()
65 gdb_regs[GDB_L0 + i] = win->locals[i]; in sleeping_thread_to_gdb_regs()
111 win->locals[i] = gdb_regs[GDB_L0 + i]; in gdb_regs_to_pt_regs()
H A Dvisemul.c163 value = win->locals[reg - 16]; in fetch_reg()
167 get_user(value, &win32->locals[reg - 16]); in fetch_reg()
171 get_user(value, &win->locals[reg - 16]); in fetch_reg()
187 return (unsigned long __user *)&win32->locals[reg - 16]; in __fetch_reg_addr_user()
191 return &win->locals[reg - 16]; in __fetch_reg_addr_user()
H A Dsignal32.c447 err |= __put_user(rp->locals[i], &sf->ss.locals[i]); in setup_frame32()
579 err |= __put_user(rp->locals[i], &sf->ss.locals[i]); in setup_rt_frame32()
/linux/tools/perf/scripts/python/
H A Dsyscall-counts.py51 raw_syscalls__sys_enter(**locals())
H A Dsctop.py66 raw_syscalls__sys_enter(**locals())
H A Dsyscall-counts-by-pid.py55 raw_syscalls__sys_enter(**locals())
H A Dfailed-syscalls-by-pid.py58 raw_syscalls__sys_exit(**locals())
/linux/arch/sparc/math-emu/
H A Dmath_64.c328 get_user(XR, &win32->locals[freg - 16]); in do_mathemu()
333 get_user(XR, &win->locals[freg - 16]); in do_mathemu()
/linux/arch/mips/net/
H A Dbpf_jit_comp64.c551 int stack, saved, locals, reserved; in build_prologue() local
587 locals = ALIGN(ctx->program->aux->stack_depth, MIPS_STACK_ALIGNMENT); in build_prologue()
597 stack = ALIGN(saved + locals + reserved, MIPS_STACK_ALIGNMENT); in build_prologue()
H A Dbpf_jit_comp32.c1377 int stack, saved, locals, reserved; in build_prologue() local
1418 locals = ALIGN(ctx->program->aux->stack_depth, MIPS_STACK_ALIGNMENT); in build_prologue()
1429 stack = ALIGN(saved + locals + reserved, MIPS_STACK_ALIGNMENT); in build_prologue()
/linux/security/
H A DKconfig.hardening58 related to uninitialized locals, e.g. pointers receive
/linux/Documentation/translations/it_IT/process/
H A Dcoding-style.rst657 (dir-locals-set-class-variables
691 (dir-locals-set-directory-class
/linux/
H A DMakefile1105 …AGS += $(call ld-option,--lto-whole-program-visibility -mllvm -always-rename-promoted-locals=false)