Searched defs:me (Results 1 - 25 of 48) sorted by last modified time

12

/arch/powerpc/xmon/
H A Dppc-opc.c1146 int mb, me, mx, count, last;
1157 me = 32;
1165 /* me: location of last 1->0 transition */
1179 me = mx;
1183 if (me == 0)
1184 me = 32;
1189 return insn | (mb << 6) | ((me - 1) << 1);
1198 int mb, me;
1204 me = (insn >> 1) & 0x1f;
1205 if (mb < me
1144 int mb, me, mx, count, last; local
1196 int mb, me; local
[all...]
H A Dxmon.c311 int me = smp_processor_id() + 0x100; local
315 if (xmon_speaker == me)
319 last_speaker = cmpxchg(&xmon_speaker, 0, me);
335 prev = cmpxchg(&xmon_speaker, last_speaker, me);
/arch/s390/kernel/
H A Dmodule.c68 static void check_rela(Elf_Rela *rela, struct module *me) argument
72 info = me->arch.syminfo + ELF_R_SYM (rela->r_info);
87 info->got_offset = me->arch.got_size;
88 me->arch.got_size += sizeof(void*);
99 info->plt_offset = me->arch.plt_size;
100 me->arch.plt_size += PLT_ENTRY_SIZE;
118 char *secstrings, struct module *me)
135 printk(KERN_ERR "module %s: no symbol table\n", me->name);
140 me->arch.nsyms = symtab->sh_size / sizeof(Elf_Sym);
141 me
117 module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, char *secstrings, struct module *me) argument
219 apply_rela(Elf_Rela *rela, Elf_Addr base, Elf_Sym *symtab, const char *strtab, struct module *me) argument
414 apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
439 module_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *me) argument
[all...]
/arch/score/kernel/
H A Dmodule.c32 struct module *me)
49 me->name, relindex, i);
59 me->name, relindex, i, rel->r_offset,
120 me->name, ELF32_R_TYPE(rel->r_info));
30 apply_relocate(Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relindex, struct module *me) argument
/arch/sh/kernel/
H A Ddwarf.c1090 struct module *me)
1110 INIT_LIST_HEAD(&me->arch.cie_list);
1111 INIT_LIST_HEAD(&me->arch.fde_list);
1112 err = dwarf_parse_section((char *)start, (char *)end, me);
1115 me->name);
1089 module_dwarf_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *me) argument
H A Dmodule.c41 struct module *me)
105 me->name, ELF32_R_TYPE(rel[i].r_info));
114 struct module *me)
118 ret |= module_dwarf_finalize(hdr, sechdrs, me);
37 apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
112 module_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *me) argument
/arch/sparc/kernel/
H A Dleon_smp.c112 int me = smp_processor_id(); local
117 (unsigned int)cfg, (unsigned int)me);
124 me);
162 int me = smp_processor_id(); local
167 printk(KERN_INFO "%d:(%d:%d) cpus mpirq at 0x%x\n", (unsigned int)me,
171 leon_enable_irq_cpu(LEON3_IRQ_CROSS_CALL, me);
172 leon_enable_irq_cpu(LEON3_IRQ_TICKER, me);
173 leon_enable_irq_cpu(leon_ipi_irq, me);
H A Dmodule.c86 struct module *me)
174 me->name,
208 struct module *me)
211 jump_label_apply_nops(me);
82 apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
206 module_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *me) argument
/arch/tile/include/arch/
H A Dmpipe_shm.h222 uint_reg_t me : 1; member in struct:__anon2838::__anon2839
330 uint_reg_t me : 1;
/arch/tile/kernel/
H A Dmodule.c96 static int validate_hw2_last(long value, struct module *me) argument
100 me->name, value);
126 struct module *me)
188 if (!validate_hw2_last(value, me))
199 if (!validate_hw2_last(value, me))
214 " %#llx at %#llx (%p)\n", me->name,
227 me->name, (int) ELF_R_TYPE(rel[i].r_info));
122 apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
/arch/um/kernel/
H A Dsmp.c107 int err, cpu, me = smp_processor_id(); local
113 set_cpu_online(me, true);
114 cpu_set(me, cpu_callin_map);
116 err = os_pipe(cpu_data[me].ipi_pipe, 1, 1);
120 os_set_fd_async(cpu_data[me].ipi_pipe[0]);
/arch/um/os-Linux/drivers/
H A Dtuntap_user.c62 static int tuntap_open_tramp(char *gate, int *fd_out, int me, int remote, argument
78 data.close_me = me;
101 n = recvmsg(me, &msg, 0);
/arch/um/os-Linux/skas/
H A Dprocess.c647 void switch_threads(jmp_buf *me, jmp_buf *you) argument
649 if (UML_SETJMP(me) == 0)
/arch/x86/ia32/
H A Dsys_ia32.c206 struct task_struct *me = current; local
207 static char lastcomm[sizeof(me->comm)];
209 if (strncmp(lastcomm, me->comm, sizeof(lastcomm))) {
212 me->comm);
213 strncpy(lastcomm, me->comm, sizeof(lastcomm));
/arch/x86/kernel/apic/
H A Dio_apic.c2295 unsigned vector, me; local
2301 me = smp_processor_id();
2329 if (vector == cfg->vector && cpumask_test_cpu(me, cfg->domain))
2354 unsigned me; local
2359 me = smp_processor_id();
2361 if (vector == cfg->vector && cpumask_test_cpu(me, cfg->domain))
/arch/x86/kernel/cpu/
H A Dcommon.c1298 struct task_struct *me; local
1321 me = current;
1337 memset(me->thread.tls_array, 0, GDT_ENTRY_TLS_ENTRIES * 8);
1372 me->active_mm = &init_mm;
1373 BUG_ON(me->mm);
1374 enter_lazy_tlb(&init_mm, me);
/arch/x86/kernel/
H A Di387.c74 struct task_struct *me = current; local
76 if (__thread_has_fpu(me)) {
77 __thread_clear_has_fpu(me);
78 __save_init_fpu(me);
H A Dmodule.c100 struct module *me)
129 me->name, ELF32_R_TYPE(rel[i].r_info));
140 struct module *me)
192 me->name, ELF64_R_TYPE(rel[i].r_info));
202 me->name);
209 struct module *me)
234 alternatives_smp_module_add(me, me->name,
245 jump_label_apply_nops(me);
96 apply_relocate(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
136 apply_relocate_add(Elf64_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
207 module_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *me) argument
H A Dprocess.c93 struct task_struct *me = current; local
94 struct thread_struct *t = &me->thread;
111 drop_fpu(me);
H A Dprocess_64.c159 struct task_struct *me = current; local
164 p->thread.usersp = me->thread.usersp;
169 p->thread.gs = p->thread.gsindex ? 0 : me->thread.gs;
171 p->thread.fs = p->thread.fsindex ? 0 : me->thread.fs;
195 if (unlikely(test_tsk_thread_flag(me, TIF_IO_BITMAP))) {
196 p->thread.io_bitmap_ptr = kmemdup(me->thread.io_bitmap_ptr,
H A Dsignal.c768 struct task_struct *me = current; local
774 me->comm, me->pid, where, frame,
780 force_sig(SIGSEGV, me);
H A Dsmpboot.c1173 int me = smp_processor_id(); local
1174 switch_to_new_gdt(me);
1175 /* already set me in cpu_online_mask in boot_cpu_init() */
1176 cpumask_set_cpu(me, cpu_callout_mask);
1177 per_cpu(cpu_state, me) = CPU_ONLINE;
/arch/x86/kvm/
H A Dsvm.c643 int me = raw_smp_processor_id(); local
650 pr_err("%s: err EOPNOTSUPP on %d\n", __func__, me);
653 sd = per_cpu(svm_data, me);
655 pr_err("%s: svm_data is NULL on %d\n", __func__, me);
/arch/c6x/kernel/
H A Dmodule.c49 struct module *me)
117 me->name, ELF32_R_TYPE(rel[i].r_info));
45 apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
/arch/cris/kernel/
H A Dmodule.c49 struct module *me)
76 me->name, ELF32_R_TYPE(rela[i].r_info));
45 apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument

Completed in 463 milliseconds

12