• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/

Lines Matching refs:width_shift

339 				      int width_shift,
353 addr = (__u64)((__s64)base_address + (displacement << width_shift));
416 int width_shift,
425 displacement_not_indexed, width_shift, &address);
434 if (!access_ok(VERIFY_READ, (unsigned long) address, 1UL<<width_shift)) {
438 if (__copy_user(&buffer, (const void *)(int)address, (1 << width_shift)) > 0) {
441 switch (width_shift) {
456 printk("Unexpected width_shift %d in misaligned_load, PC=%08lx\n",
457 width_shift, (unsigned long) regs->pc);
464 switch (width_shift) {
480 printk("Unexpected width_shift %d in misaligned_load, PC=%08lx\n",
481 width_shift, (unsigned long) regs->pc);
493 int width_shift)
501 displacement_not_indexed, width_shift, &address);
510 if (!access_ok(VERIFY_WRITE, (unsigned long) address, 1UL<<width_shift)) {
514 switch (width_shift) {
525 printk("Unexpected width_shift %d in misaligned_store, PC=%08lx\n",
526 width_shift, (unsigned long) regs->pc);
530 if (__copy_user((void *)(int)address, &buffer, (1 << width_shift)) > 0) {
537 switch (width_shift) {
551 printk("Unexpected width_shift %d in misaligned_store, PC=%08lx\n",
552 width_shift, (unsigned long) regs->pc);
566 int width_shift,
575 displacement_not_indexed, width_shift, &address);
585 if (!access_ok(VERIFY_READ, (unsigned long) address, 1UL<<width_shift)) {
589 if (__copy_user(&buffer, (const void *)(int)address, (1 << width_shift)) > 0) {
606 switch (width_shift) {
625 printk("Unexpected width_shift %d in misaligned_fpu_load, PC=%08lx\n",
626 width_shift, (unsigned long) regs->pc);
641 int width_shift,
650 displacement_not_indexed, width_shift, &address);
661 if (!access_ok(VERIFY_WRITE, (unsigned long) address, 1UL<<width_shift)) {
676 switch (width_shift) {
695 printk("Unexpected width_shift %d in misaligned_fpu_store, PC=%08lx\n",
696 width_shift, (unsigned long) regs->pc);
702 if (__copy_user((void *)(int)address, &buffer, (1 << width_shift)) > 0) {