Searched refs:cr2 (Results 26 - 50 of 62) sorted by relevance

123

/netbsd-current/sys/compat/linux/arch/amd64/
H A Dlinux_machdep.h87 u_int64_t cr2; member in struct:linux_sigcontext
/netbsd-current/sys/arch/amd64/acpi/
H A Dacpi_wakeup_low.S85 movq %rax,%cr2
127 movq %cr2,%rax
/netbsd-current/sys/arch/prep/prep/
H A Dlocore.S137 cmpwi %cr2,%r9,10 /* or mach5 */
/netbsd-current/sys/arch/rs6000/rs6000/
H A Dlocore.S142 cmpwi %cr2,%r9,10 /* or mach5 */
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ppc/
H A Dastest2.d62 98: (41 a9 ff f8|f8 ff a9 41) bgt- cr2,90 <apfour\+0x14>
H A Dvle-reloc.d24 14: 7a 1a 00 01 e_beql cr2,0x14
H A Dvle.d28 40: 18 46 a9 37 e_cmpi cr2,r6,14080
H A Da2.d49 .*: (40 8a 00 00|00 00 8a 40) bne cr2,90 <start\+0x90>
51 .*: (40 ca 00 00|00 00 ca 40) bne- cr2,94 <start\+0x94>
53 .*: (40 ea 00 00|00 00 ea 40) bne\+ cr2,98 <start\+0x98>
67 .*: (40 8a 00 01|01 00 8a 40) bnel cr2,c0 <start\+0xc0>
69 .*: (40 ca 00 01|01 00 ca 40) bnel- cr2,c4 <start\+0xc4>
71 .*: (40 ea 00 01|01 00 ea 40) bnel\+ cr2,c8 <start\+0xc8>
H A D476.d44 .*: (4c 8a 04 20|20 04 8a 4c) bnectr cr2
48 .*: (4c 8a 04 21|21 04 8a 4c) bnectrl cr2
53 .*: (4c 8a 00 20|20 00 8a 4c) bnelr cr2
57 .*: (4c 8a 00 21|21 00 8a 4c) bnelrl cr2
/netbsd-current/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/
H A Dxen-x86_32.h171 unsigned long cr2; member in struct:arch_vcpu_info
H A Dxen-x86_64.h222 unsigned long cr2; member in struct:arch_vcpu_info
/netbsd-current/sys/external/mit/xen-include-public/dist/xen/include/public/hvm/
H A Ddm_op.h328 uint64_aligned_t cr2; member in struct:xen_dm_op_inject_event
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/arm/
H A Dlibunwind.S257 ldcl p1, cr2, [r0], #8 /* wldrd wr2, [r0], #8 */
278 stcl p1, cr2, [r0], #8 /* wstrd wr2, [r0], #8 */
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/arm/
H A Dlibunwind.S257 ldcl p1, cr2, [r0], #8 /* wldrd wr2, [r0], #8 */
278 stcl p1, cr2, [r0], #8 /* wstrd wr2, [r0], #8 */
/netbsd-current/external/mpl/bind/dist/bin/tests/system/dnstap/
H A Dtests.sh152 cr2=$($DNSTAPREAD ns2/dnstap.out.save | grep "CR " | wc -l)
261 [ $cr2 -eq 1 ] || {
262 echo_i "ns2 $cr2 expected 1"
358 cr2=$($DNSTAPREAD ns2/dnstap.out | grep "CR " | wc -l)
466 [ $cr2 -eq 0 ] || {
467 echo_i "ns2 $cr2 expected 0"
/netbsd-current/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/hvm/
H A Dsave.h79 uint64_t cr2; member in struct:hvm_hw_cpu
193 uint64_t cr2; member in struct:hvm_hw_cpu_compat
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dppc-asm.h64 #define cr2 2 macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dppc-asm.h64 #define cr2 2 macro
/netbsd-current/sys/arch/i386/i386/
H A Di386_trap.S257 movl %cr2,%eax
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dtests2.d16 auto cr2 = ctRegex!("ab*c");
17 assert(bmatch("abbbbc",cr2).hit == "abbbbc");
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/fr30/
H A Dallinsn.s378 copsv #8, #3, cr2, r6
/netbsd-current/sys/arch/powerpc/include/
H A Dasm.h247 # define cr2 2 macro
/netbsd-current/sys/arch/powerpc/booke/
H A Dtrap_subr.S729 cmplwi %cr2, %r22, 0 /* remember address space */
768 * cr2 = AS 0=eq/!0=ne
776 bne+ %cr2, 1f /* user access? MAS1 is ok. */
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dopcode.s251 mov %cr2,%eax
253 mov %eax,%cr2
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dtests.d474 auto cr2 = ctRegex!("ab*c");
475 assert(bmatch("abbbbc",cr2).hit == "abbbbc");

Completed in 197 milliseconds

123