Home
last modified time | relevance | path

Searched refs:orl (Results 1 – 25 of 41) sorted by relevance

12

/illumos-gate/usr/src/uts/i86pc/ml/
H A Dmpcore.S90 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 Dcpr_wakecode.S224 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 Dsyscall_asm_amd64.S111 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 Ddboot_grub.S236 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 Damd64_tramp.S82 orl $EFER_LME, %eax
87 orl $CR4_PAE, %eax
96 orl $CR0_PG, %eax
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dmemset.S47 orl %edx,%eax / get introduced as before
49 orl %edx,%eax
51 orl %edx,%eax
H A Dstrcat.S72 orl %edx, %ecx / %ecx |= %edx
97 orl %edx, %ecx / %ecx |= %edx
H A Dlshiftl.S45 orl %ecx,%ecx
H A Dstrncat.S77 orl %edx, %ecx / %ecx |= %edx
106 orl %edx, %ecx / %ecx |= %edx
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dhypot.S95 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 Datan2.S38 orl %eax,%ecx
H A Dcopysignf.S39 orl %ecx,%eax / eax <-- copysign(x,y)
H A Dcopysign.S39 orl %ecx,%eax / eax <-- hi_32(copysign(x,y))
H A Dfmod.S38 orl 12(%esp),%eax / eax <-- lo_32(y)|hi_32(|y|)
H A Dcopysignl.S39 orl %ecx,%eax / eax <-- bexp(x) with sign(y)
H A Dremainder.S47 orl 16(%esp),%eax / eax <-- lo_32(y)|hi_32(|y|)
H A Dieee_funcl.S45 orl 4(%esp), %ecx
H A Dilogb.S56 orl 4(%esp),%eax / test whether x is 0
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dcopysignl.S39 orl %ecx,%eax
H A Dfmod.S44 orl -16(%rbp),%eax / eax <-- lo_32(y)|hi_32(|y|)
H A Dremainder.S47 orl -16(%rbp),%eax / eax <-- lo_32(y)|hi_32(|y|)
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c346 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 Dsetjmp.S78 orl %eax, %eax
H A Dnbloader.S80 orl %edx, %edx
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dmachprivregs.h177 orl $CR0_TS, rtmp; \

12