Searched refs:Unaligned (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/Documentation/ |
D | unaligned-memory-access.txt | 13 Unaligned memory accesses occur when you try to read N bytes of data starting
|
/linux-4.1.27/arch/xtensa/ |
D | Kconfig | 134 bool "Unaligned memory access in use space"
|
/linux-4.1.27/arch/x86/kvm/ |
D | emulate.c | 162 #define Unaligned ((u64)1 << 42) /* Explicitly unaligned (e.g. MOVDQU) */ macro 635 else if (ctxt->d & Unaligned) in insn_aligned() 3904 I(Mmx, em_mov), I(Sse | Aligned, em_mov), N, I(Sse | Unaligned, em_mov), 4035 I2bvIP(DstDI | SrcDX | Mov | String | Unaligned, em_in, ins, check_perm_in), /* insb, insw/insd */
|