/titanic_41/usr/src/uts/i86pc/dboot/ |
H A D | dboot_grub.s | 131 orl $CR4_PGE, %eax 135 orl $CR4_PAE, %eax 139 orl $CR4_PSE, %eax 150 orl $AMD_EFER_NXE, %eax 167 orl $AMD_EFER_LME, %eax 176 orl $_CONST(CR0_PG | CR0_WP | CR0_AM), %eax
|
/titanic_41/usr/src/uts/i86pc/ml/ |
H A D | mpcore.s | 106 orl $(CR0_PE|CR0_WP|CR0_AM), %eax 146 addr32 orl CR4OFF, %eax 151 orl $CR4_PAE, %eax 169 orl $AMD_EFER_LME, %eax 176 orl $CR0_PG, %eax 321 orl $AMD_EFER_NXE, %eax 361 D16 orl %ecx, %eax 371 D16 orl $[CR0_PG|CR0_PE|CR0_WP|CR0_AM], %eax 409 orl $[CR0_MP|CR0_NE],%edx 423 orl $AMD_EFER_NXE, %eax [all …]
|
H A D | syscall_asm.s | 81 orl syscalltrace, r32 108 orl %ecx, %edi; \ 112 orl %ecx, %edi; \ 281 orl T_POST_SYS_AST(t), rtmp; \
|
H A D | syscall_asm_amd64.s | 119 orl syscalltrace(%rip), r32 228 orl T_POST_SYS_AST(t), rtmp; \ 337 orl %eax, %eax; \ 338 orl %ebx, %ebx; \ 339 orl %ecx, %ecx; \ 340 orl %edx, %edx; \ 341 orl %edi, %edi
|
H A D | cpr_wakecode.s | 302 D16 orl $_CONST(CR0_PE|CR0_WP|CR0_AM), %eax 345 A16 D16 orl CR4OFF, %eax 350 D16 orl $CR4_PAE, %eax 381 D16 orl $AMD_EFER_LME, %eax 400 D16 orl $CR0_PG, %eax 669 orl $AMD_EFER_NXE, %eax 1087 orl $AMD_EFER_NXE, %eax
|
/titanic_41/usr/src/lib/libc/i386/gen/ |
H A D | memset.s | 47 orl %edx,%eax / get introduced as before 49 orl %edx,%eax 51 orl %edx,%eax
|
H A D | strcat.s | 72 orl %edx, %ecx / %ecx |= %edx 97 orl %edx, %ecx / %ecx |= %edx
|
H A D | lshiftl.s | 45 orl %ecx,%ecx
|
H A D | strncat.s | 77 orl %edx, %ecx / %ecx |= %edx 106 orl %edx, %ecx / %ecx |= %edx
|
/titanic_41/usr/src/lib/libm/i386/src/ |
H A D | hypot.s | 95 orl %ecx,%eax / is x = +/-0? 104 orl %ecx,%eax / is x = +/-INF? 116 orl %ecx,%eax / is y = +/-0? 125 orl %ecx,%eax / is y = +/-INF?
|
H A D | atan2.s | 38 orl %eax,%ecx
|
H A D | copysignf.s | 39 orl %ecx,%eax / eax <-- copysign(x,y)
|
H A D | locallibm.il | 156 orl %ecx,%eax / eax <-- hi_32(__copysign(x,y)) 241 orl %ecx,%eax 255 orl (%esp),%ecx / = 0 iff sgnfcnd(x) = 0 268 orl (%esp),%eax / = 0 iff x = +/- 0.0
|
H A D | copysign.s | 39 orl %ecx,%eax / eax <-- hi_32(copysign(x,y))
|
H A D | fmod.s | 38 orl 12(%esp),%eax / eax <-- lo_32(y)|hi_32(|y|)
|
H A D | copysignl.s | 39 orl %ecx,%eax / eax <-- bexp(x) with sign(y)
|
/titanic_41/usr/src/uts/intel/io/acpica/ |
H A D | osl_ml.s | 92 orl %ecx, %ecx 147 orl %ecx, %ecx
|
/titanic_41/usr/src/lib/libm/amd64/src/ |
H A D | copysignl.s | 39 orl %ecx,%eax
|
H A D | fmod.s | 44 orl -16(%rbp),%eax / eax <-- lo_32(y)|hi_32(|y|)
|
H A D | locallibm.il | 144 orl %ecx,%eax 165 orl %edx,%eax
|
H A D | remainder.s | 47 orl -16(%rbp),%eax / eax <-- lo_32(y)|hi_32(|y|)
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | setjmp.S | 78 orl %eax, %eax
|
H A D | nbloader.S | 80 orl %edx, %edx
|
/titanic_41/usr/src/uts/common/fs/autofs/ |
H A D | auto_subr.c | 344 int orl; in auto_calldaemon() local 428 orl = (rlen == 0) ? doorbuf_defsz : MAX(rlen, doorbuf_defsz); in auto_calldaemon() 429 orp = kmem_zalloc(orl, KM_SLEEP); in auto_calldaemon() 441 kmem_free(orp, orl); in auto_calldaemon() 450 door_args.rsize = orl; in auto_calldaemon() 487 kmem_free(orp, orl); in auto_calldaemon() 489 orl = nl; in auto_calldaemon() 499 kmem_free(orp, orl); in auto_calldaemon() 576 kmem_free(orp, orl); in auto_calldaemon() 583 kmem_free(orp, orl); in auto_calldaemon() [all …]
|
/titanic_41/usr/src/uts/i86pc/sys/ |
H A D | machprivregs.h | 165 orl $CR0_TS, rtmp; \
|