Home
last modified time | relevance | path

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

/xnu-11215.1.10/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-11215.1.10/bsd/vfs/
H A Dvfs_attrlist.c3365 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 Dvfs_exclave_fs.c1371 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 Dcpu_memcmp_mask.s85 setne %al
140 setne %al
203 setne %al
274 setne %al
353 setne %al
/xnu-11215.1.10/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 */
1524 testb $3, %al
1718 testb $3,%al /* user mode, */
/xnu-11215.1.10/osfmk/vm/
H A Dvm_pageout.h160 uintptr_t * al,
H A Dvm_pageout.c10026 upl_ubc_alias_get(upl_t upl, uintptr_t * al, uintptr_t * al2) argument
10028 if (al) {
10029 *al = upl->ubc_alias1;