Lines Matching refs:width_shift

86 				      int width_shift,  in generate_and_check_address()  argument
92 switch (1 << width_shift) { in generate_and_check_address()
105 addr = (__u64)((__s64)base_address + (displacement << width_shift)); in generate_and_check_address()
168 int width_shift, in misaligned_load() argument
177 displacement_not_indexed, width_shift, &address); in misaligned_load()
185 if (!access_ok(VERIFY_READ, (unsigned long) address, 1UL<<width_shift)) { in misaligned_load()
189 if (__copy_user(&buffer, (const void *)(int)address, (1 << width_shift)) > 0) { in misaligned_load()
192 switch (width_shift) { in misaligned_load()
208 width_shift, (unsigned long) regs->pc); in misaligned_load()
215 switch (width_shift) { in misaligned_load()
232 width_shift, (unsigned long) regs->pc); in misaligned_load()
243 int width_shift) in misaligned_store() argument
251 displacement_not_indexed, width_shift, &address); in misaligned_store()
259 if (!access_ok(VERIFY_WRITE, (unsigned long) address, 1UL<<width_shift)) { in misaligned_store()
263 switch (width_shift) { in misaligned_store()
275 width_shift, (unsigned long) regs->pc); in misaligned_store()
279 if (__copy_user((void *)(int)address, &buffer, (1 << width_shift)) > 0) { in misaligned_store()
286 switch (width_shift) { in misaligned_store()
301 width_shift, (unsigned long) regs->pc); in misaligned_store()
314 int width_shift, in misaligned_fpu_load() argument
323 displacement_not_indexed, width_shift, &address); in misaligned_fpu_load()
332 if (!access_ok(VERIFY_READ, (unsigned long) address, 1UL<<width_shift)) { in misaligned_fpu_load()
336 if (__copy_user(&buffer, (const void *)(int)address, (1 << width_shift)) > 0) { in misaligned_fpu_load()
353 switch (width_shift) { in misaligned_fpu_load()
373 width_shift, (unsigned long) regs->pc); in misaligned_fpu_load()
386 int width_shift, in misaligned_fpu_store() argument
395 displacement_not_indexed, width_shift, &address); in misaligned_fpu_store()
405 if (!access_ok(VERIFY_WRITE, (unsigned long) address, 1UL<<width_shift)) { in misaligned_fpu_store()
420 switch (width_shift) { in misaligned_fpu_store()
440 width_shift, (unsigned long) regs->pc); in misaligned_fpu_store()
446 if (__copy_user((void *)(int)address, &buffer, (1 << width_shift)) > 0) { in misaligned_fpu_store()