Home
last modified time | relevance | path

Searched refs:cr4 (Results 1 – 25 of 68) sorted by relevance

123

/external/linux-kselftest/tools/testing/selftests/kvm/x86_64/
Dcr4_cpuid_sync_test.c30 uint64_t cr4; in cr4_cpuid_is_sync() local
38 cr4 = get_cr4(); in cr4_cpuid_is_sync()
40 return (!!(ecx & X86_FEATURE_OSXSAVE)) == (!!(cr4 & X86_CR4_OSXSAVE)); in cr4_cpuid_is_sync()
45 uint64_t cr4; in guest_code() local
48 cr4 = get_cr4(); in guest_code()
49 cr4 |= X86_CR4_OSXSAVE; in guest_code()
50 set_cr4(cr4); in guest_code()
95 sregs.cr4 &= ~X86_CR4_OSXSAVE; in main()
/external/u-boot/drivers/spi/
Dsh_spi.c82 sh_spi_clear_bit(SH_SPI_SSS0 | SH_SPI_SSS1, &ss->regs->cr4); in sh_spi_set_cs()
83 sh_spi_set_bit(val, &ss->regs->cr4); in sh_spi_set_cs()
150 !(sh_spi_read(&ss->regs->cr4) & SH_SPI_WPABRT) && in sh_spi_send()
157 if (sh_spi_read(&ss->regs->cr4) & SH_SPI_WPABRT) { in sh_spi_send()
160 sh_spi_set_bit(SH_SPI_WPABRT, &ss->regs->cr4); in sh_spi_send()
Dsh_spi.h22 unsigned long cr4; member
/external/linux-kselftest/tools/testing/selftests/kvm/lib/x86_64/
Dvmx.c90 unsigned long cr4; in prepare_for_vmx_operation() local
102 __asm__ __volatile__("mov %%cr4, %0" : "=r"(cr4) : : "memory"); in prepare_for_vmx_operation()
103 cr4 &= rdmsr(MSR_IA32_VMX_CR4_FIXED1); in prepare_for_vmx_operation()
104 cr4 |= rdmsr(MSR_IA32_VMX_CR4_FIXED0); in prepare_for_vmx_operation()
106 cr4 |= X86_CR4_VMXE; in prepare_for_vmx_operation()
107 __asm__ __volatile__("mov %0, %%cr4" : : "r"(cr4) : "memory"); in prepare_for_vmx_operation()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Dgas-compl-copr-reg.s6 ldc p12, cr4, [r0, #4]
13 ldc p12, cr4, [r0, #4]
/external/llvm/test/MC/ARM/
Dgas-compl-copr-reg.s6 ldc p12, cr4, [r0, #4]
13 ldc p12, cr4, [r0, #4]
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/line/
DJCLRuleSet.java53 …SingleConversionRule cr4 = new SingleConversionRule(Pattern.compile("LogFactory.getFactory\\(\\).g… in JCLRuleSet() local
62 conversionRuleList.add(cr4); in JCLRuleSet()
/external/llvm/test/CodeGen/PowerPC/
Dppc64le-crsave.ll13 call void asm sideeffect "", "~{cr4}"()
27 ; CHECK: .cfi_offset cr4, 8
Dcc.ll11 …call { i64, i64 } asm sideeffect "sc", "={r0},={r3},{r0},~{cr0},~{cr1},~{cr2},~{cr3},~{cr4},~{cr5}…
44 …call { i64, i64 } asm sideeffect "sc", "={r0},={r3},{r0},~{cc},~{cr1},~{cr2},~{cr3},~{cr4},~{cr5},…
Dcrsave.ll39 …9cmpw 3,$2,$2\0A\09cmpw 4,$2,$3\0A\09mfcr $0", "=r,r,r,r,r,~{cr2},~{cr3},~{cr4}"(i32 1, i32 2, i32…
77 tail call void asm sideeffect "# clobbers", "~{cr2},~{cr3},~{cr4}"()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dppc64le-crsave.ll13 call void asm sideeffect "", "~{cr4}"()
27 ; CHECK: .cfi_offset cr4, 8
Dcc.ll11 …call { i64, i64 } asm sideeffect "sc", "={r0},={r3},{r0},~{cr0},~{cr1},~{cr2},~{cr3},~{cr4},~{cr5}…
44 …call { i64, i64 } asm sideeffect "sc", "={r0},={r3},{r0},~{cc},~{cr1},~{cr2},~{cr3},~{cr4},~{cr5},…
Dcrsave.ll40 …9cmpw 3,$2,$2\0A\09cmpw 4,$2,$3\0A\09mfcr $0", "=r,r,r,r,r,~{cr2},~{cr3},~{cr4}"(i32 1, i32 2, i32…
79 tail call void asm sideeffect "# clobbers", "~{cr2},~{cr3},~{cr4}"()
/external/syzkaller/executor/
Dkvm.S130 mov %cr4, %rax
132 mov %rax, %cr4
200 mov %cr4, %rax
290 mov %cr4, %rax
/external/u-boot/arch/x86/cpu/i386/
Dinterrupt.c70 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L; in dump_regs() local
116 cr4 = read_cr4(); in dump_regs()
119 cr0, cr2, cr3, cr4); in dump_regs()
Dcall64.S35 movl %eax, %cr4
/external/linux-kselftest/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h211 uint64_t cr4; in get_cr4() local
214 : /* output */ [cr4]"=r"(cr4)); in get_cr4()
215 return cr4; in get_cr4()
/external/u-boot/drivers/serial/
Dserial_mxc.c125 u32 cr4; member
149 writel(0x8000, &base->cr4); in _mxc_serial_init()
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dinline-asm-q-regs.ll8 …cr0, $0 \0Amov %cr2, $1 \0Amov %cr3, $2 \0Amov %cr4, $3 \0Amov …
/external/speex/libspeexdsp/
Dsmallft.c175 float ci2,ci3,ci4,cr2,cr3,cr4,ti1,ti2,ti3,ti4,tr1,tr2,tr3,tr4; in dradf4() local
219 cr4=wa3[i-2]*cc[t3-1]+wa3[i-1]*cc[t3]; in dradf4()
222 tr1=cr2+cr4; in dradf4()
223 tr4=cr4-cr2; in dradf4()
755 float ci2,ci3,ci4,cr2,cr3,cr4,ti1,ti2,ti3,ti4,tr1,tr2,tr3,tr4; in dradb4() local
803 cr4=tr1+tr4; in dradb4()
811 ch[(t8+=t0)-1]=wa3[i-2]*cr4-wa3[i-1]*ci4; in dradb4()
812 ch[t8]=wa3[i-2]*ci4+wa3[i-1]*cr4; in dradb4()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/
Dppc64-regs.s81 #CHECK: .cfi_offset cr4, 624
197 .cfi_offset cr4,624
/external/llvm/test/MC/PowerPC/
Dppc64-regs.s81 #CHECK: .cfi_offset cr4, 624
197 .cfi_offset cr4,624
/external/llvm/test/CodeGen/X86/
Dinline-asm-q-regs.ll8 …cr0, $0 \0Amov %cr2, $1 \0Amov %cr3, $2 \0Amov %cr4, $3 \0Amov …
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dinline-asm-q-regs.ll8 …cr0, $0 \0Amov %cr2, $1 \0Amov %cr3, $2 \0Amov %cr4, $3 \0Amov …
Dipra-reg-usage.ll6 …s $hip $ip $rip $riz $ss $ssp $bnd0 $bnd1 $bnd2 $bnd3 $cr0 $cr1 $cr2 $cr3 $cr4 $cr5 $cr6 $cr7 $cr8…

123