Searched defs:context (Results 1 - 25 of 47) sorted by relevance

12

/arch/parisc/include/asm/
H A Dmmu_context.h26 mm->context = alloc_sid();
33 free_sid(mm->context);
34 mm->context = 0;
37 static inline unsigned long __space_to_prot(mm_context_t context) argument
40 return context << 1;
42 return context >> (SPACEID_SHIFT - 1);
46 static inline void load_context(mm_context_t context) argument
48 mtsp(context, 3);
49 mtctl(__space_to_prot(context), 8);
57 load_context(next->context);
[all...]
/arch/x86/um/
H A Dsysrq_32.c77 struct thread_info *context; local
95 context = (struct thread_info *)
97 print_context_stack(context, stack, ebp);
/arch/arm/mach-davinci/
H A Dcommon.c31 void davinci_get_mac_addr(struct memory_accessor *mem_acc, void *context) argument
34 off_t offset = (off_t)context;
H A Dboard-mityomapl138.c115 static void read_factory_config(struct memory_accessor *a, void *context) argument
161 .context = NULL,
/arch/arm/mach-imx/
H A Dmach-mxt_td60.c135 void *context)
133 mxt_td60_pca9557_setup(struct i2c_client *client, unsigned gpio_base, unsigned ngpio, void *context) argument
/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
/arch/arm/plat-omap/include/plat/
H A Dvrfb.h27 u8 context; member in struct:vrfb
/arch/sh/kernel/
H A Ddumpstack.c54 struct thread_info *context; local
57 context = (struct thread_info *)
67 context, &graph);
/arch/x86/kernel/cpu/mcheck/
H A Dmce-inject.c112 int context = MCJ_CTX(m->inject_flags); local
118 switch (context) {
130 printk(KERN_INFO "Invalid MCE context\n");
147 int context = MCJ_CTX(m->inject_flags); local
151 if (context == MCJ_CTX_RANDOM)
/arch/x86/kernel/
H A Ddumpstack_32.c41 struct thread_info *context; local
43 context = (struct thread_info *)
45 bp = ops->walk_stack(context, stack, bp, ops, data, NULL, &graph);
47 stack = (unsigned long *)context->previous_esp;
/arch/arm/mach-at91/
H A Dboard-gsia18s.c454 unsigned int ngpio, void *context)
487 unsigned ngpio, void *context)
453 pcf8574x_0x20_setup(struct i2c_client *client, int gpio, unsigned int ngpio, void *context) argument
486 pcf8574x_0x20_teardown(struct i2c_client *client, int gpio, unsigned ngpio, void *context) argument
/arch/arm/mach-omap1/
H A Dboard-h2.c343 static int tps_setup(struct i2c_client *client, void *context) argument
H A Dboard-osk.c190 static int osk_tps_setup(struct i2c_client *client, void *context) argument
/arch/arm/mach-s3c24xx/
H A Dmach-osiris.c324 static int osiris_tps_setup(struct i2c_client *client, void *context) argument
330 static int osiris_tps_remove(struct i2c_client *client, void *context) argument
/arch/cris/include/arch-v32/arch/hwregs/
H A Ddma.h30 struct dma_descr_context *context; member in union:dma_descr_group::__anon503
/arch/ia64/hp/common/
H A Daml_nfw.c120 struct ia64_nfw_context *context = handler_context; local
121 u8 *offset = (u8 *) context + address;
133 aml_nfw_execute(context);
186 * We would normally allocate a new context structure and install
188 * But the HP-UX implementation shares a single global context
/arch/ia64/include/asm/
H A Dmmu_context.h10 * Routines to manage the allocation of task context numbers. Task context
12 * due to context switches. Context numbers are implemented using ia-64
36 unsigned int next; /* next context number to use */
38 unsigned int max_ctx; /* max. context value supported by all CPUs */
56 * When the context counter wraps around all TLBs need to be flushed because
57 * an old context number might have been reused. This is signalled by the
81 nv_mm_context_t context = mm->context; local
83 if (likely(context))
131 reload_context(nv_mm_context_t context) argument
165 nv_mm_context_t context; local
[all...]
/arch/m68k/include/asm/
H A Dmmu_context.h34 if (mm->context != NO_CONTEXT)
47 mm->context = ctx;
52 * Set up the context for a new address space.
54 #define init_new_context(tsk, mm) (((mm)->context = NO_CONTEXT), 0)
57 * We're finished using the context for an address space.
61 if (mm->context != NO_CONTEXT) {
62 clear_bit(mm->context, context_map);
63 mm->context = NO_CONTEXT;
68 static inline void set_context(mm_context_t context, pgd_t *pgd) argument
70 __asm__ __volatile__ ("movec %0,%%asid" : : "d" (context));
[all...]
/arch/openrisc/kernel/
H A Dtraps.c51 struct thread_info *context; local
54 context = (struct thread_info *)
57 while (valid_stack_ptr(context, stack)) {
/arch/powerpc/platforms/44x/
H A Dwarp.c143 static irqreturn_t temp_isr(int irq, void *context) argument
/arch/um/drivers/
H A Dmconsole.h52 enum mc_context context; member in struct:mconsole_command
/arch/x86/platform/olpc/
H A Dolpc-xo15-sci.c143 static u32 xo15_sci_gpe_handler(acpi_handle gpe_device, u32 gpe, void *context) argument
/arch/ia64/sn/kernel/
H A Dio_acpi_init.c65 sn_acpi_hubdev_init(acpi_handle handle, u32 depth, void *context, void **ret) argument
300 find_matching_device(acpi_handle handle, u32 lvl, void *context, void **rv) argument
309 struct sn_pcidev_match *info = context;
/arch/m68k/sun3/
H A Dmmu_emu.c55 context. 0xffffffff is a marker for kernel context */
60 /* has this context been mmdrop'd? */
202 /* erase the mappings for a dead context. Uses the pg_dir for hints
206 context for when they're cleared */
207 void clear_context(unsigned long context) argument
212 if(context) {
213 if(!ctx_alloc[context])
214 panic("clear_context: context not allocated\n");
216 ctx_alloc[context]
281 mmu_emu_map_pmeg(int context, int vaddr) argument
356 unsigned char context; local
[all...]
/arch/powerpc/include/asm/
H A Dpaca.h123 mm_context_t context; member in struct:paca_struct

Completed in 520 milliseconds

12