Searched defs:me (Results 26 - 48 of 48) sorted by relevance

12

/arch/x86/kernel/
H A Dsignal.c768 struct task_struct *me = current; local
774 me->comm, me->pid, where, frame,
780 force_sig(SIGSEGV, me);
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 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 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/ia64/kernel/
H A Dirq_ia64.c324 int me = smp_processor_id(); local
343 if (!cpu_isset(me, cfg->old_domain))
348 cpu_clear(me, vector_table[vector]);
/arch/powerpc/kernel/
H A Dmodule_64.c364 struct module *me)
372 me->arch.stubs_section = i;
374 me->arch.toc_section = i;
390 if (!me->arch.stubs_section) {
391 pr_err("%s: doesn't contain .stubs.\n", me->name);
399 if (!me->arch.toc_section)
400 me->arch.toc_section = me->arch.stubs_section;
403 sechdrs[me->arch.stubs_section].sh_size = get_stubs_size(hdr, sechdrs);
410 static inline unsigned long my_r2(Elf64_Shdr *sechdrs, struct module *me) argument
361 module_frob_arch_sections(Elf64_Ehdr *hdr, Elf64_Shdr *sechdrs, char *secstrings, struct module *me) argument
423 create_stub(Elf64_Shdr *sechdrs, struct ppc64_stub_entry *entry, unsigned long addr, struct module *me) argument
449 stub_for_addr(Elf64_Shdr *sechdrs, unsigned long addr, struct module *me) argument
475 restore_r2(u32 *instruction, struct module *me) argument
487 apply_relocate_add(Elf64_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
[all...]
H A Dsmp.c311 int me = raw_smp_processor_id(); local
317 if (cpu != me)
/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/arm/common/
H A Dlocomo.c370 __locomo_probe(struct device *me, struct resource *mem, int irq) argument
372 struct locomo_platform_data *pdata = me->platform_data;
383 lchip->dev = me;
H A Dsa1111.c689 static int __sa1111_probe(struct device *me, struct resource *mem, int irq) argument
691 struct sa1111_platform_data *pd = me->platform_data;
704 sachip->clk = clk_get(me, "SA1111_CLK");
716 sachip->dev = me;
/arch/mips/kernel/
H A Dvpe.c228 static int apply_r_mips_none(struct module *me, uint32_t *location, argument
234 static int apply_r_mips_gprel16(struct module *me, uint32_t *location, argument
259 static int apply_r_mips_pc16(struct module *me, uint32_t *location, argument
278 static int apply_r_mips_32(struct module *me, uint32_t *location, argument
286 static int apply_r_mips_26(struct module *me, uint32_t *location, argument
301 * me->name);
311 static int apply_r_mips_hi16(struct module *me, uint32_t *location, argument
333 static int apply_r_mips_lo16(struct module *me, uint32_t *location, argument
404 static int (*reloc_handlers[]) (struct module *me, uint32_t *location,
429 struct module *me)
425 apply_relocations(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
[all...]
/arch/parisc/kernel/
H A Dmodule.c44 * if (in_init(me, (void *)val))
45 * val -= (uint32_t)me->module_init;
47 * val -= (uint32_t)me->module_core;
84 me->name, strtab + sym->st_name, (unsigned long)val, bits); \
101 static inline int in_init(struct module *me, void *loc) argument
103 return (loc >= me->module_init &&
104 loc <= (me->module_init + me->init_size));
107 static inline int in_core(struct module *me, void *loc) argument
109 return (loc >= me
113 in_local(struct module *me, void *loc) argument
322 module_frob_arch_sections(CONST Elf_Ehdr *hdr, CONST Elf_Shdr *sechdrs, CONST char *secstrings, struct module *me) argument
389 get_got(struct module *me, unsigned long value, long addend) argument
414 get_fdesc(struct module *me, unsigned long value) argument
445 get_stub(struct module *me, unsigned long value, long addend, enum elf_stub_type stub_type, Elf_Addr loc0, unsigned int targetsec) argument
542 apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
679 apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
835 register_unwind_table(struct module *me, const Elf_Shdr *sechdrs) argument
854 deregister_unwind_table(struct module *me) argument
860 module_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *me) argument
[all...]
/arch/powerpc/lib/
H A Dsstep.c623 #define MASK32(mb, me) ((0xffffffffUL >> (mb)) + \
624 ((signed long)-0x80000000L >> (me)) + ((me) >= (mb)))
627 #define MASK64_R(me) ((signed long)-0x8000000000000000L >> (me))
628 #define MASK64(mb, me) (MASK64_L(mb) + MASK64_R(me) + ((me) >= (mb)))
648 unsigned int mb, me, sh; local
839 me
[all...]
/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
/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/powerpc/kvm/
H A Dbook3s_hv.c85 int me; local
95 me = get_cpu();
98 if (cpu != me && cpu >= 0 && cpu < nr_cpu_ids) {
/arch/powerpc/xmon/
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);
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...]
/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/mips/include/asm/octeon/
H A Dcvmx-pci-defs.h220 uint32_t me:1; member in struct:cvmx_pci_cfg01::cvmx_pci_cfg01_s
226 uint32_t me:1;
H A Dcvmx-pciercx-defs.h158 uint32_t me:1; member in struct:cvmx_pciercx_cfg001::cvmx_pciercx_cfg001_s
164 uint32_t me:1;
/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/ia64/include/asm/
H A Dpal.h391 me : 1, /* Distinct multiple member in struct:pal_process_state_info_s
708 #define pmci_proc_distinct_multiple_errors pme_processor.me

Completed in 477 milliseconds

12