Searched refs:x3 (Results 1 - 25 of 51) sorted by relevance

123

/darwin-on-arm/xnu/osfmk/mach/
H A Dsync_policy.h43 #define SYNC_POLICY_ORDER_MASK 0x3
H A Derror.h99 #define err_ipc err_system(0x3) /* old ipc errors */
H A Dvm_purgable.h63 #define VM_PURGABLE_DEBUG_MASK (0x3 << VM_PURGABLE_DEBUG_SHIFT)
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/helpers/
H A Ddata_exec.c140 func = (void *)((char *)func + ((psint_t)test_func & 0x3));
153 func = (void *)((char *)func + ((psint_t)test_func & 0x3));
171 func = (void *)(buf + ((psint_t)test_func & 0x3));
181 func = (void *)(buf + ((psint_t)test_func & 0x3));
/darwin-on-arm/xnu/libkern/zlib/arm/
H A Dadler32vec.s94 #define x3 r12
102 usada8 adler, x0, zero, adler // adler += sum(x0:x3)
106 ldrb x3,[buf,#-1] // x3
108 add x3, x3, x1, lsl #1 // x3+2*x1
110 add x3, x1 // x3+3*x1
111 add sum2, x3 // sum
[all...]
/darwin-on-arm/xnu/bsd/net/
H A Dif_llc.h145 #define LLC_UI 0x3
190 #define LLC_XID_CLASS_II 0x3
H A Dif_types.h78 #define IFT_HDH1822 0x3 /* HDH arpanet imp */
/darwin-on-arm/xnu/bsd/netat/
H A Dat_aarp.h82 #define AARP_PROBE_CMD 0x3 /* new kid probing... */
100 #define PROBE_DONE 0x3 /* an appletalk addr has been */
/darwin-on-arm/xnu/osfmk/arm64/
H A Dmachine_routines_asm.s97 ldr x3, [x0, MACHINE_THREAD_CPU_DATA]
98 add x4, x3, CPU_PENDING_AST
H A Dlocks_arm64.s104 bic x3, x1, x2
105 msr daif, x3
252 stp x0, x3, [sp, #-16]!
256 ldp x0, x3, [sp], #16
260 mov x0, x3
320 bic x3, x1, x2
321 msr daif, x3
/darwin-on-arm/xnu/libkern/libkern/
H A Dkxld_types.h147 kKxldLogBasic = 0x3,
H A DWKdm.h118 #define EXACT_TAG 0x3
H A DOSKextLib.h98 #define kOSKextReturnNoResources libkern_kext_err(0x3)
/darwin-on-arm/xnu/osfmk/mach/i386/
H A Dsyscall_sw.h144 #define I386_SYSCALL_ARG_BYTES_MASK (((I386_SYSCALL_ARG_BYTES_NUM -1)&~0x3) << I386_SYSCALL_ARG_BYTES_SHIFT)
/darwin-on-arm/xnu/bsd/crypto/cast128/
H A Dcast128_subkey.h59 #define x3 byte3(buf[0]) macro
/darwin-on-arm/xnu/pexpert/arm/
H A Dpe_s5l8930x.h59 #define UART_CLOCK_SELECTION_MASK (0x3 << 10)
/darwin-on-arm/xnu/libkern/crypto/
H A Dlocalcrypto_md5.c248 register u_int32_t x0, x1, x2, x3, x4, x5, x6, x7; local
263 x3 = FETCH_32(block + 12);
276 FF(b, c, d, a, x3, S14, 0xc1bdceeeUL); /* 4 */
305 GG(c, d, a, b, x3, S23, 0xf4d50d87UL); /* 27 */
327 HH(c, d, a, b, x3, S33, 0xd4ef3085UL); /* 43 */
344 II(d, a, b, c, x3, S42, 0x8f0ccc92UL); /* 54 */
363 x7 = x6 = x5 = x4 = x3 = x2 = x1 = x0 = 0;
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_id.c206 n = tmp & 0x3; tmp = tmp >> 2;
H A Dtcp_timer.h178 #define IS_TIMER_SLOW(ind) ((ind & 0x3) != 0)
/darwin-on-arm/xnu/iokit/Kernel/
H A DWKdm.h118 #define EXACT_TAG 0x3
/darwin-on-arm/xnu/osfmk/i386/
H A Dlocks.h218 #define LCK_RW_ATTR_READ_PRI 0x3
/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dloader.h112 #define MH_FVMLIB 0x3 /* fixed VM shared library file */
246 #define LC_SYMSEG 0x3 /* link-edit gdb symbol table info (obsolete) */
445 #define S_4BYTE_LITERALS 0x3 /* section with only 4 byte literals */
/darwin-on-arm/xnu/bsd/arm/
H A Dlocks.h200 #define LCK_RW_ATTR_READ_PRI 0x3
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_id.c277 n = tmp & 0x3; tmp = tmp >> 2;
/darwin-on-arm/xnu/osfmk/arm/
H A Dlocks.h192 #define LCK_RW_ATTR_READ_PRI 0x3

Completed in 200 milliseconds

123