Home
last modified time | relevance | path

Searched refs:width_shift (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/arch/sh/kernel/
Dtraps_64.c86 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()
[all …]