Searched refs:Aligned (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/alpha/lib/ |
H A D | ev6-clear_user.S | 101 beq $3, $bigalign # U .. .. .. : U L U L : Aligned 0mod64
|
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | ev6-clear_user.S | 101 beq $3, $bigalign # U .. .. .. : U L U L : Aligned 0mod64
|
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | emulate.c | 164 #define Aligned ((u64)1 << 41) /* Explicitly aligned (e.g. MOVDQA) */ macro 167 #define Aligned16 ((u64)4 << 41) /* Aligned to 16 byte boundary (e.g. FXSAVE) */ 716 case Aligned: in insn_alignment() 4598 I(Mmx, em_mov), I(Sse | Aligned, em_mov), N, I(Sse | Unaligned, em_mov), 4614 I(Aligned, em_mov), I(Aligned, em_mov), N, N,
|
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | emulate.c | 165 #define Aligned ((u64)1 << 41) /* Explicitly aligned (e.g. MOVDQA) */ macro 168 #define Aligned16 ((u64)4 << 41) /* Aligned to 16 byte boundary (e.g. FXSAVE) */ 681 case Aligned: in insn_alignment() 4173 I(Mmx, em_mov), I(Sse | Aligned, em_mov), N, I(Sse | Unaligned, em_mov), 4189 I(Aligned, em_mov), I(Aligned, em_mov), N, N,
|
Completed in 15 milliseconds