Home
last modified time | relevance | path

Searched refs:cr5 (Results 1 – 11 of 11) sorted by relevance

/linux-6.12.1/tools/testing/selftests/powerpc/stringloops/
Dmemcmp_64.S194 cmpdi cr5,r5,7
196 ble cr5,.Lcmp_rest_lt8bytes
535 cmpdi cr5,r5,VMX_THRESH
536 bge cr5,.Ldiffoffset_vmx_cmp
543 cmpdi cr5,r5,31
544 ble cr5,.Lcmp_lt32bytes
/linux-6.12.1/arch/powerpc/lib/
Dmemcmp_64.S194 cmpdi cr5,r5,7
196 ble cr5,.Lcmp_rest_lt8bytes
535 cmpdi cr5,r5,VMX_THRESH
536 bge cr5,.Ldiffoffset_vmx_cmp
543 cmpdi cr5,r5,31
544 ble cr5,.Lcmp_lt32bytes
/linux-6.12.1/arch/powerpc/kernel/
Dcpu_setup_6xx.S367 cmplwi cr5,r3,0x8003 /* 7447A */
376 cror 4*cr0+eq,4*cr0+eq,4*cr5+eq
438 cmplwi cr5,r3,0x8003 /* 7447A */
447 cror 4*cr0+eq,4*cr0+eq,4*cr5+eq
Dhead_85xx.S772 mcrf cr0, cr5 /* Test for user page */
/linux-6.12.1/arch/powerpc/boot/
Dppc_asm.h18 #define cr5 5 macro
/linux-6.12.1/arch/s390/kernel/
Dsetup.c801 union ctlreg5 cr5; in setup_cr() local
810 local_ctl_store(5, &cr5.reg); in setup_cr()
813 cr5.pasteo = (unsigned long)__ctl_duct >> 6; in setup_cr()
816 system_ctl_load(5, &cr5.reg); in setup_cr()
/linux-6.12.1/Documentation/arch/powerpc/
Dsyscall64-abi.rst65 | cr1, cr5-7 | Nonvolatile | |
141 cr1, cr5-7 Volatile
/linux-6.12.1/arch/s390/boot/
Dhead.S281 .quad 0 # cr5: primary-aste origin
/linux-6.12.1/tools/testing/selftests/powerpc/primitives/asm/
Dppc_asm.h593 #define cr5 5
/linux-6.12.1/arch/powerpc/include/asm/
Dppc_asm.h593 #define cr5 5
/linux-6.12.1/drivers/video/fbdev/sis/
Dinit301.c6363 unsigned char cr4, cr14, cr5, cr15; in SiS_SetGroup1() local
6367 cr5 = SiS_Pr->CCRT1CRTC[5]; in SiS_SetGroup1()
6372 cr5 = SiS_Pr->SiS_CRT1Table[CRT1Index].CR[5]; in SiS_SetGroup1()
6376 tempcx = (((cr5 & 0x1f) | ((cr15 & 0x04) << (5-2))) - 3) << 3; /* (VGAHRE-3)*8 */ in SiS_SetGroup1()