Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kernel/
Dalign.c799 PPC_WARN_ALIGNMENT(spe, regs); in fix_alignment()
874 PPC_WARN_ALIGNMENT(vsx, regs); in fix_alignment()
882 PPC_WARN_ALIGNMENT(dcbz, regs); in fix_alignment()
892 PPC_WARN_ALIGNMENT(multiple, regs); in fix_alignment()
914 PPC_WARN_ALIGNMENT(fp_pair, regs); in fix_alignment()
919 PPC_WARN_ALIGNMENT(lq_stq, regs); in fix_alignment()
927 PPC_WARN_ALIGNMENT(unaligned, regs); in fix_alignment()
/linux-4.4.14/arch/powerpc/include/asm/
Demulated_ops.h85 #define PPC_WARN_ALIGNMENT(type, regs) \ macro