Searched refs:width_shift (Results 1 – 1 of 1) sorted by relevance
84 int width_shift, in generate_and_check_address() argument90 switch (1 << width_shift) { in generate_and_check_address()103 addr = (__u64)((__s64)base_address + (displacement << width_shift)); in generate_and_check_address()166 int width_shift, in misaligned_load() argument175 displacement_not_indexed, width_shift, &address); in misaligned_load()183 if (!access_ok((unsigned long) address, 1UL<<width_shift)) { in misaligned_load()187 if (__copy_user(&buffer, (const void *)(int)address, (1 << width_shift)) > 0) { in misaligned_load()190 switch (width_shift) { in misaligned_load()206 width_shift, (unsigned long) regs->pc); in misaligned_load()213 switch (width_shift) { in misaligned_load()[all …]