Searched defs:fix (Results 1 - 6 of 6) sorted by relevance

/arch/parisc/mm/
H A Dfault.c141 const struct exception_table_entry *fix; local
145 if ((sizeof(regs->iaoq[0]) > sizeof(fix->insn))
149 fix = search_exception_tables(regs->iaoq[0]);
150 if (fix) {
157 regs->iaoq[0] = ((fix->fixup) & ~3);
/arch/ia64/mm/
H A Dextable.c108 long fix = (u64) &e->cont + e->cont; local
111 if (fix & 4)
113 regs->cr_iip = fix & ~0xf;
114 ia64_psr(regs)->ri = fix & 0x3; /* set continuation slot number */
/arch/m68k/math-emu/
H A Dmulti_arith.h187 unsigned long fix, rem, first, dummy; local
202 to fix the result, after that we have nearly the correct result
208 fix = 0x80000000;
210 dummy = (dummy >> 1) | fix;
211 fp_div64(fix, dummy, fix, 0, dummy);
212 fix--;
218 fp_mul64(*mantp, dummy, first, fix);
219 *mantp += fix;
223 fp_mul64(*mantp, dummy, first, fix);
[all...]
/arch/mips/kernel/
H A Dcpu-bugs64.c123 int bug, fix, i; local
157 fix = 1;
160 fix = 0;
162 if (fix == 1) {
/arch/x86/kernel/
H A Daperture_64.c259 int i, fix, slot, valid_agp = 0; local
271 fix = 0;
295 fix = 1;
307 if (!fix && !aper_enabled)
311 fix = 1;
313 if (gart_fix_e820 && !fix && aper_enabled) {
355 int fix, slot, valid_agp = 0; local
367 fix = 0;
422 fix = 1;
429 fix
[all...]
/arch/powerpc/kernel/
H A Dvdso.c357 const char *orig, const char *fix)
366 if (fix == NULL) {
370 sym32_fix = find_symbol32(v32, fix);
372 printk(KERN_ERR "vDSO32: Can't find symbol %s !\n", fix);
454 const char *orig, const char *fix)
463 if (fix == NULL) {
467 sym64_fix = find_symbol64(v64, fix);
469 printk(KERN_ERR "vDSO64: Can't find symbol %s !\n", fix);
355 vdso_do_func_patch32(struct lib32_elfinfo *v32, struct lib64_elfinfo *v64, const char *orig, const char *fix) argument
452 vdso_do_func_patch64(struct lib32_elfinfo *v32, struct lib64_elfinfo *v64, const char *orig, const char *fix) argument

Completed in 2689 milliseconds