Searched refs:cr4 (Results 1 - 15 of 15) sorted by last modified time

/external/valgrind/main/perf/
H A Dtinycc.c2960 DEF_ASM(cr4)
4292 DEF_ASM(cr4)
/external/v8/src/arm/
H A Dassembler-arm.h359 const CRegister cr4 = { 4 }; member in namespace:v8::internal
/external/speex/libspeex/
H A Dsmallft.c175 float ci2,ci3,ci4,cr2,cr3,cr4,ti1,ti2,ti3,ti4,tr1,tr2,tr3,tr4; local
219 cr4=wa3[i-2]*cc[t3-1]+wa3[i-1]*cc[t3];
222 tr1=cr2+cr4;
223 tr4=cr4-cr2;
755 float ci2,ci3,ci4,cr2,cr3,cr4,ti1,ti2,ti3,ti4,tr1,tr2,tr3,tr4; local
803 cr4=tr1+tr4;
811 ch[(t8+=t0)-1]=wa3[i-2]*cr4-wa3[i-1]*ci4;
812 ch[t8]=wa3[i-2]*ci4+wa3[i-1]*cr4;
/external/qemu/android/config/linux-x86/asm/
H A Dkvm.h122 __u64 cr0, cr2, cr3, cr4, cr8; member in struct:kvm_sregs
/external/qemu/android/config/linux-x86_64/asm/
H A Dkvm.h122 __u64 cr0, cr2, cr3, cr4, cr8; member in struct:kvm_sregs
/external/qemu/
H A Dkqemu.c720 kenv->cr4 = env->cr[4];
786 env->cr[4] = kenv->cr4;
H A Dkqemu.h58 uint64_t cr4; member in struct:kqemu_cpu_state
/external/qemu/target-i386/
H A Dkvm.c429 sregs.cr4 = env->cr[4];
528 env->cr[4] = sregs.cr4;
H A Dop_helper.c4961 stq_phys(env->vm_hsave + offsetof(struct vmcb, save.cr4), env->cr[4]);
5006 cpu_x86_update_cr4(env, ldq_phys(env->vm_vmcb + offsetof(struct vmcb, save.cr4)));
5338 stq_phys(env->vm_vmcb + offsetof(struct vmcb, save.cr4), env->cr[4]);
5370 cpu_x86_update_cr4(env, ldq_phys(env->vm_hsave + offsetof(struct vmcb, save.cr4)));
H A Dsvm.h188 uint64_t cr4; member in struct:vmcb_save_area
/external/llvm/test/MC/X86/
H A Dx86-32.s395 // CHECK: movl %cr4, %eax
397 movl %cr4,%eax
H A Dx86-64.s422 mov %rdx, %cr4
423 // CHECK: movq %rdx, %cr4
/external/libvorbis/lib/
H A Dsmallft.c173 float ci2,ci3,ci4,cr2,cr3,cr4,ti1,ti2,ti3,ti4,tr1,tr2,tr3,tr4; local
217 cr4=wa3[i-2]*cc[t3-1]+wa3[i-1]*cc[t3];
220 tr1=cr2+cr4;
221 tr4=cr4-cr2;
753 float ci2,ci3,ci4,cr2,cr3,cr4,ti1,ti2,ti3,ti4,tr1,tr2,tr3,tr4; local
801 cr4=tr1+tr4;
809 ch[(t8+=t0)-1]=wa3[i-2]*cr4-wa3[i-1]*ci4;
810 ch[t8]=wa3[i-2]*ci4+wa3[i-1]*cr4;
/external/kernel-headers/original/asm-x86/
H A Dprocessor_32.h152 * Save the cr4 feature set we're using (ie
161 unsigned cr4; local
163 cr4 = read_cr4();
164 cr4 |= mask;
165 write_cr4(cr4);
170 unsigned cr4; local
172 cr4 = read_cr4();
173 cr4 &= ~mask;
174 write_cr4(cr4);
H A Dtlbflush_32.h32 unsigned int tmpreg, cr4, cr4_orig; \
35 "movl %%cr4, %2; # turn off PGE \n" \
38 "movl %1, %%cr4; \n" \
41 "movl %2, %%cr4; # turn PGE back on \n" \
42 : "=&r" (tmpreg), "=&r" (cr4), "=&r" (cr4_orig) \

Completed in 645 milliseconds