/linux-4.4.14/arch/sparc/include/uapi/asm/ |
H A D | ptrace.h | 52 unsigned long locals[8]; member in struct:reg_window 58 unsigned int locals[8]; member in struct:reg_window32 64 unsigned long locals[8]; member in struct:sparc_stackf 75 unsigned int locals[8]; member in struct:sparc_stackf32 85 unsigned long locals[8]; member in struct:sparc_trapf 113 unsigned long locals[8]; member in struct:reg_window32 119 unsigned long locals[8]; member in struct:sparc_stackf
|
/linux-4.4.14/arch/sparc/kernel/ |
H A D | kgdb_32.c | 28 gdb_regs[GDB_L0 + i] = win->locals[i]; pt_regs_to_gdb_regs() 62 gdb_regs[GDB_L0 + i] = win->locals[i]; sleeping_thread_to_gdb_regs() 103 win->locals[i] = gdb_regs[GDB_L0 + i]; gdb_regs_to_pt_regs()
|
H A D | kgdb_64.c | 29 gdb_regs[GDB_L0 + i] = win->locals[i]; pt_regs_to_gdb_regs() 64 gdb_regs[GDB_L0 + i] = win->locals[i]; sleeping_thread_to_gdb_regs() 110 win->locals[i] = gdb_regs[GDB_L0 + i]; gdb_regs_to_pt_regs()
|
H A D | process_64.c | 117 r_w.locals[0], r_w.locals[1], r_w.locals[2], r_w.locals[3], show_regwindow32() 118 r_w.locals[4], r_w.locals[5], r_w.locals[6], r_w.locals[7]); show_regwindow32() 156 rwk->locals[0], rwk->locals[1], rwk->locals[2], rwk->locals[3]); show_regwindow() 158 rwk->locals[4], rwk->locals[5], rwk->locals[6], rwk->locals[7]); show_regwindow()
|
H A D | process_32.c | 136 rw->locals[0], rw->locals[1], rw->locals[2], rw->locals[3], show_regs() 137 rw->locals[4], rw->locals[5], rw->locals[6], rw->locals[7]); show_regs()
|
H A D | unaligned_64.c | 131 value = win->locals[reg - 16]; fetch_reg() 135 get_user(value, &win32->locals[reg - 16]); fetch_reg() 139 get_user(value, &win->locals[reg - 16]); fetch_reg() 156 return &win->locals[reg - 16]; fetch_reg_addr() 160 return (unsigned long *)&win32->locals[reg - 16]; fetch_reg_addr() 164 return &win->locals[reg - 16]; fetch_reg_addr() 419 put_user(ret, &win32->locals[rd - 16]); handle_popc() 423 put_user(ret, &win->locals[rd - 16]); handle_popc()
|
H A D | unaligned_32.c | 101 return win->locals[reg - 16]; /* yes, I know what this does... */ fetch_reg() 118 if (get_user(ret, &win->locals[reg - 16])) safe_fetch_reg() 131 return &win->locals[reg - 16]; fetch_reg_addr()
|
H A D | visemul.c | 162 value = win->locals[reg - 16]; fetch_reg() 166 get_user(value, &win32->locals[reg - 16]); fetch_reg() 170 get_user(value, &win->locals[reg - 16]); fetch_reg() 186 return (unsigned long __user *)&win32->locals[reg - 16]; __fetch_reg_addr_user() 190 return &win->locals[reg - 16]; __fetch_reg_addr_user()
|
H A D | ptrace_64.c | 164 wbuf->locals[i] = win32.locals[i]; regwindow64_get() 187 win32.locals[i] = wbuf->locals[i]; regwindow64_set()
|
H A D | signal32.c | 509 err |= __put_user(rp->locals[i], &sf->ss.locals[i]); setup_frame32() 640 err |= __put_user(rp->locals[i], &sf->ss.locals[i]); setup_rt_frame32()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/ |
H A D | channel.h | 24 #define BRCMS_PEAK_CONDUCTED 0x00 /* Peak for locals */
|
/linux-4.4.14/tools/perf/scripts/python/ |
H A D | failed-syscalls-by-pid.py | 56 raw_syscalls__sys_exit(**locals())
|
H A D | sctop.py | 59 raw_syscalls__sys_enter(**locals())
|
H A D | syscall-counts-by-pid.py | 54 raw_syscalls__sys_enter(**locals())
|
H A D | syscall-counts.py | 50 raw_syscalls__sys_enter(**locals())
|
/linux-4.4.14/drivers/acpi/acpica/ |
H A D | dbobject.c | 65 * Dumps the method execution stack, and the method locals/args, 98 /* Display the method locals and arguments */ acpi_db_dump_method_info() 412 * DESCRIPTION: Display all locals for the currently running control method 437 /* Are any locals actually set? */ acpi_db_decode_locals()
|
H A D | dsmthdat.c | 79 * and locals. The data struct is an array of namespace nodes for 108 /* Init the method locals */ acpi_ds_method_data_init() 132 * DESCRIPTION: Delete method locals and arguments. Arguments are only 143 /* Detach the locals */ acpi_ds_method_data_delete_all() 309 * Note: There is no "implicit conversion" for locals. 595 * locals, since a store to a local should overwrite acpi_ds_store_object_to_local()
|
H A D | dsmethod.c | 255 /* Display method locals/args if debugger is present */ acpi_ds_method_error() 688 * created, delete all locals and arguments, and delete the parse 710 /* Delete all arguments and locals */ acpi_ds_terminate_control_method()
|
H A D | acdispat.h | 164 * dsmthdat - method data (locals/args)
|
H A D | acstruct.h | 99 struct acpi_namespace_node local_variables[ACPI_METHOD_NUM_LOCALS]; /* Control method locals */
|
H A D | exresnte.c | 116 * 2) Method locals and arguments have a pseudo-Node acpi_ex_resolve_node_to_value()
|
H A D | nsprepkg.c | 306 /* Update locals to point to the new package (of 1 element) */ acpi_ns_check_package()
|
H A D | dbdisply.c | 454 * DESCRIPTION: Display all locals for the currently running control method
|
/linux-4.4.14/arch/sparc/include/asm/ |
H A D | sigcontext.h | 51 unsigned long locals[8]; member in struct:__anon2720
|
/linux-4.4.14/arch/parisc/include/asm/ |
H A D | ldcw.h | 6 and GCC only guarantees 8-byte alignment for stack locals, we can't
|
/linux-4.4.14/scripts/ |
H A D | recordmcount.pl | 153 my %locals; # List of local (static) functions 417 $locals{$1} = 1; 446 if (defined $locals{$ref_func}) { 448 # only use locals if objcopy supports globalize-symbols 518 if (!defined($locals{$text}) && !defined($weak{$text})) {
|
/linux-4.4.14/arch/tile/mm/ |
H A D | migrate_64.S | 67 * Caller-save locals and frame constants are the same as
|
/linux-4.4.14/arch/sparc/math-emu/ |
H A D | math_64.c | 327 get_user(XR, &win32->locals[freg - 16]); do_mathemu() 332 get_user(XR, &win->locals[freg - 16]); do_mathemu()
|
/linux-4.4.14/arch/x86/platform/uv/ |
H A D | tlb_uv.c | 990 static void record_send_statistics(struct ptc_stats *stat, int locals, int hubs, record_send_statistics() argument 994 stat->s_ntargcpu += remotes + locals; record_send_statistics() 996 stat->s_ntarglocals += locals; record_send_statistics() 1000 if (locals) { record_send_statistics() 1084 int locals = 0; uv_flush_tlb_others() local 1135 if (set_distrib_bits(flush_mask, bcp, bau_desc, &locals, &remotes)) uv_flush_tlb_others() 1138 record_send_statistics(stat, locals, hubs, remotes, bau_desc); uv_flush_tlb_others() 1371 "# cpu bauoff sent stime self locals remotes ncpus localhub "); ptc_seq_show()
|
/linux-4.4.14/net/ipv6/ |
H A D | syncookies.c | 197 /* So that link locals have meaning */ cookie_v6_check()
|
H A D | tcp_ipv6.c | 685 /* So that link locals have meaning */ tcp_v6_init_req()
|
/linux-4.4.14/include/acpi/ |
H A D | acpixf.h | 133 * 3) Allow access to uninitialized locals/args (auto-init to integer 0)
|
/linux-4.4.14/lib/ |
H A D | inflate.c | 689 /* restore the globals from the locals */ inflate_codes() 748 /* restore the globals from the locals */ inflate_stored()
|
/linux-4.4.14/net/dccp/ |
H A D | ipv6.c | 354 /* So that link locals have meaning */ dccp_v6_conn_request()
|
/linux-4.4.14/drivers/scsi/isci/ |
H A D | phy.c | 1379 /* Copy the rest of the input data to our locals */ sci_phy_construct()
|
/linux-4.4.14/net/batman-adv/ |
H A D | types.h | 909 * @lasttime: last time we heard of claim (locals only)
|
/linux-4.4.14/arch/metag/include/asm/ |
H A D | metag_regs.h | 244 ; .... other locals
|
H A D | tbx.h | 363 ADD A0StP,A0StP,#SaveSize ; setup/use A0FrP to access locals
|
/linux-4.4.14/arch/mn10300/kernel/ |
H A D | gdb-stub.c | 1473 * the saved locals and ins to the new location. gdbstub()
|
/linux-4.4.14/arch/ia64/kernel/ |
H A D | unwind.c | 1934 num_regs = (*info->cfm_loc >> 7) & 0x7f; /* size of locals */ unw_unwind()
|
/linux-4.4.14/arch/x86/kvm/ |
H A D | x86.c | 199 struct kvm_shared_msrs *locals kvm_on_user_return() local 204 values = &locals->values[slot]; kvm_on_user_return() 210 locals->registered = false; kvm_on_user_return()
|
/linux-4.4.14/net/ipv4/ |
H A D | tcp_input.c | 6209 /* Note: tcp_v6_init_req() might override ir_iif for link locals */ tcp_conn_request()
|