Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sh/kernel/
Dtraps_64.c87 int width_shift, in generate_and_check_address() argument
93 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() argument
178 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 …]