Searched refs:al (Results 1 – 12 of 12) sorted by relevance
| /xnu-11215.1.10/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-11215.1.10/bsd/vfs/ |
| H A D | vfs_attrlist.c | 3365 struct attrlist al; in fgetattrlist() local 3385 error = copyin(uap->alist, &al, sizeof(al)); in fgetattrlist() 3391 error = getattrlist_internal(ctx, vp, &al, uap->attributeBuffer, in fgetattrlist() 3451 struct attrlist al; in getattrlist() local 3459 error = copyin(uap->alist, &al, sizeof(al)); in getattrlist() 3465 CAST_USER_ADDR_T(uap->path), &al, in getattrlist() 3474 struct attrlist al; in getattrlistat() local 3482 error = copyin(uap->alist, &al, sizeof(al)); in getattrlistat() 3488 CAST_USER_ADDR_T(uap->path), &al, in getattrlistat() 3729 struct attrlist al; in get_error_attributes() local [all …]
|
| H A D | vfs_exclave_fs.c | 1371 struct attrlist al; in vfs_exclave_fs_readdir() local 1430 al.bitmapcount = ATTR_BIT_MAP_COUNT; in vfs_exclave_fs_readdir() 1431 al.commonattr = ATTR_CMN_RETURNED_ATTRS | ATTR_CMN_NAME | ATTR_CMN_OBJTYPE | ATTR_CMN_FILEID; in vfs_exclave_fs_readdir() 1432 al.fileattr = ATTR_FILE_DATALENGTH; in vfs_exclave_fs_readdir() 1458 error = VNOP_GETATTRLISTBULK(dvp, &al, vap, auio, NULL, in vfs_exclave_fs_readdir()
|
| /xnu-11215.1.10/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-11215.1.10/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 */ 1524 testb $3, %al 1718 testb $3,%al /* user mode, */
|
| /xnu-11215.1.10/osfmk/vm/ |
| H A D | vm_pageout.h | 160 uintptr_t * al,
|
| H A D | vm_pageout.c | 10026 upl_ubc_alias_get(upl_t upl, uintptr_t * al, uintptr_t * al2) argument 10028 if (al) { 10029 *al = upl->ubc_alias1;
|