Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/
H A Dtraps_misaligned.c235 if (user_mode(regs) && (current->thread.align_ctl & PR_UNALIGN_SIGBUS)) in handle_scalar_misaligned_load()
346 if (user_mode(regs) && (current->thread.align_ctl & PR_UNALIGN_SIGBUS)) in handle_scalar_misaligned_store()
/linux/arch/powerpc/include/asm/
H A Dprocessor.h172 unsigned int align_ctl; /* alignment handling control */ member