/illumos-gate/usr/src/uts/i86pc/ml/ |
H A D | mpcore.S | 90 orl $(CR0_PE|CR0_WP|CR0_AM), %eax 109 addr32 orl CR4OFF, %eax 114 orl $CR4_PAE, %eax 132 orl $AMD_EFER_LME, %eax 139 orl $CR0_PG, %eax 288 orl $AMD_EFER_NXE, %eax
|
H A D | cpr_wakecode.S | 224 D16 orl $_CONST(CR0_PE|CR0_WP|CR0_AM), %eax 267 A16 D16 orl CR4OFF, %eax 272 D16 orl $CR4_PAE, %eax 303 D16 orl $AMD_EFER_LME, %eax 322 D16 orl $CR0_PG, %eax 591 orl $AMD_EFER_NXE, %eax
|
H A D | syscall_asm_amd64.S | 111 orl syscalltrace(%rip), r32 221 orl T_POST_SYS_AST(t), rtmp; \ 351 orl %eax, %eax; \ 352 orl %ebx, %ebx; \ 353 orl %ecx, %ecx; \ 354 orl %edx, %edx; \ 355 orl %edi, %edi
|
/illumos-gate/usr/src/uts/i86pc/dboot/ |
H A D | dboot_grub.S | 236 orl $CR4_PGE, %eax 240 orl $CR4_PAE, %eax 244 orl $CR4_PSE, %eax 255 orl $AMD_EFER_NXE, %eax 272 orl $AMD_EFER_LME, %eax 281 orl $_CONST(CR0_PG | CR0_WP | CR0_AM), %eax
|
/illumos-gate/usr/src/boot/i386/libi386/ |
H A D | amd64_tramp.S | 82 orl $EFER_LME, %eax 87 orl $CR4_PAE, %eax 96 orl $CR0_PG, %eax
|
/illumos-gate/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
|
/illumos-gate/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 | 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)
|
H A D | remainder.S | 47 orl 16(%esp),%eax / eax <-- lo_32(y)|hi_32(|y|)
|
H A D | ieee_funcl.S | 45 orl 4(%esp), %ecx
|
H A D | ilogb.S | 56 orl 4(%esp),%eax / test whether x is 0
|
/illumos-gate/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 | remainder.S | 47 orl -16(%rbp),%eax / eax <-- lo_32(y)|hi_32(|y|)
|
/illumos-gate/usr/src/uts/common/fs/autofs/ |
H A D | auto_subr.c | 346 int orl; in auto_calldaemon() local 430 orl = (rlen == 0) ? doorbuf_defsz : MAX(rlen, doorbuf_defsz); in auto_calldaemon() 431 orp = kmem_zalloc(orl, KM_SLEEP); in auto_calldaemon() 443 kmem_free(orp, orl); in auto_calldaemon() 452 door_args.rsize = orl; in auto_calldaemon() 489 kmem_free(orp, orl); in auto_calldaemon() 491 orl = nl; in auto_calldaemon() 501 kmem_free(orp, orl); in auto_calldaemon() 578 kmem_free(orp, orl); in auto_calldaemon() 585 kmem_free(orp, orl); in auto_calldaemon() [all …]
|
/illumos-gate/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
|
/illumos-gate/usr/src/uts/i86pc/sys/ |
H A D | machprivregs.h | 177 orl $CR0_TS, rtmp; \
|