Searched refs:context (Results 201 - 225 of 270) sorted by relevance

1234567891011

/arch/x86/ia32/
H A Dia32_signal.c385 if (current->mm->context.vdso)
386 restorer = current->mm->context.vdso +
465 restorer = current->mm->context.vdso +
/arch/x86/pci/
H A Dmmconfig-shared.c413 void *context, void **rv)
415 struct resource *mcfg_res = context;
418 check_mcfg_resource, context);
412 find_mboard_resource(acpi_handle handle, u32 lvl, void *context, void **rv) argument
/arch/alpha/lib/
H A Dev6-clear_user.S37 * From perusing the source code context where this routine is called, it is
211 # We know for a fact that $0 > 0 zero due to previous context
/arch/arm/mm/
H A DMakefile52 obj-$(CONFIG_CPU_COPY_V6) += copypage-v6.o context.o
/arch/blackfin/mach-common/
H A Dinterrupt.S20 #include <asm/context.S>
294 * context: caller must have preempted EVT15, hw interrupts must be off.
/arch/frv/kernel/
H A Dhead-uc-fr451.S155 # start in TLB context 0 with no page tables
/arch/powerpc/mm/
H A Dppc_mmu_32.c173 add_hash_page(mm->context.id, ea, pmd_val(*pmd));
/arch/powerpc/platforms/44x/
H A Dwarp.c143 static irqreturn_t temp_isr(int irq, void *context) argument
/arch/s390/include/asm/
H A Dprocessor.h77 #define TASK_SIZE_OF(tsk) ((tsk)->mm->context.asce_limit)
/arch/s390/kernel/
H A Dsmp.c231 cpumask_set_cpu(cpu, &init_mm.context.cpu_attach_mask);
233 atomic_inc(&init_mm.context.attach_count);
759 atomic_dec(&init_mm.context.attach_count);
762 cpumask_clear_cpu(cpu, &init_mm.context.cpu_attach_mask);
/arch/sh/include/asm/
H A Delf.h199 #define VDSO_BASE ((unsigned long)current->mm->context.vdso)
/arch/tile/include/asm/
H A Dprocessor.h166 /* TASK_SIZE and related variables are always checked in "current" context. */
175 #define VDSO_BASE ((unsigned long)current->active_mm->context.vdso_base)
/arch/unicore32/kernel/
H A Dentry.S268 @ r2 - aborted context pc
269 @ r3 - aborted context asr
431 @ r2 - aborted context pc
432 @ r3 - aborted context asr
639 * context switches, and waiting for our parent to respond.
/arch/xtensa/kernel/
H A Dasm-offsets.c102 DEFINE(MM_CONTEXT, offsetof (struct mm_struct, context));
/arch/powerpc/kernel/
H A Dasm-offsets.c74 DEFINE(MMCONTEXTID, offsetof(struct mm_struct, context.id));
187 DEFINE(PACACONTEXTID, offsetof(struct paca_struct, context.id));
190 context.low_slices_psize));
192 context.high_slices_psize));
225 DEFINE(PACACONTEXTSLLP, offsetof(struct paca_struct, context.sllp));
/arch/arm/kernel/
H A Dentry-header.S204 @ The parent context IRQs must have been enabled to get here in
279 @ The parent context IRQs must have been enabled to get here in
299 stmdb lr!, {r0, r1, \rpsr} @ calling lr and rfe context
H A Dasm-offsets.c114 DEFINE(MM_CONTEXT_ID, offsetof(struct mm_struct, context.id.counter));
/arch/mips/include/asm/sn/sn0/
H A Dhubio.h715 context: 15, /* Bit vector: member in struct:icrbd_s::__anon2155
727 #define icrbd_context icrbd_field_s.context
/arch/mips/kernel/
H A Dsignal.c65 * Thread saved context copy to/from a signal context presumed to be on the
125 * EVA does not have FPU EVA instructions so saving fpu context directly
158 * EVA does not have FPU EVA instructions so restoring fpu context
199 * Save FPU state to signal context. Signal handler
272 /* restore fpu context if we have used it before */
533 unsigned int tmp = (unsigned int)current->mm->context.vdso;
538 void *vdso = current->mm->context.vdso;
/arch/mips/kvm/
H A Dtlb.c624 /* Save old context and create impossible VPN2 value */
679 vcpu->arch.guest_kernel_mm.context.asid[cpu];
682 vcpu->arch.guest_user_mm.context.asid[cpu];
718 * Were we in guest context? If so then the pre-empted ASID is
/arch/sh/kernel/
H A Dsignal_32.c294 } else if (likely(current->mm->context.vdso)) {
373 } else if (likely(current->mm->context.vdso)) {
/arch/sparc/kernel/
H A Dunaligned_64.c277 printk(KERN_ALERT "current->{active_,}mm->context = %016lx\n",
278 (current->mm ? CTX_HWBITS(current->mm->context) :
279 CTX_HWBITS(current->active_mm->context)));
/arch/um/kernel/
H A Dtlb.c48 .id = &mm->context.id, \
419 mm_id = &mm->context.id;
/arch/arm/mach-omap1/
H A Dboard-h2.c319 static int tps_setup(struct i2c_client *client, void *context) argument
H A Dboard-osk.c192 static int osk_tps_setup(struct i2c_client *client, void *context) argument

Completed in 568 milliseconds

1234567891011