Home
last modified time | relevance | path

Searched refs:al (Results 1 – 12 of 12) sorted by relevance

/xnu-8020.140.41/osfmk/i386/
H A Di386_lock.s63 #define CALL_PANIC() xorb %al,%al ; call EXT(panic) ;
130 movb (%rdi), %al /* Load byte at address */
131 testb %al,%al /* lock locked? */
H A Dpostcode.h55 outb %al,$(POSTPORT); \
70 outb %al,$(POSTPORT)
76 mov $(XX), %al; \
H A Dasm.h142 #define INB inb %dx, %al
143 #define OUTB outb %al, %dx
/xnu-8020.140.41/bsd/vfs/
H A Dvfs_attrlist.c3302 struct attrlist al; in fgetattrlist() local
3322 error = copyin(uap->alist, &al, sizeof(al)); in fgetattrlist()
3328 error = getattrlist_internal(ctx, vp, &al, uap->attributeBuffer, in fgetattrlist()
3388 struct attrlist al; in getattrlist() local
3396 error = copyin(uap->alist, &al, sizeof(al)); in getattrlist()
3402 CAST_USER_ADDR_T(uap->path), &al, in getattrlist()
3411 struct attrlist al; in getattrlistat() local
3419 error = copyin(uap->alist, &al, sizeof(al)); in getattrlistat()
3425 CAST_USER_ADDR_T(uap->path), &al, in getattrlistat()
3666 struct attrlist al; in get_error_attributes() local
[all …]
/xnu-8020.140.41/bsd/dev/i386/
H A Dcpu_memcmp_mask.s85 setne %al
140 setne %al
203 setne %al
274 setne %al
353 setne %al
/xnu-8020.140.41/osfmk/x86_64/
H A Dlocore.s296 movb (%rsi),%al
300 movb %al,(%rdi) /* copy the byte */
334 movb (%rdi), %al /* Load long from user */
335 movb %al, (%rsi) /* Store to kernel */
H A Dstart.s238 xor %al, %ah
254 mov %cl, %al
H A DWKdmCompress_new.s271 movzbl %al, %eax // 8-bit index to the Hash Table
465 movb %al, (next_qp) // update *next_qp
H A Didt64.s383 testb $3, %al /* If the original return destination was to user */
1516 testb $3, %al
1718 testb $3,%al /* user mode, */
/xnu-8020.140.41/tests/
H A Dhvtest_x86_asm.s512 1: outb %al, $0xab
516 1: outb %al, $0xcd
520 1: outb %al, $0xef
532 1: outb %al, $0xef
/xnu-8020.140.41/osfmk/vm/
H A Dvm_pageout.h578 uintptr_t * al,
H A Dvm_pageout.c10937 upl_ubc_alias_get(upl_t upl, uintptr_t * al, uintptr_t * al2) in upl_ubc_alias_get() argument
10939 if (al) { in upl_ubc_alias_get()
10940 *al = upl->ubc_alias1; in upl_ubc_alias_get()