Searched defs:ip (Results 1 - 25 of 96) sorted by relevance

1234

/arch/ia64/include/asm/
H A Dtypes.h26 unsigned long ip; member in struct:fnptr
/arch/arm/lib/
H A Dbitops.h8 ands ip, r1, #3 variable
9 strneb r1, [ip] @ assert word-aligned
33 ands ip, r1, #3 variable
34 strneb r1, [ip] @ assert word-aligned
49 strex ip, r2, [r1] variable
50 cmp ip, #0 variable
63 ands ip, r1, #3
64 strneb r1, [ip] @ assert word-aligned
69 save_and_disable_irqs ip
73 restore_irqs ip
[all...]
/arch/ia64/kernel/
H A Dstacktrace.c15 unsigned long ip; local
20 unw_get_ip(info, &ip);
21 if (ip == 0)
24 trace->entries[trace->nr_entries++] = ip;
H A Dftrace.c43 0x30, 0x00, 0x00, 0x60, 0x00, 0x00, /* mov r3=ip */
62 0x30, 0x00, 0x00, 0x60, 0x00, 0x00, /* mov r3=ip */
81 static unsigned char *ftrace_call_replace(unsigned long ip, unsigned long addr) argument
84 unsigned long offset = addr - (ip + 0x10);
94 ftrace_modify_code(unsigned long ip, unsigned char *old_code, argument
113 if (probe_kernel_read(replaced, (void *)ip, MCOUNT_INSN_SIZE))
122 if (probe_kernel_write(((void *)ip), new_code, MCOUNT_INSN_SIZE))
124 flush_icache_range(ip, ip + MCOUNT_INSN_SIZE);
132 unsigned long ip local
176 unsigned long ip = rec->ip; local
187 unsigned long ip; local
[all...]
H A Dpatch.c104 u64 ip; local
107 ip = (u64) offp + *offp;
110 ia64_patch_imm64(ip, ia64_tpa(get_imm64(ip)));
111 ia64_fc((void *) ip);
127 u64 ip, *b; local
130 ip = (u64) offp + *offp;
132 b = (u64 *)(ip & -16);
134 ia64_fc((void *) ip);
196 u64 ip; local
213 u64 ip; local
242 u64 ip, mask, imm; local
[all...]
/arch/powerpc/kernel/
H A Dstacktrace.c27 unsigned long newsp, ip; local
33 ip = stack[STACK_FRAME_LR_SAVE];
35 if (savesched || !in_sched_functions(ip)) {
37 trace->entries[trace->nr_entries++] = ip;
/arch/sh/kernel/cpu/irq/
H A Dimask.c30 static inline void set_interrupt_registers(int ip) argument
49 : "r" (~0xf0), "r" (ip << 4)
/arch/x86/kernel/kprobes/
H A Dftrace.c33 * Emulate singlestep (and also recover regs->ip)
36 regs->ip = (unsigned long)p->addr + MCOUNT_INSN_SIZE;
56 void kprobe_ftrace_handler(unsigned long ip, unsigned long parent_ip, argument
66 p = get_kprobe((kprobe_opcode_t *)ip);
74 /* Kprobe handler expects regs->ip = ip + 1 as breakpoint hit */
75 regs->ip = ip + sizeof(kprobe_opcode_t);
82 * If pre_handler returns !0, it sets regs->ip and
/arch/s390/kernel/
H A Dftrace.c84 if (probe_kernel_write((void *) rec->ip - MCOUNT_INSN_OFFSET,
90 if (probe_kernel_write((void *) rec->ip, ftrace_disable_code,
98 if (probe_kernel_write((void *) rec->ip, ftrace_enable_insn,
120 unsigned long ip)
128 ip = (ip & PSW_ADDR_INSN) - MCOUNT_INSN_SIZE;
129 trace.func = ip;
134 if (ftrace_push_return_trace(parent, ip, &trace.depth, 0) == -EBUSY)
119 prepare_ftrace_return(unsigned long parent, unsigned long ip) argument
/arch/x86/kernel/
H A Djump_label.c27 static void bug_at(unsigned char *ip, int line) argument
35 ip, ip, ip[0], ip[1], ip[2], ip[3], ip[4], __FILE__, line);
/arch/c6x/kernel/
H A Dmodule.c17 static inline int fixup_pcr(u32 *ip, Elf32_Addr dest, u32 maskbits, int shift) argument
20 long ep = (long)ip & ~31;
26 opcode = *ip;
29 *ip = opcode;
32 maskbits, ip, (void *)dest, opcode);
37 maskbits, ip, (void *)dest);
/arch/cris/mm/
H A Dfault.c373 unsigned long ip = (instruction_pointer(regs) & ~0x1); local
375 fixup = search_exception_tables(ip);
/arch/metag/kernel/
H A Dftrace.c100 unsigned long ip = rec->ip; local
102 old = ftrace_call_replace(ip, addr);
105 return ftrace_modify_code(ip, old, new);
111 unsigned long ip = rec->ip; local
114 new = ftrace_call_replace(ip, addr);
116 return ftrace_modify_code(ip, old, new);
/arch/mips/lasat/
H A Dsysctl.c103 unsigned int ip; local
131 ip = in_aton(ipbuf);
132 *(unsigned int *)(table->data) = ip;
135 ip = *(unsigned int *)(table->data);
137 (ip) & 0xff,
138 (ip >> 8) & 0xff,
139 (ip >> 16) & 0xff,
140 (ip >> 24) & 0xff);
/arch/mips/mm/
H A Duasm-mips.c161 struct insn *ip = NULL; local
168 ip = &insn_table[i];
172 if (!ip || (opc == insn_daddiu && r4k_daddiu_bug()))
175 op = ip->match;
177 if (ip->fields & RS)
179 if (ip->fields & RT)
181 if (ip->fields & RD)
183 if (ip->fields & RE)
185 if (ip->fields & SIMM)
187 if (ip
[all...]
/arch/sparc/kernel/
H A Dftrace.c14 static u32 ftrace_call_replace(unsigned long ip, unsigned long addr) argument
19 off = ((s32)addr - (s32)ip);
25 static int ftrace_modify_code(unsigned long ip, u32 old, u32 new) argument
31 "1: cas [%[ip]], %[old], %[new]\n"
32 " flush %[ip]\n"
46 : [new] "0" (new), [old] "r" (old), [ip] "r" (ip)
57 unsigned long ip = rec->ip; local
60 old = ftrace_call_replace(ip, add
67 unsigned long ip = rec->ip; local
77 unsigned long ip = (unsigned long)(&ftrace_call); local
98 unsigned long ip = (unsigned long)(&ftrace_graph_call); local
108 unsigned long ip = (unsigned long)(&ftrace_graph_call); local
[all...]
H A Dkgdb_32.c163 void kgdb_arch_set_pc(struct pt_regs *regs, unsigned long ip) argument
165 regs->pc = ip;
/arch/unicore32/kernel/
H A Dptrace.c117 unsigned long ip; local
128 ip = regs->UCreg_ip;
146 regs->UCreg_ip = ip;
/arch/x86/include/uapi/asm/
H A Dmce.h13 __u64 ip; member in struct:mce
/arch/x86/mm/
H A Dextable.c36 fixup = search_exception_tables(regs->ip);
45 regs->ip = new_ip;
53 int __init early_fixup_exception(unsigned long *ip) argument
58 fixup = search_exception_tables(*ip);
67 *ip = new_ip;
/arch/blackfin/kernel/
H A Dftrace.c33 static int ftrace_modify_code(unsigned long ip, const unsigned char *code, argument
36 int ret = probe_kernel_write((void *)ip, (void *)code, len);
37 flush_icache_range(ip, ip + len);
45 return ftrace_modify_code(rec->ip, mnop, sizeof(mnop));
54 bfin_make_pcrel24(&call[2], rec->ip + 2, addr);
57 return ftrace_modify_code(rec->ip, call, sizeof(call));
63 unsigned long ip = (unsigned long)&ftrace_call; local
64 bfin_make_pcrel24(call, ip, func);
65 return ftrace_modify_code(ip, cal
83 unsigned long ip = (unsigned long)&ftrace_graph_call; local
[all...]
/arch/ia64/hp/common/
H A Daml_nfw.c40 void *ip; member in struct:ia64_pdesc
51 u64 ip; member in struct:ia64_nfw_context
69 virt_entry.ip = virt_map(c->ip);
/arch/ia64/include/uapi/asm/
H A Dperfmon_default_smpl.h67 unsigned long ip; /* where did the overflow interrupt happened */ member in struct:__anon1740
/arch/ia64/mm/
H A Dextable.c85 unsigned long ip)
94 diff = mid_ip - ip;
83 search_extable(const struct exception_table_entry *first, const struct exception_table_entry *last, unsigned long ip) argument
/arch/microblaze/kernel/
H A Dftrace.c146 imm = *(unsigned int *)rec->ip;
149 bralid = *(unsigned int *)(rec->ip + 4);
155 ret = ftrace_modify_code(rec->ip, MICROBLAZE_NOP);
156 ret += ftrace_modify_code(rec->ip + 4, MICROBLAZE_NOP);
158 ret = ftrace_modify_code(rec->ip, MICROBLAZE_BRI);
167 pr_debug("%s: addr:0x%x, rec->ip: 0x%x, imm:0x%x\n",
168 __func__, (unsigned int)addr, (unsigned int)rec->ip, imm);
169 ret = ftrace_modify_code(rec->ip, imm);
172 ret += ftrace_modify_code(rec->ip + 4, bralid);
184 unsigned long ip local
213 unsigned long ip = (unsigned long)(&ftrace_call_graph); local
225 unsigned long ip = (unsigned long)(&ftrace_call_graph); local
[all...]

Completed in 857 milliseconds

1234