Searched refs:context (Results 1 - 25 of 270) sorted by path

1234567891011

/arch/
H A DKconfig321 - secure_computing is called from a ptrace_event()-safe context
329 need to be called from a ptrace-safe context. It must then
/arch/alpha/include/asm/
H A Dcacheflush.h42 that icache entries are tagged with the ASN and load a new mm context. */
58 mm->context[smp_processor_id()] = 0;
H A Dmmu_context.h5 * get a new mmu context..
15 * Force a context reload. This is needed when we change the page
101 * the "mm->context") are the ASN _version_ code. A version of 0 is
103 * need to do "p->mm->context = 0".
145 mmc = next_mm->context[cpu];
148 next_mm->context[cpu] = mmc;
156 a new mm->context (via flush_tlb_mm) without the ASN serial
192 if (!mm->context[cpu]) \
234 mm->context[i] = 0;
H A Dtlbflush.h91 unsigned long *mmc = &mm->context[smp_processor_id()];
/arch/alpha/kernel/
H A Dsmp.c147 /* All kernel threads share the same mm context. */
668 if (mm->context[cpu])
669 mm->context[cpu] = 0;
717 if (mm->context[cpu])
718 mm->context[cpu] = 0;
773 if (mm->context[cpu])
774 mm->context[cpu] = 0;
/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/alpha/mm/
H A Dfault.c47 next_mm->context[smp_processor_id()] = mmc;
108 /* If we're in an interrupt context, or have no user context,
/arch/arc/include/asm/
H A Dmmu_context.h50 #define asid_mm(mm, cpu) mm->context.asid[cpu]
74 * first need to destroy the context, setting it to invalid
88 * "generation" to distinguish from no context
104 * Initialize the context related info for a new mm_struct
/arch/arc/kernel/
H A Dasm-offsets.c41 DEFINE(MM_CTXT, offsetof(struct mm_struct, context));
H A Dentry.S45 * setting it and not clearing it clears ZOL context
643 ; Restore the saved sys context (common exit-path for EXCPN/IRQ/Trap)
673 ; However the context returning might not have taken L2 intr itself
675 ; Special considerations needed for the context which took L2 intr
677 ld r9, [sp, PT_event] ; Ensure this is L2 intr context
684 ; things to what they were, before returning from L2 context
/arch/arm/include/asm/
H A Dmmu.h19 #define ASID(mm) ((unsigned int)((mm)->context.id.counter & ~ASID_MASK))
H A Dmmu_context.h29 #define init_new_context(tsk,mm) ({ atomic64_set(&mm->context.id, 0); 0; })
48 if (unlikely(mm->context.vmalloc_seq != init_mm.context.vmalloc_seq))
59 mm->context.switch_pending = 1;
70 if (mm && mm->context.switch_pending) {
78 if (mm->context.switch_pending) {
79 mm->context.switch_pending = 0;
98 * mm: describes the currently active mm context
/arch/arm/kernel/
H A Dasm-offsets.c114 DEFINE(MM_CONTEXT_ID, offsetof(struct mm_struct, context.id.counter));
H A Dentry-armv.S67 @ r4 - aborted context pc
68 @ r5 - aborted context psr
251 @ the saved context.
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 Dprocess.c676 mm->context.sigpage = addr;
H A Dsignal.c35 /* the crunch context must be 64 bit aligned */
48 /* the crunch context must be 64 bit aligned */
67 /* the iWMMXt context must be 64 bit aligned */
80 /* the iWMMXt context must be 64 bit aligned */
399 retcode = mm->context.sigpage + signal_return_offset +
/arch/arm/mach-at91/
H A Dboard-gsia18s.c425 unsigned int ngpio, void *context)
458 unsigned ngpio, void *context)
424 pcf8574x_0x20_setup(struct i2c_client *client, int gpio, unsigned int ngpio, void *context) argument
457 pcf8574x_0x20_teardown(struct i2c_client *client, int gpio, unsigned ngpio, void *context) argument
/arch/arm/mach-davinci/
H A Dboard-da830-evm.c456 .context = (void *)0x7f00,
460 int gpio, unsigned ngpio, void *context)
475 unsigned ngpio, void *context)
459 da830_evm_ui_expander_setup(struct i2c_client *client, int gpio, unsigned ngpio, void *context) argument
474 da830_evm_ui_expander_teardown(struct i2c_client *client, int gpio, unsigned ngpio, void *context) argument
H A Dboard-dm365-evm.c176 .context = (void *)0x7f00,
H A Dboard-dm644x-evm.c482 .context = (void *)0x7f00,
H A Dboard-dm646x-evm.c318 .context = (void *)0x7f00,
H A Dboard-mityomapl138.c116 static void read_factory_config(struct memory_accessor *a, void *context) argument
162 .context = NULL,
H A Dcommon.c31 void davinci_get_mac_addr(struct memory_accessor *mem_acc, void *context) argument
34 off_t offset = (off_t)context;
/arch/arm/mach-ks8695/
H A Dboard-acs5k.c59 void *context)
57 acs5k_pca9555_setup(struct i2c_client *client, unsigned gpio_base, unsigned ngpio, void *context) argument

Completed in 268 milliseconds

1234567891011