Searched refs:width_shift (Results 1 – 1 of 1) sorted by relevance
87 int width_shift, in generate_and_check_address() argument93 switch (1 << width_shift) { in generate_and_check_address()106 addr = (__u64)((__s64)base_address + (displacement << width_shift)); in generate_and_check_address()169 int width_shift, in misaligned_load() argument178 displacement_not_indexed, width_shift, &address); in misaligned_load()186 if (!access_ok(VERIFY_READ, (unsigned long) address, 1UL<<width_shift)) { in misaligned_load()190 if (__copy_user(&buffer, (const void *)(int)address, (1 << width_shift)) > 0) { in misaligned_load()193 switch (width_shift) { in misaligned_load()209 width_shift, (unsigned long) regs->pc); in misaligned_load()216 switch (width_shift) { in misaligned_load()[all …]