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

12

/arch/sparc/include/asm/
H A Dpage_32.h48 /* Cache alias structure. Entry is valid if context != -1. */
51 int context; member in struct:cache_palias
H A Dpgtsrmmu.h187 static inline void srmmu_set_context(int context) argument
190 "r" (context), "r" (SRMMU_CTX_REG),
/arch/x86/kernel/cpu/mcheck/
H A Dmce-severity.c32 enum context { IN_KERNEL = 1, IN_USER = 2 }; enum
42 unsigned char context; member in struct:severity
47 #define KERNEL .context = IN_KERNEL
48 #define USER .context = IN_USER
75 PANIC, "Processor context corrupt",
185 enum context ctx = error_context(m);
197 if (s->context && ctx != s->context)
/arch/arm/common/
H A Duengine.c205 void ixp2000_uengine_init_context(int uengine, int context, int pc) argument
208 * Select the right context for indirect access.
210 ixp2000_uengine_csr_write(uengine, CSR_CTX_POINTER, context);
230 * Enable the specified context to go to Executing state.
244 * does not stop the context until it voluntarily yields.
/arch/arm/mach-davinci/
H A Dboard-da830-evm.c460 .context = (void *)0x7f00,
464 int gpio, unsigned ngpio, void *context)
479 unsigned ngpio, void *context)
463 da830_evm_ui_expander_setup(struct i2c_client *client, int gpio, unsigned ngpio, void *context) argument
478 da830_evm_ui_expander_teardown(struct i2c_client *client, int gpio, unsigned ngpio, void *context) argument
/arch/ia64/include/asm/
H A Dmca.h87 * Note: if the MCA/INIT recovery code wants to resume to a new context
107 unsigned long context; /* 0 if return to same context member in struct:ia64_sal_os_state
108 1 if return to new context */
129 IA64_MCA_SAME_CONTEXT = 0x0, /* SAL to return to same context */
130 IA64_MCA_NEW_CONTEXT = -1 /* SAL to return to new context */
182 #define IA64_MCA_SAME_CONTEXT 0x0 /* SAL to return to same context */
183 #define IA64_MCA_NEW_CONTEXT -1 /* SAL to return to new context */
H A Dkvm.h74 union context { union
239 union context saved_guest;
/arch/m68k/kernel/
H A Dsignal_mm.c19 * (Note: fpstate in the signal context is completely ignored for the emulator
429 struct sigcontext context; local
435 /* get previous context */
436 if (copy_from_user(&context, usc, sizeof(context)))
440 regs->d0 = context.sc_d0;
441 regs->d1 = context.sc_d1;
442 regs->a0 = context.sc_a0;
443 regs->a1 = context.sc_a1;
444 regs->sr = (regs->sr & 0xff00) | (context
820 struct sigcontext context; local
[all...]
H A Dsignal_no.c19 * (Note: fpstate in the signal context is completely ignored for the emulator
244 struct sigcontext context; local
250 /* get previous context */
251 if (copy_from_user(&context, usc, sizeof(context)))
255 regs->d1 = context.sc_d1;
256 regs->a0 = context.sc_a0;
257 regs->a1 = context.sc_a1;
258 ((struct switch_stack *)regs - 1)->a5 = context.sc_a5;
259 regs->sr = (regs->sr & 0xff00) | (context
535 struct sigcontext context; local
[all...]
/arch/powerpc/include/asm/
H A Dpgtable-ppc32.h141 extern int flush_hash_pages(unsigned context, unsigned long va,
145 extern void add_hash_page(unsigned context, unsigned long va,
234 static inline int __ptep_test_and_clear_young(unsigned int context, unsigned long addr, pte_t *ptep) argument
241 flush_hash_pages(context, addr, ptephys, 1);
247 __ptep_test_and_clear_young((__vma)->vm_mm->context.id, __addr, __ptep)
H A Dmmu-hash64.h287 * (context << 15) | (esid & 0x7fff)
315 * context for user addresses. i.e. 16T (44 bits) of address space for
473 static inline unsigned long get_vsid(unsigned long context, unsigned long ea, argument
477 return vsid_scramble((context << USER_ESID_BITS)
479 return vsid_scramble((context << USER_ESID_BITS_1T)
/arch/arm/mach-pxa/
H A Dzeus.c706 unsigned ngpio, void *context)
705 zeus_get_pcb_info(struct i2c_client *client, unsigned gpio, unsigned ngpio, void *context) argument
/arch/ia64/kernel/
H A Dsalinfo.c186 * context, interrupt context, non-maskable interrupt context and hotplug cpu,
200 salinfo_platform_oemdata_cpu(void *context) argument
202 struct salinfo_platform_oemdata_parms *parms = context;
215 /* This routine is invoked in interrupt context. Note: mca.c enables
414 salinfo_log_read_cpu(void *context) argument
416 struct salinfo_data *data = context;
486 salinfo_log_clear_cpu(void *context) argument
488 struct salinfo_data *data = context;
[all...]
H A Dacpi.c957 acpi_map_iosapic(acpi_handle handle, u32 depth, void *context, void **ret) argument
H A Dunwind.c855 desc_abi (unsigned char abi, unsigned char context, struct unw_state_record *sr)
857 if (abi == 3 && context == 'i') {
862 UNW_DPRINT(0, "unwind%s: ignoring unwabi(abi=0x%x,context=0x%x)\n",
863 __func__, abi, context);
853 desc_abi(unsigned char abi, unsigned char context, struct unw_state_record *sr) argument
/arch/x86/pci/
H A Dmmconfig-shared.c405 void *context, void **rv)
407 struct resource *mcfg_res = context;
410 check_mcfg_resource, context);
404 find_mboard_resource(acpi_handle handle, u32 lvl, void *context, void **rv) argument
/arch/arm/plat-omap/include/plat/
H A Ddmtimer.h275 struct timer_regs context; member in struct:omap_dm_timer
/arch/powerpc/sysdev/bestcomm/
H A Dbestcomm_priv.h59 u32 context; member in struct:bcom_tdt
/arch/blackfin/kernel/
H A Dtrace.c736 unsigned int context = bfin_read_IPEND(); local
741 if (context & 0x0020 && (fp->seqstat & SEQSTAT_EXCAUSE) == VEC_HWERR)
742 pr_notice("HW Error context\n");
743 else if (context & 0x0020)
744 pr_notice("Deferred Exception context\n");
745 else if (context & 0x3FC0)
746 pr_notice("Interrupt context\n");
747 else if (context & 0x4000)
748 pr_notice("Deferred Interrupt context\n");
749 else if (context
[all...]
/arch/sparc/mm/
H A Dsrmmu.c70 #define FLUSH_BEGIN(mm) if((mm)->context != NO_CONTEXT) {
125 /* The context table is a nocache user with the biggest alignment needs. */
535 mm->context = ctxp->ctx_number;
548 ctxp->ctx_mm->context = NO_CONTEXT;
550 mm->context = ctxp->ctx_number;
553 static inline void free_context(int context) argument
557 ctx_old = ctx_list_pool + context;
566 if(mm->context == NO_CONTEXT) {
570 srmmu_ctxd_set(&srmmu_context_table[mm->context], mm->pgd);
579 srmmu_set_context(mm->context);
[all...]
/arch/mips/include/asm/sn/sn0/
H A Dhubio.h715 context: 15, /* Bit vector: member in struct:icrbd_s::__anon2214
727 #define icrbd_context icrbd_field_s.context
/arch/x86/kvm/
H A Dmmu.c3109 struct kvm_mmu *context)
3111 context->new_cr3 = nonpaging_new_cr3;
3112 context->page_fault = nonpaging_page_fault;
3113 context->gva_to_gpa = nonpaging_gva_to_gpa;
3114 context->free = nonpaging_free;
3115 context->sync_page = nonpaging_sync_page;
3116 context->invlpg = nonpaging_invlpg;
3117 context->update_pte = nonpaging_update_pte;
3118 context->root_level = 0;
3119 context
3108 nonpaging_init_context(struct kvm_vcpu *vcpu, struct kvm_mmu *context) argument
3187 reset_rsvds_bits_mask(struct kvm_vcpu *vcpu, struct kvm_mmu *context) argument
3248 paging64_init_context_common(struct kvm_vcpu *vcpu, struct kvm_mmu *context, int level) argument
3271 paging64_init_context(struct kvm_vcpu *vcpu, struct kvm_mmu *context) argument
3277 paging32_init_context(struct kvm_vcpu *vcpu, struct kvm_mmu *context) argument
3298 paging32E_init_context(struct kvm_vcpu *vcpu, struct kvm_mmu *context) argument
3306 struct kvm_mmu *context = vcpu->arch.walk_mmu; local
3347 kvm_init_shadow_mmu(struct kvm_vcpu *vcpu, struct kvm_mmu *context) argument
[all...]

Completed in 588 milliseconds

12