• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/kernel/

Lines Matching defs:width_shift

349 				      int width_shift,
363 addr = (__u64)((__s64)base_address + (displacement << width_shift));
432 int width_shift,
441 displacement_not_indexed, width_shift, &address);
451 if (!access_ok(VERIFY_READ, (unsigned long) address, 1UL<<width_shift)) {
455 if (__copy_user(&buffer, (const void *)(int)address, (1 << width_shift)) > 0) {
458 switch (width_shift) {
473 printk("Unexpected width_shift %d in misaligned_load, PC=%08lx\n",
474 width_shift, (unsigned long) regs->pc);
483 switch (width_shift) {
499 printk("Unexpected width_shift %d in misaligned_load, PC=%08lx\n",
500 width_shift, (unsigned long) regs->pc);
512 int width_shift)
520 displacement_not_indexed, width_shift, &address);
530 if (!access_ok(VERIFY_WRITE, (unsigned long) address, 1UL<<width_shift)) {
534 switch (width_shift) {
545 printk("Unexpected width_shift %d in misaligned_store, PC=%08lx\n",
546 width_shift, (unsigned long) regs->pc);
550 if (__copy_user((void *)(int)address, &buffer, (1 << width_shift)) > 0) {
559 switch (width_shift) {
573 printk("Unexpected width_shift %d in misaligned_store, PC=%08lx\n",
574 width_shift, (unsigned long) regs->pc);
589 int width_shift,
598 displacement_not_indexed, width_shift, &address);
608 if (!access_ok(VERIFY_READ, (unsigned long) address, 1UL<<width_shift)) {
612 if (__copy_user(&buffer, (const void *)(int)address, (1 << width_shift)) > 0) {
629 switch (width_shift) {
648 printk("Unexpected width_shift %d in misaligned_fpu_load, PC=%08lx\n",
649 width_shift, (unsigned long) regs->pc);
664 int width_shift,
673 displacement_not_indexed, width_shift, &address);
684 if (!access_ok(VERIFY_WRITE, (unsigned long) address, 1UL<<width_shift)) {
699 switch (width_shift) {
718 printk("Unexpected width_shift %d in misaligned_fpu_store, PC=%08lx\n",
719 width_shift, (unsigned long) regs->pc);
725 if (__copy_user((void *)(int)address, &buffer, (1 << width_shift)) > 0) {