Searched refs:al (Results 1 – 12 of 12) sorted by relevance
| /xnu-8020.140.41/osfmk/i386/ |
| H A D | i386_lock.s | 63 #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 D | postcode.h | 55 outb %al,$(POSTPORT); \ 70 outb %al,$(POSTPORT) 76 mov $(XX), %al; \
|
| H A D | asm.h | 142 #define INB inb %dx, %al 143 #define OUTB outb %al, %dx
|
| /xnu-8020.140.41/bsd/vfs/ |
| H A D | vfs_attrlist.c | 3302 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 D | cpu_memcmp_mask.s | 85 setne %al 140 setne %al 203 setne %al 274 setne %al 353 setne %al
|
| /xnu-8020.140.41/osfmk/x86_64/ |
| H A D | locore.s | 296 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 D | start.s | 238 xor %al, %ah 254 mov %cl, %al
|
| H A D | WKdmCompress_new.s | 271 movzbl %al, %eax // 8-bit index to the Hash Table 465 movb %al, (next_qp) // update *next_qp
|
| H A D | idt64.s | 383 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 D | hvtest_x86_asm.s | 512 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 D | vm_pageout.h | 578 uintptr_t * al,
|
| H A D | vm_pageout.c | 10937 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()
|